List deposit destinations. You can optionally filter the results by type, account ID, network, or cryptocurrency address. Results are sorted by creation date in descending order (newest first).
Documentation Index
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Filter deposit destinations by account ID.
The ID of the Account, which is a UUID prefixed by the string account_.
^account_[a-f0-9\-]{36}$"account_af2937b0-9846-4fe7-bfe9-ccc22d935114"
Filter deposit destinations by the cryptocurrency address. The cryptocurrency address to filter by. Format depends on the network (e.g., 0x-prefixed for EVM networks, base58 for Solana).
Filter deposit destinations by type. The type of deposit destination.
crypto, fiat "crypto"
Filter deposit destinations by network. The blockchain network to filter by (e.g., base, ethereum, stellar). Only applies to crypto deposit destinations.
The number of resources to return per page.
The token for the next page of resources, if any.
Successfully listed deposit destinations.
The list of deposit destinations.
A deposit destination for receiving funds to an account. Can be either a cryptocurrency address or fiat bank account instructions.
{
"depositDestinationId": "depositDestination_af2937b0-9846-4fe7-bfe9-ccc22d935114",
"accountId": "account_af2937b0-9846-4fe7-bfe9-ccc22d935114",
"type": "crypto",
"network": "base",
"address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"crypto": {
"network": "base",
"address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
},
"target": {
"accountId": "account_bf3847c1-a957-5ae8-cfa0-ddd33e046225",
"asset": "usd"
},
"status": "active",
"metadata": {
"customer_id": "123e4567-e89b-12d3-a456-426614174000",
"reference": "order-12345"
},
"createdAt": "2023-10-08T14:30:00Z",
"updatedAt": "2023-10-08T14:30:00Z"
}The token for the next page of items, if any.
"eyJsYXN0X2lkIjogImFiYzEyMyIsICJ0aW1lc3RhbXAiOiAxNzA3ODIzNzAxfQ=="