terms

REST and WebSocket access to aggregated exchange rates. JSON only, no SDK required.

curl https://api.bitprace.com/v1/rates?base=USD

{ "base": "USD", "ts": 1786685000,
  "rates": { "EUR": 0.9214, "GBP": 0.7846, "JPY": 151.02 } }
EndpointMethodNotes
/v1/ratesGETlatest aggregated rates
/v1/historyGETdaily closes, up to 5y
/v1/streamWSpush updates

Free tier: 1000 requests/day. See pricing.