Authorizations
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
- Production: https://oauth.paxos.com/oauth2/token
- Sandbox: https://oauth.sandbox.paxos.com/oauth2/token
Learn more in the API credentials guide →
Path Parameters
The profile ID associated with the orders.
Query Parameters
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.