This page describes the parameters available in the API response of the Get-price-quote-details API endpoint in case of a Buy trade quote.
Key | Type | Description |
---|---|---|
transferIn | Object | Object that contains transfer-in details of the trade. |
→sendAmount | Number | The amount the trader has to pay. |
→receiveAmount | Number | The amount we receive without the fees. |
→currency | String | The currency of sendAmount and receiveAmount . |
→isMinimumHandlingFeeApplied | Boolean | True if handling fee is the same as the minimum fee. |
→isMaximumHandlingFeeApplied | Boolean | True if handling fee is the same as the maximum fee. |
→totalFee | Number | Handling fee + partner fee, same as the difference between sendAmount and receiveAmount. |
→handlingFee | Number | The fee we charge for the payment. |
→partnerFee | Number | Partner fee (only present if enabled for partner). |
transferOut | Object | Object that contains transfer-out details of the trade. |
→sendAmount | Number | The amount before network fee. |
→receiveAmount | Number | The amount the trader receives. |
→currency | String | The currency of sendAmount and receiveAmount . |
→networkFee | Number | Network fee for the transaction. |
→promoCodeValue | Object | {amount, currency} of the promo code value in FIAT (only present if promoCode is provided). |
→promoCodeRedeemedAmount | Object | {amount, currency} of the promo code value in Crypto (only present if promoCode is provided). |
exchangeRate | Number | Exchange rate used for this trade. |