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.
The ID of the Account, which is a UUID prefixed by the string account_.
"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 "crypto"
Filter deposit destinations by network. The network to filter by (e.g., base, ethereum, stellar for crypto; ach, fedwire for fiat).
The number of resources to return per page.
The token for the next page of resources, if any.