This page describes the payload received in the API response of the Request-trade-price-quote endpoint.
Key | Type | Description |
---|---|---|
id | Integer | Price quote identifier. Pass this identifier to the create trade endpoint to claim the offer. Note: Not included if anonymous (un-authenticated) request. |
baseCurrency | String | Currency (ISO 4217) denominating baseAmount , the known amount. |
quoteCurrency | String | Currency (ISO 4217) denominating quoteAmount , the unknown amount. |
baseAmount | Float | How much of baseCurrency does this quote apply for? |
quoteAmount | Float | How much of quoteCurrency is this quote? This is the "result", the price quote. |
transferIn | Object | transferIn object, only returned if provided in request |
→ medium | String | Transfer medium |
→ feeAmount | Float | Transfer fee (Will be added on the trade) |
→ currency | String | Currency |
transferOut | Object | transferOut object, only returned if provided in request |
→ medium | String | Transfer medium |
→ feeAmount | Float | Transfer fee (Will be added on the trade) |
→ currency | String | Currency |
issueTime | ISO 8601 time | Timestamp for when this price quote was issued. |
expiryTime | ISO 8601 time | Timestamp for when this price quote expires. |