Generate an authentication token.
Environment | Root URL | Full Path |
---|---|---|
Sandbox | https://oauth.sandbox.paxos.com | https://oauth.sandbox.paxos.com/oauth2/token |
Production | https://oauth.paxos.com | https://oauth.paxos.com/oauth2/token |
Scopes for each endpoint are listed in the Authorizations section in the API Reference docs. The Market Data and most Pricing endpoints do not require authorization.For example, the following scopes (space delimited) should provide sufficient permissions to mint, redeem, and convert Paxos-isssued stablecoins:
header with a value that follows the \"Bearer {access_token}"
schema.
{client_id}
(Client ID) and {client_secret}
(Client Secret) configured for your API credentials.
Include sufficient {client_scopes}
(Client Permissions).
{client_id}
(Client ID) and {client_secret}
(Client Secret) configured for your API credentials.
Include sufficient {client_scopes}
(Client Permissions).
access_token
to use in the request authorization header (-H "Authorization: Bearer {access_token}"
).
access_token
, make an API call in Sandbox.