Market Data
REST Endpoints
Query live quotes, multiple symbols, categories, and markets directly from the browser using the Market Data API base URL documented on the Get Started page.
Single quote GET /api/v1/quotes/:symbol
Single quote
Call GET /api/v1/quotes/:symbol to fetch the latest quote for a single
symbol such as btcusd.
Enter a symbol (e.g. btcusd) and run the request...
Multiple quotes GET /api/v1/quotes?symbols=...
Multiple quotes
Call GET /api/v1/quotes?symbols=btcusd,ethusd,solusd to fetch multiple
symbols in a single request.
Enter symbols and run the request to see the multi-quote response...
Categories & markets GET /api/v1/categories & /categories/:id/markets
Categories & markets
Browse categories with GET /api/v1/categories and then fetch markets for a
category via GET /api/v1/categories/:categoryId/markets.
Load categories, select one, then fetch markets for that category...