v1
latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KBDeposit Instructions
List Crypto Deposit Addresses
List all crypto deposit instructions for a customer with pagination.
EVM Network: The EVM network is a virtual network representing all EVM-compatible chains. A single EVM deposit address can receive deposits from any of the following chains: Ethereum, Polygon, BNB Chain, Avalanche, Base, and Arbitrum. In the response, default EVM wallets are displayed with network: "EVM".
Pagination: Use page (1-based) and size (1-100, default 10) query parameters.
get/v1/customers/{customer_id}/all_deposit_instructions
Path parameters
customer_idstring required
Customer ID (UUID format)
Query parameters
pageinteger
Page number (starts from 1, default: 1)
sizeinteger
Number of items per page (1-100, default: 10)
Response
Successfully retrieved crypto deposit instructions list
Example response
{
"data": [
{
"network": "EVM",
"created_at": "2025-08-21T07:56:57.981Z"
}
]
}