cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/programs/available-symbols \ --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>
Symbols supported by the programs runtime
GET /api/crypto/symbols response.
GET /api/crypto/symbols
Show child attributes
Was this page helpful?