cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/crypto/popular \ --header 'Authorization: Bearer <token>'
{ "symbols": [ { "symbol": "<string>", "exchange": "<string>", "name": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Popular symbols
GET /api/crypto/symbols response.
GET /api/crypto/symbols
Show child attributes
Was this page helpful?