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
Market of Order Book.
ETHEUR
, ETHUSD
, BTCEUR
, BTCUSD
, PAXGUSD
, BCHUSD
, LTCUSD
, ETHGBP
, BTCGBP
, LTCGBP
, BCHGBP
, USDPUSD
, ETHBRL
, BTCBRL
, LTCBRL
, BCHBRL
, USDPGBP
, USDPBRL
, LINKUSD
, MATICUSD
, AAVEUSD
, UNIUSD
, AAVEMXN
, BCHMXN
, BTCMXN
, ETHMXN
, LTCMXN
, USDPMXN
, AAVEEUR
, BCHEUR
, LTCEUR
, LINKEUR
, MATICEUR
, PAXGEUR
, SOLEUR
, USDPEUR
, UNIEUR
, PYUSDEUR
, PYUSDGBP
Query Parameters
Maximum number of data points to return.
The time frame of the increments will be inferred by finding the most granular increment without breaching the max_data_points
value based on a set of recording data points.
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
Number of results to skip
Time increment between prices. Returns data exclusive from range.begin
and range.end
. Do not use with max_data_points
, as this results in an error.
ONE_MINUTE
, FIVE_MINUTES
, FIFTEEN_MINUTES
, THIRTY_MINUTES
, ONE_HOUR
, TWO_HOURS
, TWELVE_HOURS
, ONE_DAY
, ONE_WEEK
, TWO_WEEKS
, FOUR_WEEKS