跳到主要内容

获取现货资金流向信息

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

描述

获取现货资金流向信息

HTTP请求

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

请求参数

N/A

返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1656589586807,
"data": {
"whaleBuyVolume": "50.901579",
"dolphinBuyVolume": "1.506897",
"fishBuyVolume": "0.529853",
"whaleSellVolume": "50.635982",
"dolphinSellVolume": "1.429034",
"fishSellVolume": "0.344032",
"whaleBuyRatio": "50.901579",
"dolphinBuyRatio": "1.506897",
"fishBuyRatio": "0.529853",
"whaleSellRatio": "50.635982",
"dolphinSellRatio": "1.429034",
"fishSellRatio": "0.344032"
}
}

返回参数

返回字段参数类型字段说明
whaleBuyVolumeString大单买入量
dolphinBuyVolumeString中单买入量
fishBuyVolumeString小单买入量
whaleSellVolumeString大单卖出量
dolphinSellVolumeString中单卖出量
fishSellVolumeString小单卖出量
whaleBuyRatioString大单买入占比
dolphinBuyRatioString中单买入占比
fishBuyRatioString小单买入占比
whaleSellRatioString大单卖出占比
dolphinSellRatioString中单卖出占比
fishSellRatioString小单卖出占比