Exchange Rate
Get Exchange Rate
GET https://api.whatsonchain.com/v1/<chain>/<network>/exchangerateExample Request
curl --location --request GET "https://api.whatsonchain.com/v1/bsv/main/exchangerate"curl --location --request GET "https://api.whatsonchain.com/v1/btc/main/exchangerate"Example Response
{
"rate": 27.055,
"time": 1752257180,
"currency": "USD"
}{
"rate": 117581.6,
"time": 1752257200,
"currency": "USD"
}Parameter
Description
Get Historical Exchange Rate
Example Request
Example Response
Parameter
Description
Last updated
Was this helpful?