cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/binance/price/{symbol} \ --header 'Authorization: Bearer <token>'
{ "price": 123, "symbol": "<string>", "as_of": "<string>" }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Symbol
Latest Binance price for a symbol
Latest spot/perp price.
Was this page helpful?