cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/market/indicators/available \ --header 'Authorization: Bearer <token>'
{ "indicators": [ { "id": "<string>", "name": "<string>", "description": "<string>", "params": [ "<string>" ] } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Available indicators catalog
Indicator catalogue.
Show child attributes
Was this page helpful?