Skip to main content
GET
/
api
/
binance
/
price
/
{symbol}
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>"
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Path Parameters

symbol
string
required

Symbol

Response

Latest Binance price for a symbol

Latest spot/perp price.

price
number<double>
required
symbol
string
required
as_of
string | null