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 ID of the profile under which to execute this order.
Body
The ID of the held Quote for buying or selling some asset.
A unique identifier for the quote execution (for idempotence).
The amount of the base asset (crypto) to buy or sell using the specified quote. The maximum precision is 8 decimals.
The amount of the quote asset (fiat) to spend or acquire using the specified quote. The maximum precision is 2 decimals.
Metadata to store on the quote execution. Up to 6 key/value pairs may be stored, with each key and value at most 100 characters.
The end user that requests the quote execution.
The account under which this quote execution is placed. The provided identity must be allowed to trade on behalf of this account.
The ID of the profile under which to deposit the funds.
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.