Execute on a quote for buying or selling an asset.
The side, market, and guaranteed price of the execution are specified by the quote
with ID quote_id
.
The amount to buy or sell must be specified in either fiat or crypto by setting exactly one of:
base_amount
to specify the amount of crypto to buy or sell.quote_amount
to specify the amount of fiat to spend or acquire.An otherwise-valid request to create a quote execution may fail with the following types of errors:
quote_id
has expired.profile_id
has insufficient available balance to
fund the execution.ref_id
has already been created.Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
The ID of the profile under which to execute this order.
A successful response.
A QuoteExecution is an order to buy or sell an asset at a particular held Quote.