Skip to main content

Stablecoin and crypto

Use stablecoin deposits only with the exact address, asset, and network returned for the intended wallet or customer.

Engineering flowBuild, verify, then reconcile
Test this flow in sandbox
  1. 01Get deposit detailsRetrieve the exact address, asset, and network.
  2. 02Present exact valuesDo not let customers infer a network from an address.
  3. 03Wait for settlementA broadcast is not an on-chain confirmed deposit.
  4. 04Reconcile walletProcess the settlement event and match wallet state once.

Use a dashboard-issued sandbox API key on your server. Do not enter credentials into this documentation site.

Deposit flow

Create/retrieve deposit address → show exact asset + network → customer sends funds → on-chain confirmation → settlement event → wallet reconciliation

Asset and network must match

Do not assume addresses or networks are interchangeable. Display the returned asset and network clearly, and do not credit a customer from a transaction broadcast alone.

Wait for the confirmed settlement result, process its event ID once, and reconcile the resulting wallet state. See the Stablecoin API reference and Wallet funding.

Was this page helpful?

Report a docs issue →