id — it’s the stable identifier you’ll use to look the address up later.
Create the address
Send aPOST 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 fromGET /v1/chains. Each entry tells you the supported assets and whether deposit_enabled is true.
List and fetch addresses
List your addresses, optionally filtering bychain or status:
id:
Next
Receive funds
Get notified when deposits land.
Whitelist a recipient
Approve a destination before paying out.