Get order history

Get order history

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter results by a market_id.

string

Required. Account address (hex).

string

Filter by minimum created_at UNIX timestamp (nanoseconds).

string

Filter by maximum created_at UNIX timestamp (nanoseconds).

statuses
array of strings

Filter results by order status.

  • ORDER_STATUS_NONE: Order doesn't exist or invalid
  • ORDER_STATUS_OPEN: Order is active on the orderbook
  • ORDER_STATUS_FILLED: Order has been completely filled
  • ORDER_STATUS_CANCELLED: Order has been cancelled
statuses
Allowed:
int64

Page number (1-based, default: 1).

int64

Limit on number of results. Max limit is 1000.

string

Sort the results using the given field. Supported values: created_at (sort by created_at asc), -created_at (sort by created_at desc). Default: -created_at.

order_ids
array of strings

Filter by composite order IDs (hex 0x...). Max 100. When provided, only matching orders are returned.

order_ids
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json