Skip to main content
The ZBX Trading API converts value across crypto assets and chains, and between crypto and fiat, using your managed balance accounts. Fund an account, call Quick Trade, and poll until settlement completes.

Base URL

Authenticate with X-API-KEY. See Authentication for API keys and Authentication for request signing when required. Trade endpoints appear in the API reference under Instruments, Quotes, and Orders.

Flow

  1. Fund: deposit crypto to your virtual account wallet for the chain (GET /accounts/virtual lists addresses).
  2. Estimate: POST /trade/quicktrade with dry_run: true to price without executing.
  3. Execute: the same call without dry_run quotes and executes, returning an order_id.
  4. Track: poll GET /trade/order until the order is Closed and settlement_status is Completed.

Guides