Skip to main content
Create a deposit address whenever you need a place to receive stablecoins on a supported chain. Store the returned id — it’s the stable identifier you’ll use to look the address up later.

Create the address

Send a POST to /v1/addresses with the chain you want. A POST requires an X-Idempotency-Key.

Response

Which chains can I use?

Fetch the live list from GET /v1/chains. Each entry tells you the supported assets and whether deposit_enabled is true.

List and fetch addresses

List your addresses, optionally filtering by chain or status:
Or fetch a single address by its id:
Reuse the same idempotency key when retrying a failed create so you don’t end up with duplicate addresses.

Next

Receive funds

Get notified when deposits land.

Whitelist a recipient

Approve a destination before paying out.