Longs & Shorts
This is the difference between top trader positions long% ('whales') and global accounts long% ('retail').
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Token URL: https://auth-api.dev.hyblockcapital.com/oauth2/token
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Request Code Samples
curl --location --request GET 'https://api.dev.hyblockcapital.com/v2/whaleRetailDelta?coin&exchange&timeframe&limit&startTime&endTime&sort&advanceFilter' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
Responses
{
"data": [
{
"openDate": 1683417600,
"whaleRetailDelta": 5.805907172995783
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}
Modified at 2025-12-31 05:42:54