Skip to main content
GET
List Orders
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Query Parameters

profile_id
string

The profile associated with the orders.

account_id
string

The account under which these orders are placed.

market
enum<string>

Filter by the trading pair.

Available options:
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
status
enum<string>

Filter by the status of the order.

Available options:
PENDING_SUBMISSION,
SUBMITTED,
OPEN,
FILLED,
CANCELLED,
REJECTED,
EXPIRED
order_time.begin
string<date-time>

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

order_time.end
string<date-time>

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

ref_ids
string[]

The idempotence IDs provided during order creation.

page_cursor
string

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

limit
integer<int32>

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

Response

200 - application/json

A successful response.

items
object[]
next_page_cursor
string

Cursor token required for fetching the next page.