This page describes the parameters available in the API response of the Get-price-quote-details API endpoint in case of a Sell 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 . |
transferOut | Object | Object that contains transfer-out details of the trade. |
→sendAmount | Number | The amount we send without the fee |
→receiveAmount | Number | The amount the trader receives after fees are subtracted |
→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 |
→handlingFee | Number | The fee we charge for the payout |
→partnerFee | Number | Partner fee (only present if enabled for partner) |
→totalFee | Number | Handling fee + partner fee, same as the difference between sendAmount and receiveAmount |
exchangeRate | Number | Exchange rate used for this trade |