Convert Estimate
POST
Authorizations
API Key authentication for private endpoints.
Required headers:
- X-TXC-APIKEY: API key
- X-TXC-PAYLOAD: Base64 encoded JSON payload
- X-TXC-SIGNATURE: HMAC SHA512 signature
Body
application/json
From currency. Example: BTC
Example:
"BTC"
To currency. Example: USDT
Example:
"USDT"
Convert amount direction, defines in which currency corresponding "amount" field is populated. Use "to" in case amount is in "to" currency, use "from" if amount is in "from" currency
Available options:
from, to Example:
"to"
Amount to convert or receive.
Example:
"35,103.1"
Nonce for request
Example:
1699260637
Request path
Example:
"{{request}}"
Response
Successful response
Quote ID
Example:
"123"
From currency
Example:
"BTC"
To currency
Example:
"USDT"
Amount to give
Example:
"50"
Amount to receive
Example:
"1714988.41577452"
Conversion rate
Example:
"34299.76831549"
Quote expiration timestamp
Example:
1699016476