Resolve a crypto deposit address
Provision (or return the existing) on-chain deposit address for the requested network. A wallet is created only for the requested network. Send USDT/USDC to the returned address; the deposit is credited once it confirms on-chain, provided it meets the per-transfer minimum. A smaller transfer is not credited, does not appear in GET /v1/deposits, and cannot be recovered. EVM addresses are valid across all EVM chains. Pass Zuba-Account-Id to allocate the address to a sub-account: deposits to it settle into that sub-account’s balance, and each sub-account gets its own address.
Authorizations
Enter Auth0 JWT token
Headers
Optional. Names an owned sub-account (UUID) to act on. Omit to act at the master (tenant) level. Naming an account this key does not own returns 403 not_account_owner.
Body
Network to provision a deposit address on, as a CAIP-2 chain id (e.g. "eip155:1" for Ethereum mainnet).
eip155:1, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, tron:mainnet, solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1 "eip155:1"
Optional client reference. Omit for your single default address on this network; pass distinct values (e.g. your end-customer id) to get distinct addresses. Must not start with "pool-", a prefix reserved for platform-minted order-funding addresses.
100"customer-1234"
Response
Deposit address resolved.
On-chain address to send funds to. For EVM, valid on all EVM chains.
"0x1234567890abcdef1234567890abcdef12345678"
eip155:1, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, tron:mainnet, solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1 "eip155:1"
Echoes the client reference supplied on the request, if any.
"customer-1234"