Skip to main content
GET
/
api
/
binance
/
symbols
/
watchlist
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/binance/symbols/watchlist \
  --header 'Authorization: Bearer <token>'
{
  "exchange": "<string>",
  "symbols": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Binance watchlist

Watchlist payload.

exchange
string
required
symbols
string[]
required