Long/Short Chart
Long/Short Chart
GET
https://open-api.bybt.com/api/pro/v1/futures/longShort_chart
Query Parameters
Name
Type
Description
interval
integer
1H:2 4H:1 12H:4 24H:5
symbol
string
BTC,ETH,EOS
{
"code": "0",
"msg": "success",
"data": {
"symbol": "BTC",
"longRateList": [
],
"shortsRateList": [
],
"priceList": [
],
"longShortRateList": [
],
"dateList": [
],
"timeType": 1
},
"success": true
}
Last updated
Was this helpful?