Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v2/payment-session/{payment-session-id}/fixed-quote
{ "quoteToken": "<string>", "inputCurrency": "<string>", "inputPaymentMethod": "<string>", "inputAmount": "<string>", "outputCurrency": "<string>", "outputPaymentMethod": "<string>", "outputAmount": "<string>", "markupAmount": "<string>", "markupCurrency": "<string>", "blockchainSendMethod": "<string>", "inputThirdParty": true, "outputThirdParty": true, "appliedFees": [ { "type": "<string>", "description": "<string>", "amount": "<string>", "currency": "<string>" } ], "basePrice": "<string>", "pairName": "<string>" }
OK
decimal-as-string
Show child attributes