Skip to main content
Simulation endpoints are available only outside production. Use them to test integration behavior without moving real funds.
Simulated withdrawals are sandbox records for integration testing and never move funds. Production Partner API withdrawal quote and submit calls use the signed request flow described in Withdrawals.

How To Use Simulation Safely

Simulation is for exercising your client behavior:
  • deposit credit handling
  • transaction timeline reconciliation
  • failed or pending record handling
  • KYB-gated flows in staging
  • notification rendering and delivery tests
Do not reuse simulation payloads as production assumptions. Production money movement can have additional timing and review states. The wallet simulation requests identify the target staging account by user_id. Replace the example UUID below with your staging account user ID.

Example Stablecoin Deposit Simulation

After creating a simulated deposit, verify that your reconciliation process upserts the resulting wallet transaction by transaction ID. Simulation records do not replace testing a staging workflow that produces the webhook events your integration subscribes to.

Example Fiat Deposit Simulation

Example Fiat Withdrawal Simulation

Example Stablecoin Withdrawal Simulation

Withdrawal simulations create non-production transaction records. They do not perform a payout and must not be used to infer production timing or finality.

Required Headers

Simulation endpoints are public in non-production environments. Send Content-Type: application/json for JSON request bodies.

Common Failures

Use simulation responses to verify your reconciliation and notification handling before production access.