Skip to main content

Get spot fund flow

Rate limit: 1 req/1s (IP)

Description

Get spot fund flow

HTTP Request

  • GET /api/v2/spot/market/fund-flow
Request Example
curl "https://api.bitget.com/api/v2/spot/market/fund-flow"

Request Parameters

N/A

Response Example
{
"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"
}
}

Response Parameters

ParameterTypeDescription
whaleBuyVolumeStringWhale buy volume
dolphinBuyVolumeStringDolphin Buy Volume
fishBuyVolumeStringFish Buy Volume
whaleSellVolumeStringWhale Sell Volume
dolphinSellVolumeStringDolphin Sell Volume
fishSellVolumeStringFish Sell Volume
whaleBuyRatioStringWhale Buy Ratio
dolphinBuyRatioStringDolphin Buy Ratio
fishBuyRatioStringFish Buy Ratio
whaleSellRatioStringWhale Sell Ratio
dolphinSellRatioStringDolphin Sell Ratio
fishSellRatioStringFish Sell Ratio