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. EVM addresses are valid across all EVM chains.
Authorizations
Enter Auth0 JWT token
Body
Network to provision a deposit address on, as a CAIP-2 chain id (e.g. "eip155:1" for Ethereum mainnet).
eip155:1, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, tron:mainnet "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.
100"customer-1234"
Response
Deposit address resolved.
On-chain address to send funds to. For EVM, valid on all EVM chains.
"0x1234567890abcdef1234567890abcdef12345678"
eip155:1, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp, tron:mainnet "eip155:1"
Echoes the client reference supplied on the request, if any.
"customer-1234"