Skip to content

Crypto Trading API Overview

The Crypto Trading API provides order management, account balance and position queries, and fill history for cryptocurrency markets.

API Categories

  • Account & Positions — Authorized trading accounts, total balance.
  • Trading — Place order, modify order, cancel order, get maximum buy/sell quantity.
  • Orders — Get Unfilled Orders, Get Order History, Get Order Details.
  • Deals — Get Fill Details, Get Fill History.
  • Trade Event Push — WebSocket real-time push: auth, subscription, event handling, data format, error codes.

Account Identifier

All crypto trading endpoints use acc_id (uint64) to identify an account, passed as a path parameter. You can retrieve the account ID via the Get Authorized Trading Accounts endpoint. Crypto accounts have enable_market value 7.

Reference

  • Naming Dictionary — Enum reference table containing all enum definitions used by the crypto trading API.