API Documentation

GET/api/1/crypto-extended/btc-exchange-rates

BTC Exchange Rates API

Returns current BTC exchange rates to all supported fiat currencies and crypto assets

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/btc-exchange-rates' \
  -H 'Accept: application/json'
200 Response
[
  {
  "currency": "usd",
  "name": "US Dollar",
  "unit": "$",
  "type": "fiat",
  "rate": 62345
}
]