1. Indicator Data
CoinAnk-api
  • Error Code
    • errcode
      GET
  • WebHook
    • WebHook APP PUSH(Plan1)
      POST
  • Coin & Symbol
    • Supported Coins(Plan1)
      GET
    • Supported Trading Pairs(Plan1)
      GET
    • Last Price(Plan1)
      GET
    • Coin MarketCap(Plan1)
      GET
  • Open Interest
    • Exchange List(Plan1)
      GET
    • Exchange History Chart(Plan1)
      GET
    • Trading Pair Open Interest(Plan1)
      GET
    • Trading Pair Open Interest K Line(Plan1)
      GET
    • Aggregation Open Interest K Line(Plan1)
      GET
    • Real-Time Open Interest(Plan1)
      GET
    • Oi/MarketCap Ratio History(Plan2)
      GET
  • Liquidation
    • Exchange Liquidation Statistics(Plan1)
      GET
    • Aggregation Liquidation Statistics(Plan1)
      GET
    • Trading Pair Liquidation Statistics(Plan1)
      GET
    • Liquidation order(Plan3)
      GET
    • Liquidation Map (Plan4)
      GET
    • Aggregation Liquidation Map (Plan4)
      GET
    • Liquidation Heatmap (Plan4)
      GET
    • Liquidation Heatmap Symbol (Plan1)
      GET
  • Market Order Statistics
    • Market Order Statistical Indicators (Plan3)
    • Aggregate Market Order Statistical Indicators (Plan3)
    • CVD Data (Plan3)
    • Taker Buy/Sell Count (Plan3)
    • Taker Buy/Sell Value (Plan3)
    • Taker Buy/Sell Volume (Plan3)
    • Aggregate CVD Data (Plan3)
    • Aggregate Taker Buy/Sell Count (Plan3)
    • Aggregate Taker Buy/Sell Value (Plan3)
    • Aggregate Taker Buy/Sell Volume (Plan3)
  • Fundflow
    • Real-time Funds Flow (Plan3)
    • Fund flow historical data (Plan3)
  • FundingRate
    • Historical Settlement Funding Rate (Plan1)
    • Real-time FundingRate (Plan1)
    • Accumulated FundingRate (Plan1)
    • Trading Pair Funding Rate History (Plan1)
    • Trading Pair Funding Rate Kline (Plan1)
    • Weighted FundingRate (Plan1)
    • FundingRate Heatmap (Plan3)
  • Longshort
    • Coin bue/sell (Plan1)
    • Exchange Real-time long-short ratio (Plan1)
    • Global Account Ratio(Plan1)
    • Top Trader Long/Short Ratio(Position) (Plan1)
    • Top Trader Long/Short Ratio (Accounts) (Plan1)
    • Long short ratio k line (Plan1)
  • Net Long & Net Short
    • Net long & Net short (Plan3)
  • OrderBook
    • Trading Pair Order Book Difference (Plan3)
    • Exchange Order Book Difference (Plan3)
    • OrderBook Heatmap (Plan4)
  • OrderFlow
    • OrderFlow List (Plan3)
  • RsiMap
    • RsiMap (Plan2)
  • BigOrder
    • Large Limit Order (Plan3)
    • Large Maker Order (Plan3)
  • Popular Ranking
    • Open Interest Ranking (Plan2)
    • Transactions Ranking (Plan2)
    • Liquidation Ranking(Plan2)
    • PriceChg Ranking(Plan2)
    • VolumeChg Ranking (Plan2)
    • Visual Screener(Plan 2)
    • longShortRatio Ranking(VIP2)
  • KLine
    • Kline (Plan1)
  • Indicator Data
    • SMC (Plan1)
      GET
    • 2-Year MA Multiplier(Plan1)
      GET
    • Pi Cycle Top Indicator(Plan1)
      GET
    • Fear & Greed (Plan1)
      GET
    • BTC Ahr999 Index(Plan1)
      GET
    • BTC Market Cap(Plan1)
      GET
    • The Puell Multiple(Plan1)
      GET
    • 200 Week Moving Average Heatmap(Plan1)
      GET
    • Grayscale BTC Holdings(Plan1)
      GET
    • AltCoinSeation(Plan1)
      GET
    • Special Indicator Data(Plan1)
      GET
  • hyperLiquid Whale
    • Hyperliquid Whale Position(plan2)
    • Hyperliquid Whale Action(plan2)
  • news
    • News List(plan2)
    • News Detail(plan2)
  • mcp server
    • mcp server (plan 4)
  1. Indicator Data

