跳到主要内容

现货资金流

现货市场资金流入/流出指标。透传 Binance bapi/earn/v1/public/indicator/capital-flow/info

接口

GET /spot/capital-flow

鉴权: 公开。

查询参数

参数类型必填默认值说明
symbolstring现货交易对,例如 BTCUSDT
periodstringHOUR_1HOUR_1HOUR_4DAY_1 之一。

响应 — 200 OK

Binance 原始透传。典型结构如下:

{
"code": "000000",
"data": [
{
"time": 1745920800000,
"netInflow": "1234567.89",
"...": "..."
}
]
}

错误

HTTP触发原因
422缺少 symbol
502上游 Binance 请求失败。

示例

curl -s "https://api.pipai.org/spot/capital-flow?symbol=BTCUSDT&period=HOUR_4"