Skip to content
Exchange

Get exchange rate for a specific amount

Calculates the exchange rate and the final amount the user will receive, based on the input amount and chosen currency pair.
GET
https://api.thechange.ltd/v2/exchange/rate

Headers

TC-API-KEYstringRequired
API key for requests authentication

Query Parameters

sendstringRequired
Ticker of the currency to send (e.g., BTC)
sendNetworkstringRequired
Network of the sending currency (e.g., BTC)
receivestringRequired
Ticker of the currency to receive (e.g., ETH)
receiveNetworkstringRequired
Network of the receiving currency (e.g., ETH)
amountstringRequired
Amount to be exchanged

Responses

Updated