SMC (Plan1)

GET
/api/indicator/smc

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://open-api.coinank.com/api/indicator/smc?exchange=undefined&symbol=undefined&interval=15m' \
--header 'apikey: '

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
  "success": true,
  "code": "1",
  "data": {
    "contractCode": "BTCUSDT",
    "baseCoin": "BTC",
    "quoteCoin": "USDT",
    "contractType": "SWAP",
    "exchangeName": "Binance",
    "interval": "15m",
    "klineTs": 1776687300000,
    "swingHighs": [
      {
        "idx": 16,
        "ts": 1776417300000,
        "price": 76350
      },
      {
        "idx": 37,
        "ts": 1776436200000,
        "price": 77999.9
      },
      {
        "idx": 44,
        "ts": 1776442500000,
        "price": 78300
      }
    ],
    "swingLows": [
      {
        "idx": 21,
        "ts": 1776421800000,
        "price": 75030.2
      },
      {
        "idx": 55,
        "ts": 1776452400000,
        "price": 76921.9
      },
      {
        "idx": 61,
        "ts": 1776457800000,
        "price": 77111
      }
    ],
    "bos": [
      {
        "idx": 195,
        "ts": 1776578400000,
        "price": 75350.1,
        "dir": -1
      }
    ],
    "choch": [
      {
        "idx": 31,
        "ts": 1776430800000,
        "price": 76877.4,
        "dir": 1
      },
      {
        "idx": 107,
        "ts": 1776499200000,
        "price": 76761.6,
        "dir": -1
      }
    ],
    "fvgData": [
      {
        "ts": 1776577500000,
        "low": 75404.1,
        "high": 75490,
        "direction": 1,
        "barCount": 22,
        "fillIdx": 216
      },
      {
        "ts": 1776603600000,
        "low": 75741.1,
        "high": 75883.1,
        "direction": 0,
        "barCount": 4,
        "fillIdx": 227
      },
      {
        "ts": 1776616200000,
        "low": 75348.4,
        "high": 75460,
        "direction": 1,
        "barCount": 59,
        "fillIdx": 296
      },
      {
        "ts": 1776627900000,
        "low": 74768.8,
        "high": 74852,
        "direction": 1,
        "barCount": 43,
        "fillIdx": 293
      },
      {
        "ts": 1776635100000,
        "low": 74034.3,
        "high": 74304.5,
        "direction": 1,
        "barCount": 12,
        "fillIdx": 270
      },
      {
        "ts": 1776665700000,
        "low": 74370,
        "high": 74612.1,
        "direction": 0,
        "barCount": 25
      }
    ],
    "bullishOB": [
      {
        "idx": 21,
        "ts": 1776421800000,
        "h": 75321.4,
        "l": 75030.2,
        "o": 75186.7,
        "c": 75143
      },
      {
        "idx": 55,
        "ts": 1776452400000,
        "h": 77221.6,
        "l": 76921.9,
        "o": 77112,
        "c": 77185.5
      },
      {
        "idx": 61,
        "ts": 1776457800000,
        "h": 77349.4,
        "l": 77111,
        "o": 77323.7,
        "c": 77200.8
      },
      {
        "idx": 72,
        "ts": 1776467700000,
        "h": 77164.4,
        "l": 76854.2,
        "o": 77164.4,
        "c": 77012.8
      },
      {
        "idx": 78,
        "ts": 1776473100000,
        "h": 77178.3,
        "l": 76931,
        "o": 76970.9,
        "c": 77135.1
      },
      {
        "idx": 93,
        "ts": 1776486600000,
        "h": 77037.4,
        "l": 76824.1,
        "o": 76943.3,
        "c": 76939.6
      },
      {
        "idx": 121,
        "ts": 1776511800000,
        "h": 76135.8,
        "l": 75710.6,
        "o": 76034.5,
        "c": 75803.9
      },
      {
        "idx": 129,
        "ts": 1776519000000,
        "h": 76059.2,
        "l": 75738,
        "o": 76046.1,
        "c": 75908.8
      },
      {
        "idx": 140,
        "ts": 1776528900000,
        "h": 76144.1,
        "l": 75584.1,
        "o": 76144.1,
        "c": 76041.2
      },
      {
        "idx": 149,
        "ts": 1776537000000,
        "h": 75638.5,
        "l": 75395.9,
        "o": 75618.3,
        "c": 75526.9
      },
      {
        "idx": 160,
        "ts": 1776546900000,
        "h": 75707.8,
        "l": 75551,
        "o": 75676.7,
        "c": 75700.1
      },
      {
        "idx": 183,
        "ts": 1776567600000,
        "h": 75505.9,
        "l": 75314,
        "o": 75450,
        "c": 75496.1
      },
      {
        "idx": 189,
        "ts": 1776573000000,
        "h": 75640.6,
        "l": 75371.6,
        "o": 75640.6,
        "c": 75499
      },
      {
        "idx": 200,
        "ts": 1776582900000,
        "h": 75194.8,
        "l": 74824.3,
        "o": 75194.8,
        "c": 74929.1
      },
      {
        "idx": 210,
        "ts": 1776591900000,
        "h": 75020.1,
        "l": 74863.6,
        "o": 75020,
        "c": 74974.6
      },
      {
        "idx": 244,
        "ts": 1776622500000,
        "h": 74837.9,
        "l": 74550,
        "o": 74798.9,
        "c": 74772.2
      },
      {
        "idx": 260,
        "ts": 1776636900000,
        "h": 74034.3,
        "l": 73700.2,
        "o": 73986.1,
        "c": 73912.1
      },
      {
        "idx": 267,
        "ts": 1776643200000,
        "h": 74200,
        "l": 73669,
        "o": 73758.5,
        "c": 73994.7
      },
      {
        "idx": 290,
        "ts": 1776663900000,
        "h": 74267.6,
        "l": 74061.2,
        "o": 74081.6,
        "c": 74226.5
      },
      {
        "idx": 302,
        "ts": 1776674700000,
        "h": 74829.2,
        "l": 74563.2,
        "o": 74790.6,
        "c": 74691.9
      },
      {
        "idx": 311,
        "ts": 1776682800000,
        "h": 75150.2,
        "l": 74907.1,
        "o": 74993.3,
        "c": 75132
      }
    ],
    "bearishOB": [
      {
        "idx": 16,
        "ts": 1776417300000,
        "h": 76350,
        "l": 75688,
        "o": 75877.9,
        "c": 76249.6
      },
      {
        "idx": 37,
        "ts": 1776436200000,
        "h": 77999.9,
        "l": 77399.8,
        "o": 77400,
        "c": 77933.9
      },
      {
        "idx": 44,
        "ts": 1776442500000,
        "h": 78300,
        "l": 77735.9,
        "o": 77818,
        "c": 78105.1
      },
      {
        "idx": 59,
        "ts": 1776456000000,
        "h": 77566,
        "l": 77298.8,
        "o": 77349.2,
        "c": 77474.8
      },
      {
        "idx": 67,
        "ts": 1776463200000,
        "h": 77477.1,
        "l": 77337.1,
        "o": 77400,
        "c": 77374.5
      },
      {
        "idx": 84,
        "ts": 1776478500000,
        "h": 77380,
        "l": 77245.6,
        "o": 77251.8,
        "c": 77277.1
      },
      {
        "idx": 95,
        "ts": 1776488400000,
        "h": 77233.6,
        "l": 77063.5,
        "o": 77065.8,
        "c": 77159.2
      },
      {
        "idx": 124,
        "ts": 1776514500000,
        "h": 76277.4,
        "l": 76085,
        "o": 76161.6,
        "c": 76100.1
      },
      {
        "idx": 135,
        "ts": 1776524400000,
        "h": 76342.7,
        "l": 76085.4,
        "o": 76211.2,
        "c": 76177.8
      },
      {
        "idx": 158,
        "ts": 1776545100000,
        "h": 75799.9,
        "l": 75683.4,
        "o": 75746.6,
        "c": 75706.1
      },
      {
        "idx": 167,
        "ts": 1776553200000,
        "h": 75843.3,
        "l": 75758.2,
        "o": 75765.5,
        "c": 75770.8
      },
      {
        "idx": 181,
        "ts": 1776565800000,
        "h": 75692.3,
        "l": 75400.6,
        "o": 75449.8,
        "c": 75606.9
      },
      {
        "idx": 188,
        "ts": 1776572100000,
        "h": 75747.3,
        "l": 75619.4,
        "o": 75657.9,
        "c": 75640.6
      },
      {
        "idx": 224,
        "ts": 1776604500000,
        "h": 76200,
        "l": 75679,
        "o": 75719.7,
        "c": 75999
      },
      {
        "idx": 232,
        "ts": 1776611700000,
        "h": 76116.8,
        "l": 75834.9,
        "o": 75960.1,
        "c": 75917.3
      },
      {
        "idx": 249,
        "ts": 1776627000000,
        "h": 75043.1,
        "l": 74888.2,
        "o": 74908.9,
        "c": 74922.2
      },
      {
        "idx": 274,
        "ts": 1776649500000,
        "h": 74697.6,
        "l": 74506.1,
        "o": 74638.4,
        "c": 74549.4
      },
      {
        "idx": 282,
        "ts": 1776656700000,
        "h": 74600,
        "l": 74507.2,
        "o": 74530,
        "c": 74593.9
      },
      {
        "idx": 296,
        "ts": 1776669300000,
        "h": 75539.3,
        "l": 74681.7,
        "o": 74761.4,
        "c": 75175.9
      },
      {
        "idx": 308,
        "ts": 1776680100000,
        "h": 75375.1,
        "l": 75215.3,
        "o": 75301,
        "c": 75265.9
      }
    ],
    "breakerBullish": [
      {
        "idx": 21,
        "ts": 1776421800000,
        "h": 75321.4,
        "l": 75030.2,
        "o": 75186.7,
        "c": 75143
      },
      {
        "idx": 55,
        "ts": 1776452400000,
        "h": 77221.6,
        "l": 76921.9,
        "o": 77112,
        "c": 77185.5
      },
      {
        "idx": 61,
        "ts": 1776457800000,
        "h": 77349.4,
        "l": 77111,
        "o": 77323.7,
        "c": 77200.8
      },
      {
        "idx": 72,
        "ts": 1776467700000,
        "h": 77164.4,
        "l": 76854.2,
        "o": 77164.4,
        "c": 77012.8
      },
      {
        "idx": 78,
        "ts": 1776473100000,
        "h": 77178.3,
        "l": 76931,
        "o": 76970.9,
        "c": 77135.1
      },
      {
        "idx": 93,
        "ts": 1776486600000,
        "h": 77037.4,
        "l": 76824.1,
        "o": 76943.3,
        "c": 76939.6
      },
      {
        "idx": 121,
        "ts": 1776511800000,
        "h": 76135.8,
        "l": 75710.6,
        "o": 76034.5,
        "c": 75803.9
      },
      {
        "idx": 129,
        "ts": 1776519000000,
        "h": 76059.2,
        "l": 75738,
        "o": 76046.1,
        "c": 75908.8
      },
      {
        "idx": 140,
        "ts": 1776528900000,
        "h": 76144.1,
        "l": 75584.1,
        "o": 76144.1,
        "c": 76041.2
      },
      {
        "idx": 149,
        "ts": 1776537000000,
        "h": 75638.5,
        "l": 75395.9,
        "o": 75618.3,
        "c": 75526.9
      },
      {
        "idx": 160,
        "ts": 1776546900000,
        "h": 75707.8,
        "l": 75551,
        "o": 75676.7,
        "c": 75700.1
      },
      {
        "idx": 183,
        "ts": 1776567600000,
        "h": 75505.9,
        "l": 75314,
        "o": 75450,
        "c": 75496.1
      },
      {
        "idx": 189,
        "ts": 1776573000000,
        "h": 75640.6,
        "l": 75371.6,
        "o": 75640.6,
        "c": 75499
      },
      {
        "idx": 200,
        "ts": 1776582900000,
        "h": 75194.8,
        "l": 74824.3,
        "o": 75194.8,
        "c": 74929.1
      },
      {
        "idx": 210,
        "ts": 1776591900000,
        "h": 75020.1,
        "l": 74863.6,
        "o": 75020,
        "c": 74974.6
      },
      {
        "idx": 244,
        "ts": 1776622500000,
        "h": 74837.9,
        "l": 74550,
        "o": 74798.9,
        "c": 74772.2
      }
    ],
    "breakerBearish": [
      {
        "idx": 16,
        "ts": 1776417300000,
        "h": 76350,
        "l": 75688,
        "o": 75877.9,
        "c": 76249.6
      },
      {
        "idx": 37,
        "ts": 1776436200000,
        "h": 77999.9,
        "l": 77399.8,
        "o": 77400,
        "c": 77933.9
      },
      {
        "idx": 158,
        "ts": 1776545100000,
        "h": 75799.9,
        "l": 75683.4,
        "o": 75746.6,
        "c": 75706.1
      },
      {
        "idx": 167,
        "ts": 1776553200000,
        "h": 75843.3,
        "l": 75758.2,
        "o": 75765.5,
        "c": 75770.8
      },
      {
        "idx": 181,
        "ts": 1776565800000,
        "h": 75692.3,
        "l": 75400.6,
        "o": 75449.8,
        "c": 75606.9
      },
      {
        "idx": 188,
        "ts": 1776572100000,
        "h": 75747.3,
        "l": 75619.4,
        "o": 75657.9,
        "c": 75640.6
      },
      {
        "idx": 249,
        "ts": 1776627000000,
        "h": 75043.1,
        "l": 74888.2,
        "o": 74908.9,
        "c": 74922.2
      },
      {
        "idx": 274,
        "ts": 1776649500000,
        "h": 74697.6,
        "l": 74506.1,
        "o": 74638.4,
        "c": 74549.4
      },
      {
        "idx": 282,
        "ts": 1776656700000,
        "h": 74600,
        "l": 74507.2,
        "o": 74530,
        "c": 74593.9
      }
    ],
    "eqh": [
      {
        "price": 75719.8,
        "count": 2,
        "idxs": [
          181,
          188
        ]
      },
      {
        "price": 75821.6,
        "count": 2,
        "idxs": [
          158,
          167
        ]
      },
      {
        "price": 76323.36666666665,
        "count": 3,
        "idxs": [
          124,
          135,
          16
        ]
      }
    ],
    "eql": [
      {
        "price": 73684.6,
        "count": 2,
        "idxs": [
          267,
          260
        ]
      },
      {
        "price": 74556.6,
        "count": 2,
        "idxs": [
          244,
          302
        ]
      },
      {
        "price": 74865.00000000001,
        "count": 3,
        "idxs": [
          200,
          210,
          311
        ]
      },
      {
        "price": 75360.5,
        "count": 3,
        "idxs": [
          183,
          189,
          149
        ]
      },
      {
        "price": 75567.55,
        "count": 2,
        "idxs": [
          160,
          140
        ]
      },
      {
        "price": 75724.3,
        "count": 2,
        "idxs": [
          121,
          129
        ]
      },
      {
        "price": 76839.15,
        "count": 2,
        "idxs": [
          93,
          72
        ]
      },
      {
        "price": 76926.45,
        "count": 2,
        "idxs": [
          55,
          78
        ]
      }
    ],
    "pdRange": {
      "rangeLow": 74907.1,
      "rangeHigh": 75375.1,
      "mid": 75141.1,
      "lastIdx": 311
    },
    "sweepLows": [
      {
        "sweepIdx": 201,
        "ts": 1776583800000,
        "price": 75030.2
      },
      {
        "sweepIdx": 72,
        "ts": 1776467700000,
        "price": 76921.9
      },
      {
        "sweepIdx": 76,
        "ts": 1776471300000,
        "price": 77111
      },
      {
        "sweepIdx": 93,
        "ts": 1776486600000,
        "price": 76854.2
      },
      {
        "sweepIdx": 90,
        "ts": 1776483900000,
        "price": 76931
      },
      {
        "sweepIdx": 140,
        "ts": 1776528900000,
        "price": 75710.6
      },
      {
        "sweepIdx": 140,
        "ts": 1776528900000,
        "price": 75738
      },
      {
        "sweepIdx": 148,
        "ts": 1776536100000,
        "price": 75584.1
      },
      {
        "sweepIdx": 180,
        "ts": 1776564900000,
        "price": 75395.9
      },
      {
        "sweepIdx": 172,
        "ts": 1776557700000,
        "price": 75551
      },
      {
        "sweepIdx": 196,
        "ts": 1776579300000,
        "price": 75314
      },
      {
        "sweepIdx": 197,
        "ts": 1776580200000,
        "price": 75371.6
      },
      {
        "sweepIdx": 247,
        "ts": 1776625200000,
        "price": 74824.3
      },
      {
        "sweepIdx": 247,
        "ts": 1776625200000,
        "price": 74863.6
      },
      {
        "sweepIdx": 254,
        "ts": 1776631500000,
        "price": 74550
      },
      {
        "sweepIdx": 267,
        "ts": 1776643200000,
        "price": 73700.2
      }
    ],
    "sweepHighs": [
      {
        "sweepIdx": 115,
        "ts": 1776506400000,
        "price": 76350
      },
      {
        "sweepIdx": 46,
        "ts": 1776444300000,
        "price": 77999.9
      },
      {
        "sweepIdx": 135,
        "ts": 1776524400000,
        "price": 76277.4
      },
      {
        "sweepIdx": 166,
        "ts": 1776552300000,
        "price": 75799.9
      },
      {
        "sweepIdx": 227,
        "ts": 1776607200000,
        "price": 75843.3
      },
      {
        "sweepIdx": 187,
        "ts": 1776571200000,
        "price": 75692.3
      },
      {
        "sweepIdx": 233,
        "ts": 1776612600000,
        "price": 75747.3
      },
      {
        "sweepIdx": 297,
        "ts": 1776670200000,
        "price": 75043.1
      },
      {
        "sweepIdx": 302,
        "ts": 1776674700000,
        "price": 74697.6
      },
      {
        "sweepIdx": 316,
        "ts": 1776687300000,
        "price": 75539.3
      },
      {
        "sweepIdx": 316,
        "ts": 1776687300000,
        "price": 75375.1
      }
    ],
    "retracements": []
  }
}
Modified at 2026-04-20 14:06:42
Previous
Kline (Plan1)
Next
2-Year MA Multiplier(Plan1)
Built with