Retrieves full details of orders associated with a Profile ID, with optional filters.
account_id
, profile_id
or neither (all orders).Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
The profile associated with the orders.
The account under which these orders are placed.
Filter by the trading pair.
ETHEUR
, ETHSGD
, ETHUSD
, BTCEUR
, BTCSGD
, BTCUSD
, PAXGUSD
, BCHUSD
, LTCUSD
, USDPUSD
, LINKUSD
, MATICUSD
, AAVEUSD
, UNIUSD
Filter by the status of the order.
PENDING_SUBMISSION
, SUBMITTED
, OPEN
, FILLED
, CANCELLED
, REJECTED
Only return records after this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z
.
Only return records before this timestamp, inclusive. RFC3339 format, like 2006-01-02T15:04:05Z
.
The idempotence IDs provided during order creation.
Cursor token for fetching the next page. If using this then do not use paginationLimit and paginationOffset fields.
Number of results to return. If using this then do not use paginationLimit and paginationOffset fields.
A successful response.
The response is of type object
.