Creating quote
Last updated
Last updated
Name | Type | Description |
---|---|---|
Content-Type
application/vnd.api+json
Authorization
Bearer <api_token>
data
object
Object with exchange request data.
data.type
string
Exchange request type. Always quotes
.
data.attributes
object
A set of exchange request attributes.
data.attributes.accountChargedId
string
Account ID from which funds are being converted. See Listing Accounts.
data.attributes.accountReceivedId
string
Account ID to which funds are being converted. See Listing Accounts.
data.attributes.amount
number
Exchange amount.
data.attributes.amountCurrency
string
Exchange currency. Can be either BTC
, USDT,
TRX
, EUR
, USD
or TRY
.
data.id
string
Quote ID.
data.type
string
Entity type returned. Always exchangeQuotes
.
data.attributes
object
A set of quote attributes.
data.attributes.amountCharged
string
Amount to be debited from your accountChargedId
.
data.attributes.amountChargedCurrency
string
Account charged currency code.
data.attributes.amountReceivedCurrency
string
Account received cyrrency code.
data.attributes.amountReceived
string
Amount to be credited to your accountReceivedId
.
data.attributes.rate
string
Exchange rate.
data.attributes.rateCurrency
string
Exchange rate currency code.
data.attributes.exchangeFee
string
Txn fee amount.
data.attributes.exchangeFeeCurrency
string
Fee currency code.
data.attributes.expiresAt
string
Quote expiry timestamp.