Documentation Index
Fetch the complete documentation index at: https://paxos-0ac97319-jg-test-1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Quote Executions
Create Quote Execution
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_amountto specify the amount of crypto to buy or sell.quote_amountto 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:
- Expired if the quote
with ID
quote_idhas expired. - Insufficient Funds
if the profile with ID
profile_idhas insufficient available balance to fund the execution. - Rejected if extreme market conditions (e.g. a very large price swing) have invalidated the quote.
- Already Exists
if a Quote Execution with the same
ref_idhas already been created.