Run in Apidog
Sentiment
This indicator shows the ratio of cumulative data value between BTC/USDT leverage quote currency (USDT) and underlying asset (BTC) over a given period of time.
Request Add parameter in header x-api-key
Example: x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/marginLendingRatio?coin=BTC&exchange=okx_perp_coin&timeframe=1m&startTime=1782777600&endTime=1782864000&limit=50&sort=asc&advanceFilter=none' \
--header 'x-api-key: <api-key>' Responses
{
"data" : [
{
"marginLendingRatio" : 0 ,
"openDate" : 1783688280
}
] ,
"metadata" : {
"exchanges" : [
"okx_perp_coin"
]
}
}
Modified at 2026-08-11 07:23:22