Major crypto spot quotes
GET /v1/markets/crypto/quotes — BTC, ETH, SOL, XRP, and DOGE spot quote seeds with public-stream mappings. Cached for 5 seconds.
GET /v1/markets/crypto/quotes
BTC, ETH, SOL, XRP, and DOGE spot quote seeds with public-stream mappings. Cached for 5 seconds.
| Method | GET |
| Path | /v1/markets/crypto/quotes |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{ "quotes": [{ "symbol": "BTC", "label": "BTC/USD", "price": 100000, "changePct": 1.2 }] }