Unusual Whales UnusualWhales API

Crypto Pair State

GET https://api.unusualwhales.com/api/crypto/{pair}/state

Request

Security: Bearer Auth Authorization: Bearer <token>

Path Parameters

pair string required

Responses

200 500
Try It GET
Path Parameters

Request Sample
curl -X GET "https://api.unusualwhales.com/api/crypto/{pair}/state" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"
Response Example 200
{
  "data": null
}