List quote executions within a particular profile.
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
The profile ID associated with the orders.
Filter by buy or sell side.
BUY, SELL 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.
CREATED, SETTLED 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.
Number of results to return.
Return items in ascending (ASC) or descending (DESC) order. Default order is descending (DESC).
DESC, ASC The specific method by which the returned results will be ordered.
CREATED_AT Cursor token for fetching the next page. If using this then do not use pagination.limit and pagination.offset fields.