v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Orders

List Orders

Retrieves full details of orders associated with a Profile ID, with optional filters.

  • Historical data prior to May 16, 2022 is unavailable.
  • Pagination Limit has a max of 1000. Pagination Offset is now deprecated and nonfunctional.
  • Filtering options are account_id, profile_id or neither (all orders).
get/orders

Query parameters

profile_idstring

The profile associated with the orders.

account_idstring

The account under which these orders are placed.

market'ETHEUR' | 'ETHSGD' | 'ETHUSD' | 'BTCEUR' | 'BTCSGD' | 'BTCUSD' | 'PAXGUSD' | 'BCHUSD' | 'LTCUSD' | 'USDPUSD' | 'LINKUSD' | 'AAVEUSD' | 'UNIUSD' | 'PEPEUSD' | 'TRUMPUSD' | 'SHIBUSD' | 'ARBUSD' | 'BONKUSD' | 'ENAUSD' | 'MNTUSD' | 'ONDOUSD' | 'PENGUUSD' | 'QNTUSD' | 'RENDERUSD' | 'SKYUSD' | 'WIFUSD' | 'WLDUSD' | 'DOGEUSD' | 'AVAXUSD' | 'SUIUSD' | 'POLUSD' | 'XLMUSD' | 'BNBUSD'

Filter by the trading pair.

status'PENDING_SUBMISSION' | 'SUBMITTED' | 'OPEN' | 'FILLED' | 'CANCELLED' | 'REJECTED' | 'EXPIRED'

Filter by the status of the order.

order_time.beginstring date-time

Only return records after this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z.

order_time.endstring date-time

Only return records before this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z.

ref_idsstring[]

The idempotence IDs provided during order creation.

page_cursorstring

Cursor token for fetching the next page. If using this then do not use paginationLimit and paginationOffset fields.

limitinteger

Number of results to return. If using this then do not use paginationLimit and paginationOffset fields.

Response

A successful response.

next_page_cursorstring

Cursor token required for fetching the next page.