CoinAnk-api-zh
  1. 热门排行
CoinAnk-api-zh
  • 错误码
    • 错误码
      GET
  • WebHook
    • WebHook APP推送(Plan1)
      POST
  • 币种和交易对
    • 获取交易对实时价格(Plan1)
      GET
    • 获取币种市值(Plan1)
      GET
    • 支持的币种(Plan1)
      GET
    • 支持的交易对(Plan1)
      GET
  • 未平仓合约
    • 持仓列表(按交易所排序)(Plan1)
      GET
    • 币种聚合持仓历史(Plan1)
      GET
    • 交易对持仓历史(Plan1)
      GET
    • 交易对持仓K线(Plan1)
      GET
    • 聚合持仓k线(Plan1)
      GET
    • 实时持仓(币种)(Plan1)
      GET
  • 爆仓数据
    • 币种爆仓实时统计(Plan1)
      GET
    • 币种爆仓聚合历史(Plan1)
      GET
    • 交易对爆仓统计历史(Plan1)
      GET
    • 爆仓订单(Plan3)
      GET
    • 清算地图 (Plan4)
      GET
    • 聚合清算地图 (Plan4)
      GET
    • 清算热力图 (Plan4)
      GET
    • 清算热图支持的交易对 (Plan1)
      GET
  • 市价单统计指标
    • CVD Kline (Plan3)
    • 主动买卖笔数 (Plan3)
    • 主动买卖额(Plan3)
    • 主动买卖量 (Plan3)
    • 聚合CVD数据 (Plan3)
    • 聚合主动买卖笔数 (Plan3)
    • 聚合主动买卖额 (Plan3)
    • 聚合主动买卖量 (Plan3)
  • 资金流
    • 实时资金流入流出(Plan3)
    • 历史资金流入流出 (Plan3)
  • 资金费率
    • 历史结算资金费率 (Plan1)
    • 实时资金费率(Plan1)
    • 累计资金费率(Plan1)
    • 交易对资金费率历史(Plan1)
    • 交易对资金费率k线(Plan1)
    • 加权资金费率(Plan1)
    • 资金费率热力图 (Plan3)
  • 多空比
    • 币种主动买卖多空比 (Plan3)
    • 交易所实时多空比(Plan1)
    • 多空持仓人数比(Plan1)
    • 大户多空比(持仓量) (Plan1)
    • 大户多空比 (账户数) (Plan1)
    • 多空比K线 (Plan1)
  • 净多头和净空头
    • 净多头和净空头 (Plan3)
  • 订单本
    • 交易对差值列表 (Plan3)
    • 交易所聚合差值列表 (Plan3)
    • 挂单流动性热力图 (Plan4)
  • 订单流
    • 订单流列表 (Plan3)
  • RSI选币器
    • RSI (Plan2)
  • 大额订单
    • 大额市价订单 (Plan3)
    • 大额限价订单 (Plan3)
  • 热门排行
    • 持仓/市值(plan2)
      GET
    • 视觉筛选器
      GET
    • 持仓排行榜 (Plan2)
      GET
    • 交易笔数排行榜 (Plan2)
      GET
    • 爆仓排行榜(Plan2)
      GET
    • 价格变化排行榜(Plan2)
      GET
    • 交易量变化排行榜 (Plan2)
      GET
  • K线
    • k线接口(Plan1)
  • 指标数据
    • 两年MA乘数(Plan1)
    • 贪婪恐惧指数(Plan1)
    • ahr999指标(Plan1)
    • BTC市值占比(Plan1)
    • 普尔系数(Plan1)
    • pi循环(Plan1)
    • 200周移动热力图(Plan1)
    • 灰度持仓(Plan1)
    • 山寨指数(Plan1)
    • 特色指标数据(Plan1)
  • ETF
    • 美股BTCETF(Plan1)
    • 美股ETHETF(Plan1)
    • 美股BTC ETF净流入流出(Plan1)
    • 美股ETH ETF净流入流出(Plan1)
    • 港股ETH ETF净流入流出 (Plan1)
  • 新闻快讯
    • 新闻列表
    • 新闻详情
  • hyperLiquid鲸鱼
    • 鲸鱼持仓列表(plan2)
    • 鲸鱼最新动态(plan2)
  • 自选
    • 添加交易对自选(Plan1)
    • 删除交易对自选(Plan1)
  1. 热门排行

持仓排行榜 (Plan2)

