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 →
Response
A successful response.
A QuoteExecution is an order to buy or sell an asset at a particular held Quote.
The UUID of the quote execution.
The ID of the profile under which this order executed.
The ID of the quote used to create this quote execution.
A QuoteExecution begins in state CREATED
and transitions to end state SETTLED
when all accounting movements are complete.
CREATED
, SETTLED
ETHEUR
, ETHSGD
, ETHUSD
, BTCEUR
, BTCSGD
, BTCUSD
, PAXGUSD
, BCHUSD
, LTCUSD
, USDPUSD
, LINKUSD
, MATICUSD
, AAVEUSD
, UNIUSD
Trade side.
BUY
, SELL
The guaranteed price of the quote.
The amount of assets (crypto) in the transaction.
The "base" side of the trading pair (crypto - like BTC, ETH, PAXG).
The amount of quote currency (cash) in the transaction.
The "quote" side of the trading pair (fiat - like USD, EUR, SGD).
The time at which the quote execution was created.
A unique identifier for the quote execution creation (for idempotence).
The time at which the quote execution was settled, completing its lifecycle.
Client-specified metadata.
The identity under which this quote execution is placed.
The account under which this quote execution is placed.
The ID of the profile under which to deposit the funds.