跳到主要内容

获取现货24小时资金净流入信息

限速规则 1次/1s (IP)

描述

获取现货24小时资金净流入信息

HTTP请求

  • GET /api/v2/spot/market/fund-net-flow
请求示例
curl "https://api.bitget.com/api/v2/spot/market/fund-net-flow?symbol=BTCUSDT"

请求参数

参数名参数类型是否必须描述
symbolString交易对名称
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1656589586807,
"data": [
{
"netFlow": "-1.1",
"ts": "1713942000000"
},
{
"netFlow": "-1.1",
"ts": "1713942000000"
},
{
"netFlow": "-1.1",
"ts": "1713942000000"
},
{
"netFlow": "-1.1",
"ts": "1713942000000"
},
{
"netFlow": "-1.1",
"ts": "1713942000000"
}
]
}

返回参数

返回字段参数类型字段说明
netFlowString买入卖出量(左币)
tsString时间