The Change API
Pair information
Get exchange information for a pair of currencies - networks
get
https://api.thechange.ltd/exchange/pair
Header
Field | Type | Description |
---|---|---|
X-API-KEY | String | Your API key |
Query parameters
Field | Type | Description |
---|---|---|
send | String | Ticker of currency to send |
receive | String | Ticker of currency to receive |
sendNetwork optional | String | Ticker of network to send. Default network will be selected if omitted |
receiveNetwork optional | String | Ticker of network to receive. Default network will be selected if omitted |
amountType optional | String | Set this parameter as "receive" if you want to get the minimum and/or maximum of the receiving amount |
Successful response
HTTP/1.1 200 OK
{
"minimumAmount": "0.01075",
"maximumAmount": "420",
"networkFee": "0.000005",
"confirmations": 1,
"processingTime": "3-5"
}