cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/binance/symbols/available \ --header 'Authorization: Bearer <token>'
{ "symbols": [ { "symbol": "<string>", "exchange": "<string>", "name": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.hyperoru.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hyperoru.com/llms.txt
Use this file to discover all available pages before exploring further.
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Symbols tradable on Binance
GET /api/crypto/symbols response.
GET /api/crypto/symbols
Show child attributes
Was this page helpful?