GET
https://open-api.coinank.com/api/instruments/oiRank
返回全市场的持仓排行

请求参数

Query 参数
sortBy
string 
排序字段
可选
sortType
string 
可选
desc 降序 asc 升序
page
integer 
页码
可选
示例值:
1
size
integer 
分页参数 默认50
可选
示例值:
50
Header 参数
apikey
string 
必需
Register and activate to obtain apikey

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-api.coinank.com/api/instruments/oiRank?sortBy=&sortType&page=1&size=50' \
--header 'apikey;'

返回响应

🟢200OK
application/json
Body
success
boolean 
必需
code
string 
必需
data
object 
必需
list
array [object {13}] 
必需
示例
{
  "success": true,
  "code": "1",
  "data": {
    "list": [
      {
        "baseCoin": "BTC",
        "coinImage": "https://s.cdnblock.com/image/coin/64/BTC.png",
        "price": 59941.9,
        "openInterest": 34034563441.430744,
        "openInterestChM5": -0.0003,
        "openInterestChM15": -0.0031,
        "openInterestChM30": -0.0019,
        "openInterestCh1": -0.0004,
        "openInterestCh4": 0.012,
        "openInterestCh24": 0.0291,
        "openInterestCh2D": 0.0191,
        "openInterestCh3D": -0.0031,
        "openInterestCh7D": 0.0698,
        "symbol": "BTCUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "ETH",
        "coinImage": "https://s.cdnblock.com/image/coin/64/ETH.png",
        "price": 2311.44,
        "openInterest": 10027419814.94966,
        "openInterestChM5": -0.0009,
        "openInterestChM15": -0.0015,
        "openInterestChM30": 0.0002,
        "openInterestCh1": 0.0009,
        "openInterestCh4": 0.0089,
        "openInterestCh24": -0.0099,
        "openInterestCh2D": -0.0053,
        "openInterestCh3D": -0.0265,
        "openInterestCh7D": 0.0131,
        "symbol": "ETHUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "SOL",
        "coinImage": "https://s.cdnblock.com/image/coin/64/SOL.png",
        "price": 130.354,
        "openInterest": 1973271634.101978,
        "openInterestChM5": -0.0012,
        "openInterestChM15": -0.0011,
        "openInterestChM30": -0.0003,
        "openInterestCh1": 0.0008,
        "openInterestCh4": 0.0113,
        "openInterestCh24": -0.0134,
        "openInterestCh2D": -0.0125,
        "openInterestCh3D": 0.0142,
        "openInterestCh7D": 0.0292,
        "symbol": "SOLUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "XRP",
        "coinImage": "https://s.cdnblock.com/image/coin/64/XRP.png",
        "price": 0.5753,
        "openInterest": 617137846.222875,
        "openInterestChM5": -0.0001,
        "openInterestChM15": 0.0005,
        "openInterestChM30": -0.0005,
        "openInterestCh1": -0.0003,
        "openInterestCh4": 0.0071,
        "openInterestCh24": -0.0188,
        "openInterestCh2D": 0.0286,
        "openInterestCh3D": -0.0491,
        "openInterestCh7D": 0.0844,
        "symbol": "XRPUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "BNB",
        "coinImage": "https://s.cdnblock.com/image/coin/64/BNB.png",
        "price": 541.69,
        "openInterest": 451281016.353235,
        "openInterestChM5": -0.0012,
        "openInterestChM15": -0.0024,
        "openInterestChM30": -0.0034,
        "openInterestCh1": -0.0052,
        "openInterestCh4": -0.0042,
        "openInterestCh24": -0.0246,
        "openInterestCh2D": -0.0983,
        "openInterestCh3D": -0.0988,
        "openInterestCh7D": 0.0294,
        "symbol": "BNBUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "DOGE",
        "coinImage": "https://s.cdnblock.com/image/coin/64/DOGE.png",
        "price": 0.10066,
        "openInterest": 446118733.287129,
        "openInterestChM5": -0.0022,
        "openInterestChM15": -0.005,
        "openInterestChM30": -0.0068,
        "openInterestCh1": -0.0072,
        "openInterestCh4": 0.0049,
        "openInterestCh24": 0.011,
        "openInterestCh2D": -0.0251,
        "openInterestCh3D": -0.0572,
        "openInterestCh7D": 0.0014,
        "symbol": "DOGEUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "SUI",
        "coinImage": "https://s.cdnblock.com/image/coin/64/SUI.png",
        "price": 1.1865,
        "openInterest": 300710869.18114,
        "openInterestChM5": -0.0006,
        "openInterestChM15": -0.0094,
        "openInterestChM30": -0.0082,
        "openInterestCh1": -0.0105,
        "openInterestCh4": 0.015,
        "openInterestCh24": 0.0357,
        "openInterestCh2D": 0.0521,
        "openInterestCh3D": 0.106,
        "openInterestCh7D": 0.6148,
        "symbol": "SUIUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "TON",
        "coinImage": "https://s.cdnblock.com/image/coin/64/TON.png",
        "price": 5.5088,
        "openInterest": 261396199.258383,
        "openInterestChM5": -0.0008,
        "openInterestChM15": -0.0016,
        "openInterestChM30": -0.0017,
        "openInterestCh1": -0.0022,
        "openInterestCh4": 0.0039,
        "openInterestCh24": 0.0099,
        "openInterestCh2D": -0.0241,
        "openInterestCh3D": -0.0376,
        "openInterestCh7D": -0.0077,
        "symbol": "TONUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "1000PEPE",
        "coinImage": "https://s.cdnblock.com/image/coin/64/1000PEPE.png",
        "price": 0.0072404,
        "openInterest": 227265450.21,
        "openInterestChM5": -0.003,
        "openInterestChM15": -0.0089,
        "openInterestChM30": -0.0091,
        "openInterestCh1": -0.0122,
        "openInterestCh4": -0.0027,
        "openInterestCh24": -0.0536,
        "openInterestCh2D": -0.0378,
        "openInterestCh3D": -0.1559,
        "openInterestCh7D": -0.0177,
        "symbol": "1000PEPEUSDT",
        "exchangeName": "Binance",
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "AVAX",
        "coinImage": "https://s.cdnblock.com/image/coin/64/AVAX.png",
        "price": 23.353,
        "openInterest": 220949475.43748,
        "openInterestChM5": -0.0015,
        "openInterestChM15": -0.0042,
        "openInterestChM30": -0.0064,
        "openInterestCh1": -0.0067,
        "openInterestCh4": -0.0053,
        "openInterestCh24": -0.0289,
        "openInterestCh2D": -0.0303,
        "openInterestCh3D": -0.0615,
        "openInterestCh7D": 0.0174,
        "symbol": "AVAXUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "LTC",
        "coinImage": "https://s.cdnblock.com/image/coin/64/LTC.png",
        "price": 63.61,
        "openInterest": 209938379.008676,
        "openInterestChM5": -0.0011,
        "openInterestChM15": -0.0018,
        "openInterestChM30": -0.0005,
        "openInterestCh1": -0.0029,
        "openInterestCh4": 0.0008,
        "openInterestCh24": 0.0141,
        "openInterestCh2D": 0.0068,
        "openInterestCh3D": -0.0298,
        "openInterestCh7D": -0.0856,
        "symbol": "LTCUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "FTM",
        "coinImage": "https://s.cdnblock.com/image/coin/64/FTM.png",
        "price": 0.5653,
        "openInterest": 183993801.715052,
        "openInterestChM5": 0.0014,
        "openInterestChM15": -0.0019,
        "openInterestChM30": -0.0026,
        "openInterestCh1": 0.0019,
        "openInterestCh4": -0.0277,
        "openInterestCh24": -0.0414,
        "openInterestCh2D": 0.2427,
        "openInterestCh3D": 0.3195,
        "openInterestCh7D": 0.1744,
        "symbol": "FTMUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "WIF",
        "coinImage": "https://s.cdnblock.com/image/coin/64/WIF.png",
        "price": 1.5153,
        "openInterest": 182129610.2732,
        "openInterestChM5": -0.0034,
        "openInterestChM15": -0.005,
        "openInterestChM30": -0.0021,
        "openInterestCh1": -0.0072,
        "openInterestCh4": -0.0112,
        "openInterestCh24": -0.0252,
        "openInterestCh2D": -0.056,
        "openInterestCh3D": -0.0529,
        "openInterestCh7D": -0.0668,
        "symbol": "WIFUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "DOT",
        "coinImage": "https://s.cdnblock.com/image/coin/64/DOT.png",
        "price": 4.083,
        "openInterest": 179723408.57265,
        "openInterestChM5": -0.0012,
        "openInterestChM15": -0.0033,
        "openInterestChM30": -0.002,
        "openInterestCh1": -0.003,
        "openInterestCh4": -0.0004,
        "openInterestCh24": 0.0097,
        "openInterestCh2D": -0.0068,
        "openInterestCh3D": -0.0382,
        "openInterestCh7D": 0.0153,
        "symbol": "DOTUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "BCH",
        "coinImage": "https://s.cdnblock.com/image/coin/64/BCH.png",
        "price": 311.97,
        "openInterest": 179343325.120735,
        "openInterestChM5": -0.0005,
        "openInterestChM15": -0.0008,
        "openInterestChM30": -0.0015,
        "openInterestCh1": -0.004,
        "openInterestCh4": -0.0006,
        "openInterestCh24": 0.0028,
        "openInterestCh2D": -0.0042,
        "openInterestCh3D": -0.0235,
        "openInterestCh7D": -0.0505,
        "symbol": "BCHUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "TIA",
        "coinImage": "https://s.cdnblock.com/image/coin/64/TIA.png",
        "price": 5.1861,
        "openInterest": 178839279.60106,
        "openInterestChM5": -0.0006,
        "openInterestChM15": -0.0112,
        "openInterestChM30": -0.0136,
        "openInterestCh1": -0.026,
        "openInterestCh4": -0.0129,
        "openInterestCh24": 0.1425,
        "openInterestCh2D": 0.1835,
        "openInterestCh3D": 0.1487,
        "openInterestCh7D": 0.7399,
        "symbol": "TIAUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "ADA",
        "coinImage": "https://s.cdnblock.com/image/coin/64/ADA.png",
        "price": 0.331,
        "openInterest": 176188153.413438,
        "openInterestChM5": -0.0005,
        "openInterestChM15": -0.0025,
        "openInterestChM30": -0.0027,
        "openInterestCh1": -0.0016,
        "openInterestCh4": -0.0099,
        "openInterestCh24": -0.0132,
        "openInterestCh2D": 0.0026,
        "openInterestCh3D": -0.0293,
        "openInterestCh7D": 0.0518,
        "symbol": "ADAUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "1000BONK",
        "coinImage": "https://s.cdnblock.com/image/coin/64/1000BONK.png",
        "price": 0.016243,
        "openInterest": 158676847.730605,
        "openInterestChM5": -0.0019,
        "openInterestChM15": -0.0042,
        "openInterestChM30": -0.0046,
        "openInterestCh1": -0.0056,
        "openInterestCh4": -0.0095,
        "openInterestCh24": 0.0035,
        "openInterestCh2D": -0.0209,
        "openInterestCh3D": -0.059,
        "openInterestCh7D": -0.0069,
        "symbol": "1000BONKUSDT",
        "exchangeName": "Binance",
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "AAVE",
        "coinImage": "https://s.cdnblock.com/image/coin/64/AAVE.png",
        "price": 136.08,
        "openInterest": 135958718.170209,
        "openInterestChM5": -0.0032,
        "openInterestChM15": -0.0077,
        "openInterestChM30": -0.0118,
        "openInterestCh1": -0.0101,
        "openInterestCh4": 0.0045,
        "openInterestCh24": -0.0534,
        "openInterestCh2D": -0.0964,
        "openInterestCh3D": -0.1878,
        "openInterestCh7D": -0.3325,
        "symbol": "AAVEUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "NEAR",
        "coinImage": "https://s.cdnblock.com/image/coin/64/NEAR.png",
        "price": 3.999,
        "openInterest": 134892371.154642,
        "openInterestChM5": -0.0027,
        "openInterestChM15": -0.0112,
        "openInterestChM30": -0.0137,
        "openInterestCh1": -0.0075,
        "openInterestCh4": -0.0036,
        "openInterestCh24": -0.016,
        "openInterestCh2D": 0.0024,
        "openInterestCh3D": -0.0725,
        "openInterestCh7D": 0.1217,
        "symbol": "NEARUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "LINK",
        "coinImage": "https://s.cdnblock.com/image/coin/64/LINK.png",
        "price": 10.48,
        "openInterest": 132560220.826905,
        "openInterestChM5": -0.0048,
        "openInterestChM15": -0.0075,
        "openInterestChM30": -0.0097,
        "openInterestCh1": -0.0166,
        "openInterestCh4": -0.0133,
        "openInterestCh24": -0.0248,
        "openInterestCh2D": -0.0554,
        "openInterestCh3D": -0.1831,
        "openInterestCh7D": -0.0449,
        "symbol": "LINKUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "FIL",
        "coinImage": "https://s.cdnblock.com/image/coin/64/FIL.png",
        "price": 3.437,
        "openInterest": 128098275.073526,
        "openInterestChM5": -0.0011,
        "openInterestChM15": -0.0019,
        "openInterestChM30": -0.0027,
        "openInterestCh1": -0.0096,
        "openInterestCh4": -0.0122,
        "openInterestCh24": -0.0135,
        "openInterestCh2D": 0.0004,
        "openInterestCh3D": -0.0139,
        "openInterestCh7D": 0.0327,
        "symbol": "FILUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "ORDI",
        "coinImage": "https://s.cdnblock.com/image/coin/64/ORDI.png",
        "price": 30.194,
        "openInterest": 127831755.045295,
        "openInterestChM5": -0.0038,
        "openInterestChM15": -0.009,
        "openInterestChM30": -0.0084,
        "openInterestCh1": -0.0084,
        "openInterestCh4": -0.0065,
        "openInterestCh24": 0.0154,
        "openInterestCh2D": -0.0096,
        "openInterestCh3D": -0.0845,
        "openInterestCh7D": 0.0861,
        "symbol": "ORDIUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "DOGS",
        "coinImage": "https://s.cdnblock.com/image/coin/64/DOGS.png",
        "price": 0.0009525,
        "openInterest": 125498613.243579,
        "openInterestChM5": 0,
        "openInterestChM15": -0.0122,
        "openInterestChM30": -0.0124,
        "openInterestCh1": -0.0422,
        "openInterestCh4": -0.0433,
        "openInterestCh24": -0.0578,
        "openInterestCh2D": -0.0268,
        "openInterestCh3D": -0.0825,
        "openInterestCh7D": 0.1308,
        "symbol": "DOGSUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "WLD",
        "coinImage": "https://s.cdnblock.com/image/coin/64/WLD.png",
        "price": 1.4764,
        "openInterest": 116258301.104965,
        "openInterestChM5": -0.0007,
        "openInterestChM15": -0.0077,
        "openInterestChM30": -0.0101,
        "openInterestCh1": -0.0206,
        "openInterestCh4": -0.0081,
        "openInterestCh24": -0.0395,
        "openInterestCh2D": -0.0848,
        "openInterestCh3D": -0.1936,
        "openInterestCh7D": 0.0534,
        "symbol": "WLDUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "OP",
        "coinImage": "https://s.cdnblock.com/image/coin/64/OP.png",
        "price": 1.4423,
        "openInterest": 98157470.236821,
        "openInterestChM5": -0.0022,
        "openInterestChM15": -0.0032,
        "openInterestChM30": -0.0054,
        "openInterestCh1": -0.0078,
        "openInterestCh4": -0.0029,
        "openInterestCh24": -0.0034,
        "openInterestCh2D": -0.0165,
        "openInterestCh3D": -0.0968,
        "openInterestCh7D": -0.1207,
        "symbol": "OPUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "NOT",
        "coinImage": "https://s.cdnblock.com/image/coin/64/NOT.png",
        "price": 0.007339,
        "openInterest": 94723680.936188,
        "openInterestChM5": -0.0018,
        "openInterestChM15": 0.0003,
        "openInterestChM30": -0.0011,
        "openInterestCh1": 0.0007,
        "openInterestCh4": -0.0022,
        "openInterestCh24": -0.0263,
        "openInterestCh2D": 0.0213,
        "openInterestCh3D": -0.0852,
        "openInterestCh7D": 0.0026,
        "symbol": "NOTUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "ARB",
        "coinImage": "https://s.cdnblock.com/image/coin/64/ARB.png",
        "price": 0.5152,
        "openInterest": 94002836.43831,
        "openInterestChM5": -0.0016,
        "openInterestChM15": -0.0037,
        "openInterestChM30": -0.0042,
        "openInterestCh1": -0.009,
        "openInterestCh4": -0.0068,
        "openInterestCh24": -0.0134,
        "openInterestCh2D": -0.0063,
        "openInterestCh3D": -0.1121,
        "openInterestCh7D": -0.0275,
        "symbol": "ARBUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "TRX",
        "coinImage": "https://s.cdnblock.com/image/coin/64/TRX.png",
        "price": 0.14971,
        "openInterest": 90900765.857535,
        "openInterestChM5": -0.0003,
        "openInterestChM15": -0.0012,
        "openInterestChM30": -0.002,
        "openInterestCh1": -0.0038,
        "openInterestCh4": -0.0005,
        "openInterestCh24": -0.0791,
        "openInterestCh2D": -0.0929,
        "openInterestCh3D": -0.1369,
        "openInterestCh7D": -0.1395,
        "symbol": "TRXUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "APT",
        "coinImage": "https://s.cdnblock.com/image/coin/64/APT.png",
        "price": 5.847,
        "openInterest": 87425397.763702,
        "openInterestChM5": -0.0028,
        "openInterestChM15": -0.0069,
        "openInterestChM30": -0.0073,
        "openInterestCh1": -0.0161,
        "openInterestCh4": -0.0088,
        "openInterestCh24": -0.0198,
        "openInterestCh2D": -0.0262,
        "openInterestCh3D": -0.0885,
        "openInterestCh7D": 0.0172,
        "symbol": "APTUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "UXLINK",
        "coinImage": "https://s.cdnblock.com/image/coin/64/UXLINK.png",
        "price": 0.6797,
        "openInterest": 87087716.38102,
        "openInterestChM5": 0.0016,
        "openInterestChM15": -0.0083,
        "openInterestChM30": 0.0004,
        "openInterestCh1": 0.0091,
        "openInterestCh4": 0.1005,
        "openInterestCh24": 0.3139,
        "openInterestCh2D": 0.836,
        "openInterestCh3D": 0.8471,
        "openInterestCh7D": 3.5641,
        "symbol": "UXLINKUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "INJ",
        "coinImage": "https://s.cdnblock.com/image/coin/64/INJ.png",
        "price": 18.759,
        "openInterest": 84320168.2378,
        "openInterestChM5": -0.0012,
        "openInterestChM15": -0.0085,
        "openInterestChM30": -0.0108,
        "openInterestCh1": -0.014,
        "openInterestCh4": -0.0264,
        "openInterestCh24": 0.0111,
        "openInterestCh2D": 0.0043,
        "openInterestCh3D": -0.0802,
        "openInterestCh7D": -0.0493,
        "symbol": "INJUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "CKB",
        "coinImage": "https://s.cdnblock.com/image/coin/64/CKB.png",
        "price": 0.018153,
        "openInterest": 84048269.454608,
        "openInterestChM5": -0.0037,
        "openInterestChM15": 0.0018,
        "openInterestChM30": 0.0031,
        "openInterestCh1": -0.0094,
        "openInterestCh4": -0.0434,
        "openInterestCh24": 0.0542,
        "openInterestCh2D": -0.1154,
        "openInterestCh3D": -0.2001,
        "openInterestCh7D": 7.6886,
        "symbol": "CKBUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "ATOM",
        "coinImage": "https://s.cdnblock.com/image/coin/64/ATOM.png",
        "price": 4.163,
        "openInterest": 83162352.5393,
        "openInterestChM5": -0.0023,
        "openInterestChM15": -0.0061,
        "openInterestChM30": -0.009,
        "openInterestCh1": -0.0147,
        "openInterestCh4": -0.0061,
        "openInterestCh24": 0.0195,
        "openInterestCh2D": 0.0274,
        "openInterestCh3D": -0.0633,
        "openInterestCh7D": -0.0361,
        "symbol": "ATOMUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "UNI",
        "coinImage": "https://s.cdnblock.com/image/coin/64/UNI.png",
        "price": 6.57,
        "openInterest": 81022949.4268,
        "openInterestChM5": -0.0029,
        "openInterestChM15": -0.0027,
        "openInterestChM30": -0.0077,
        "openInterestCh1": -0.0099,
        "openInterestCh4": -0.01,
        "openInterestCh24": 0.0181,
        "openInterestCh2D": 0.0063,
        "openInterestCh3D": -0.0435,
        "openInterestCh7D": -0.0103,
        "symbol": "UNIUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "PEPE",
        "coinImage": "https://s.cdnblock.com/image/coin/64/PEPE.png",
        "price": 0.000007243,
        "openInterest": 80580233.06027827,
        "openInterestChM5": -0.0026,
        "openInterestChM15": -0.0095,
        "openInterestChM30": -0.0147,
        "openInterestCh1": -0.007,
        "openInterestCh4": 0.0147,
        "openInterestCh24": -0.0769,
        "openInterestCh2D": -0.0438,
        "openInterestCh3D": -0.1265,
        "openInterestCh7D": -0.1018,
        "symbol": "PEPE-USDT-SWAP",
        "exchangeName": "Okex",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "ETC",
        "coinImage": "https://s.cdnblock.com/image/coin/64/ETC.png",
        "price": 17.623,
        "openInterest": 76196542.1618,
        "openInterestChM5": 0.0079,
        "openInterestChM15": 0.0062,
        "openInterestChM30": 0.0061,
        "openInterestCh1": 0.0054,
        "openInterestCh4": 0.0025,
        "openInterestCh24": -0.0394,
        "openInterestCh2D": -0.0284,
        "openInterestCh3D": -0.0291,
        "openInterestCh7D": -0.0218,
        "symbol": "ETCUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "ONDO",
        "coinImage": "https://s.cdnblock.com/image/coin/64/ONDO.png",
        "price": 0.5942,
        "openInterest": 76072599.48607,
        "openInterestChM5": -0.0034,
        "openInterestChM15": -0.0077,
        "openInterestChM30": -0.0084,
        "openInterestCh1": -0.0092,
        "openInterestCh4": -0.0084,
        "openInterestCh24": 0.0083,
        "openInterestCh2D": 0.0211,
        "openInterestCh3D": -0.0564,
        "openInterestCh7D": 0.0075,
        "symbol": "ONDOUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "MKR",
        "coinImage": "https://s.cdnblock.com/image/coin/64/MKR.png",
        "price": 1459.3,
        "openInterest": 73329755.6891,
        "openInterestChM5": -0.004,
        "openInterestChM15": -0.0063,
        "openInterestChM30": -0.0064,
        "openInterestCh1": -0.0125,
        "openInterestCh4": -0.0097,
        "openInterestCh24": -0.0362,
        "openInterestCh2D": -0.0338,
        "openInterestCh3D": -0.0842,
        "openInterestCh7D": -0.1706,
        "symbol": "MKRUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "EOS",
        "coinImage": "https://s.cdnblock.com/image/coin/64/EOS.png",
        "price": 0.475,
        "openInterest": 72300288.468495,
        "openInterestChM5": -0.0001,
        "openInterestChM15": -0.0005,
        "openInterestChM30": -0.0003,
        "openInterestCh1": -0.0014,
        "openInterestCh4": -0.0042,
        "openInterestCh24": 0.0153,
        "openInterestCh2D": 0.018,
        "openInterestCh3D": -0.0069,
        "openInterestCh7D": 0.052,
        "symbol": "EOSUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "CRV",
        "coinImage": "https://s.cdnblock.com/image/coin/64/CRV.png",
        "price": 0.266,
        "openInterest": 71584150.1497,
        "openInterestChM5": -0.003,
        "openInterestChM15": -0.0052,
        "openInterestChM30": -0.0095,
        "openInterestCh1": -0.0119,
        "openInterestCh4": -0.013,
        "openInterestCh24": -0.0114,
        "openInterestCh2D": -0.0123,
        "openInterestCh3D": -0.0361,
        "openInterestCh7D": -0.0428,
        "symbol": "CRVUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "SEI",
        "coinImage": "https://s.cdnblock.com/image/coin/64/SEI.png",
        "price": 0.2713,
        "openInterest": 70662185.10114,
        "openInterestChM5": -0.0025,
        "openInterestChM15": -0.0045,
        "openInterestChM30": -0.0071,
        "openInterestCh1": -0.0246,
        "openInterestCh4": -0.0186,
        "openInterestCh24": -0.0973,
        "openInterestCh2D": -0.118,
        "openInterestCh3D": -0.1505,
        "openInterestCh7D": 0.0182,
        "symbol": "SEIUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "ENA",
        "coinImage": "https://s.cdnblock.com/image/coin/64/ENA.png",
        "price": 0.2277,
        "openInterest": 69345740.6904,
        "openInterestChM5": -0.0019,
        "openInterestChM15": -0.0102,
        "openInterestChM30": -0.0142,
        "openInterestCh1": -0.0248,
        "openInterestCh4": 0.0014,
        "openInterestCh24": 0.0534,
        "openInterestCh2D": 0.0116,
        "openInterestCh3D": -0.0533,
        "openInterestCh7D": 0.1358,
        "symbol": "ENAUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "PEOPLE",
        "coinImage": "https://s.cdnblock.com/image/coin/64/PEOPLE.png",
        "price": 0.05657,
        "openInterest": 66247567.28336,
        "openInterestChM5": -0.0029,
        "openInterestChM15": -0.005,
        "openInterestChM30": -0.0072,
        "openInterestCh1": -0.0102,
        "openInterestCh4": -0.0105,
        "openInterestCh24": -0.0067,
        "openInterestCh2D": -0.0251,
        "openInterestCh3D": -0.0832,
        "openInterestCh7D": -0.2301,
        "symbol": "PEOPLEUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "BIGTIME",
        "coinImage": "https://s.cdnblock.com/image/coin/64/BIGTIME.png",
        "price": 0.1533,
        "openInterest": 66101661.98756,
        "openInterestChM5": 0.0016,
        "openInterestChM15": -0.0115,
        "openInterestChM30": -0.0095,
        "openInterestCh1": -0.0057,
        "openInterestCh4": -0.0454,
        "openInterestCh24": 0.2341,
        "openInterestCh2D": 0.0283,
        "openInterestCh3D": -0.0889,
        "openInterestCh7D": 1.5926,
        "symbol": "BIGTIMEUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "FET",
        "coinImage": "https://s.cdnblock.com/image/coin/64/FET.png",
        "price": 1.3342,
        "openInterest": 64545661.269,
        "openInterestChM5": -0.0057,
        "openInterestChM15": -0.0059,
        "openInterestChM30": -0.015,
        "openInterestCh1": -0.0274,
        "openInterestCh4": -0.0075,
        "openInterestCh24": -0.0596,
        "openInterestCh2D": -0.0327,
        "openInterestCh3D": -0.1435,
        "openInterestCh7D": -0.0479,
        "symbol": "FETUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "TAO",
        "coinImage": "https://s.cdnblock.com/image/coin/64/TAO.png",
        "price": 317.86,
        "openInterest": 62813969.34916,
        "openInterestChM5": -0.0011,
        "openInterestChM15": -0.0004,
        "openInterestChM30": 0.0032,
        "openInterestCh1": 0.0014,
        "openInterestCh4": -0.0283,
        "openInterestCh24": 0.045,
        "openInterestCh2D": 0.0214,
        "openInterestCh3D": -0.0826,
        "openInterestCh7D": 0.1737,
        "symbol": "TAOUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "KAS",
        "coinImage": "https://s.cdnblock.com/image/coin/64/KAS.png",
        "price": 0.1705,
        "openInterest": 61211251.72138,
        "openInterestChM5": 0.0011,
        "openInterestChM15": 0.0006,
        "openInterestChM30": 0.0014,
        "openInterestCh1": -0.0049,
        "openInterestCh4": 0.0029,
        "openInterestCh24": -0.005,
        "openInterestCh2D": -0.0268,
        "openInterestCh3D": -0.0929,
        "openInterestCh7D": 0.0495,
        "symbol": "KASUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "TRB",
        "coinImage": "https://s.cdnblock.com/image/coin/64/TRB.png",
        "price": 59.617,
        "openInterest": 59330901.5044,
        "openInterestChM5": -0.0046,
        "openInterestChM15": -0.0074,
        "openInterestChM30": -0.0085,
        "openInterestCh1": -0.0171,
        "openInterestCh4": -0.014,
        "openInterestCh24": -0.0128,
        "openInterestCh2D": -0.0412,
        "openInterestCh3D": -0.1057,
        "openInterestCh7D": -0.0294,
        "symbol": "TRBUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      },
      {
        "baseCoin": "DYDX",
        "coinImage": "https://s.cdnblock.com/image/coin/64/DYDX.png",
        "price": 0.864,
        "openInterest": 57508564.299489,
        "openInterestChM5": -0.0055,
        "openInterestChM15": -0.0156,
        "openInterestChM30": -0.0156,
        "openInterestCh1": -0.0157,
        "openInterestCh4": -0.0231,
        "openInterestCh24": -0.0074,
        "openInterestCh2D": -0.0216,
        "openInterestCh3D": -0.0394,
        "openInterestCh7D": 0.12,
        "symbol": "DYDXUSDT",
        "exchangeName": "Binance",
        "supportSpot": true,
        "supportContract": true,
        "follow": false
      }
    ],
    "pagination": {
      "current": 1,
      "total": 388,
      "pageSize": 50
    }
  }
}
上一页
视觉筛选器
下一页
交易笔数排行榜 (Plan2)
Built with