清算地图API
通过我们的API访问实时清算数据。将强大的清算地图分析集成到您的交易系统中。
提升您的交易
机构级数据精度。清算检测比竞争对手准确40%。主要交易所隐藏流动性集群100%覆盖。
- 通过隐藏流动性集群分析在价格变动前检测反转区域
- 生产就绪的Python客户端,具有全面的错误处理
- 使用3年以上历史清算数据进行回测策略
- 看到散户无法看到的内容:100%覆盖率,竞争对手约60%
- 具有伽马曝光数据的期权感知交易,显示交易商定位
用揭示其他人错过的数据来转换您的交易策略。

您可以构建什么
基于清算的策略
在价格反应之前检测隐藏的流动性集群。回测5年以上的历史数据,以机构精度识别反转区域。
期权感知交易
伽马曝光(GEX+)数据实时显示交易商定位。与清算集群结合使用以实现多信号融合。
Toxic Flow警报
通过TOF端点跟踪推动市场的大订单。识别智能资金何时活跃,并利用机构定位。
多交易所套利
即时聚合交易所的清算数据。发现分散机会和价格低效,然后它们消失。
打造您的优势
加入使用Kingfisher数据构建竞争优势的量化交易公司、算法交易员和对冲基金。
API文档
将清算地图集成到交易应用程序中的快速入门指南
身份验证
所有API请求都需要在标头中包含您的API密钥:
X-API-Key: kf_your_api_key_here示例请求:GET https://app.thekingfisher.io/api/api-subscription/status
可用端点
不同的端点每次请求消耗不同数量的积分
| 端点 | 积分 | 方法 | 描述 |
|---|---|---|---|
| Map (Liquidation Map) | 1 | POST /api/map/latest | 参数:pair,exchange,type |
| Map (Liquidation Map) | 5 | POST /api/map/latest | 多交易所 |
| Map (by timestamp) | 1 | POST /api/map/timestamp | 参数:pair,exchange,type,ts |
| Liq Ratios | 5 | POST /api/ratios/latest | 参数:map_type |
| TOF (Toxic Order Flow) | 1 | GET /api/tof/get_available | 获取可用交易对 |
| TOF (Toxic Order Flow) | 1 | POST /api/tof | 参数:pair("BTCUSDT","ETHUSDT"),tf("5m","1h","4h") |
| GEX (Gamma Exposure) | 2 | POST /api/map/gevex | 参数:instrument("BTC"或"ETH") |
| RSI | 1 | POST /api/rsi | 参数:tf("5m","15m","1h","4h","1d") |
| Market Surge | 1 | GET /api/markets-surge | 获取趋势/波动资产 |
| 使用和状态 | 免费 | GET /api/api-subscription/usage | 获取当前积分使用情况 |
| 使用和状态 | 免费 | GET /api/api-subscription/instruments | 获取允许的工具 |
Python集成示例
这是一个快速入门示例:
Python
import requests
# Configure your API key
API_KEY = "kf_your_api_key_here"
BASE_URL = "https://app.thekingfisher.io/api"
headers = {
"X-API-Key": API_KEY,
"Content-Type": "application/json"
}
# Get latest liquidation map
response = requests.post(
f"{BASE_URL}/map/latest",
headers=headers,
json={
"pair": "BTCUSDT",
"exchange": "binance",
"type": "perpetual"
}
)
data = response.json()
print(f"Liquidation Map Data: {data}")完整的Python客户端提供给API订阅者,具有高级功能和错误处理。 获取API访问
API Pricing
Choose the plan that fits your trading needs
Individual
2,000API credits/month
$499
per month
2,000 monthly credits
BTC + ETH
3 months historical data
$0.20/credit overage
Most Popular
Professional
5,000API credits/month
$1,499
per month
5,000 monthly credits
BTC + ETH + 3 Altcoins
1 year historical data
$0.10/credit overage
Enterprise
15,000API credits/month
$2,499
per month
15,000 monthly credits
All instruments
Full history historical data
$0.05/credit overage
API Credit Consumption
Different endpoints consume different amounts of credits per request
1 credit
TOF
Toxic Order Flow
1 credit
Liq Map
Liquidation Map
2 credits
GEX
Gamma Exposure
5 credits
Aggr Map
Aggregated Orderbook
5 credits
Liq Ratio
Liquidation Ratio
Example: With the Professional tier's 5,000 monthly credits, you could make:
- 5,000 Liq Map queries, or
- 2,500 GEX queries, or
- 1,000 Aggregated Orderbook queries
准备开始了吗?
加入数千名使用Kingfisher API为其交易策略提供支持的交易员。

