cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/crypto/status/{symbol} \ --header 'Authorization: Bearer <token>'
{ "exchanges_total": 123, "exchanges_up": 123, "status": "<string>", "details": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Symbol name
Market status for symbol
Market status envelope.
Was this page helpful?