List deposit destinations. You can optionally filter the results by type, account ID, network, or cryptocurrency address.
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.
"account_af2937b0-9846-4fe7-bfe9-ccc22d935114"
Filter deposit destinations by the cryptocurrency address.
Filter deposit destinations by type.
crypto "crypto"
Filter deposit destinations by network.
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",
"address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"network": "base",
"metadata": {
"customerRef": "123e4567-e89b-12d3-a456-426614174000"
},
"createdAt": "2023-10-08T14:30:00Z",
"updatedAt": "2023-10-08T14:30:00Z"
}The token for the next page of items, if any.
"eyJsYXN0X2lkIjogImFiYzEyMyIsICJ0aW1lc3RhbXAiOiAxNzA3ODIzNzAxfQ=="