docs
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 } }
| Endpoint | Method | Notes |
|---|---|---|
/v1/rates | GET | latest aggregated rates |
/v1/history | GET | daily closes, up to 5y |
/v1/stream | WS | push updates |
Free tier: 1000 requests/day. See pricing.