About Gravv
Gravv connects traditional finance rails through a single API.
This documentation covers the Wave Transfer SNS integration using:
POST /v1/external-accountsto create transfer destinations (External Account / Recipient)POST /v1/transfer/snsto initiate Transfer SNS end to end- transfer status webhooks (
transfer.status.pending,transfer.status.completed,transfer.status.failed)
Base URL: https://api.gravv.xyz
Integration workflow
- Set up credentials and environment access in Get started.
- Configure request auth in Authentication.
- Create and activate an External Account (Recipient) via
POST /v1/external-accounts. - Initiate Transfer SNS via
POST /v1/transfer/sns. - Process transfer lifecycle events in Webhooks.
- Use the interactive API reference for request/response schemas.