List Crypto Deposit Addresses
GET / v1 / crypto / deposit_addresses
Lists crypto deposit addresses for the authenticated merchant. Supports cursor-based pagination and optional filtering by customer, network, or on-chain address.
Parameters
- address string Only return the deposit address matching this on-chain address.
- customer string Only return deposit addresses scoped to this Customer.
- customer _ account string Only return deposit addresses belonging to this customer account.
- network enum Only return deposit addresses for this blockchain network. Possible enum values
baseBase network.solanaSolana network.tempoTempo network.
More parameters
- ending _ before string
- limit integer
- starting _ after string
Returns
Returns a list of crypto.deposit_address objects
cURL
Response
