Skip to main content
Generate per-user deposit addresses and read the deposits that have landed for your account.
Both endpoints on this page require the read:assets claim on your API key.

Generate a deposit address

Returns a deposit address for the given coin, bound to a platform user you specify. Repeated calls for the same (symbol, user) pair may return the same address — treat it as idempotent and safe to call again.
Always show the freshly returned address to the end user before they send funds, and make sure you request the address for the correct coin — funds sent to an address for the wrong asset or network may be unrecoverable.

List your deposits

Returns every deposit owned by the authenticated client. Results are scoped to your account automatically — you can never read another client’s deposits.
Key fields:
Rather than polling this endpoint, subscribe to the deposit channel over the WebSocket to get new-deposit events in real time. See WebSockets.

For the complete deposit object and exact schemas, see the API Reference.