Run in Apidog
Orderflow
Tracks key technical levels from the previous week (UTC). These key levels are previous week high, previous week low, previous week open, and previous week equilibrium (which is the average of high and low).
Request Add parameter in header x-api-key
Example: x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/pwLevels?coin=BTC&exchange=binance_perp_stable&timeframe=1d&startTime=1782777600&endTime=1782864000&limit=50&sort=asc&advanceFilter=none' \
--header 'x-api-key: <api-key>' Responses
{
"data" : [
{
"closeDate" : 1783296000 ,
"openDate" : 1782691200 ,
"pwEq" : 61813.6 ,
"pwHigh" : 65597.2 ,
"pwLow" : 58030 ,
"pwOpen" : 63287.1
}
] ,
"metadata" : {
"exchanges" : [
"binance_perp_stable"
] ,
"unsupportedExchanges" : [
"okx_perp_stable"
]
}
}
Modified at 2026-08-11 07:23:22