Wallet Deposits
Deposits let users fund their wallet by sending crypto to an address generated on their behalf. For full parameter and response details, see the Deposit section of the API Reference.
The Flow
- Discover supported networks —
getDepositChainslists which blockchain networks are available. - Check deposit options —
getDepositOptionsreturns available options, optionally grouped by agroupByparameter. - Generate an address —
getDepositAddresstakes achainIdand returns an address the user can send funds to on that network. - Track deposits —
getDepositTransactionsshows deposit history, filterable bychainIdand paginated withpage/limit.
Practical Notes
- Each network (
chainId) has its own deposit address — don't assume one address works across all chains. - Deposits take time to confirm on-chain. Poll
getDepositTransactionsperiodically rather than expecting instant confirmation. - Always use
chainIdvalues returned bygetDepositChains— don't hardcode chain identifiers, since supported networks may change.
Updated 1 day ago
Did this page help you?
