v1
latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KBDeposit Instructions
Get Crypto Deposit Address
Retrieve a specific crypto deposit instruction by its ID.
For EVM wallets, the network field indicates whether it was created as a specific chain (e.g., ETHEREUM) or as the virtual EVM network. Default EVM wallets are displayed as network: "EVM".
get/v1/customers/{customer_id}/deposit_instruction/{deposit_instruction_id}
Path parameters
customer_idstring required
Customer ID (UUID format)
deposit_instruction_idstring required
Deposit Instruction ID (wallet ID)
Response
Successfully retrieved crypto deposit instruction
Example response
{
"network": "EVM",
"created_at": "2025-08-21T07:56:57.981Z"
}