Wallets overview
Use the Wallets API to create blockchain wallets for customers and retrieve wallet details or lists.
Create a wallet or browse the operations in this category.
Review wallet creation, retrieval, and funding guidance.
How it works
Wallets are customer-owned blockchain addresses used for crypto transfers, FX settlement, and payment-link collection. Create one wallet per customer per network, then use the wallet as a source or destination in the Transfers API.
For sandbox testing, create wallets on polygon and fund them with the test funding guide.
Endpoints
| Endpoint | Description |
|---|---|
POST /v1/wallets |
Create a blockchain wallet for a customer on a specified network |
GET /v1/wallets |
List wallets, filterable by customer and blockchain network |
GET /v1/wallets/{wallet_id} |
Retrieve a single wallet |
Authentication
All requests use https://api.gravv.xyz/v1/ and authenticate with the Api-Key header. See Authentication for details.
Was this page helpful?