Base URL
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
- Fund: deposit crypto to your virtual account wallet for the chain (
GET /accounts/virtuallists addresses). - Estimate:
POST /trade/quicktradewithdry_run: trueto price without executing. - Execute: the same call without
dry_runquotes and executes, returning anorder_id. - Track: poll
GET /trade/orderuntil the order isClosedandsettlement_statusisCompleted.