CoinAnk-api
  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
  • 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 (Plan1)
  • 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)
  • KLine
    • Kline (Plan1)
  • Indicator Data
    • 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)
  1. Indicator Data

Special Indicator Data(Plan1)

GET
/api/indicator/index/charts

Special Indicator Data#

1.
Bitcoin Rainbow Price Chart IndicatorV2:bitcoin-rainbow-v2
2.
1Y+ HODL:/charts/1-year-hodl-wave/
3.
HODL Waves:/charts/hodl-waves/
4.
MVRV Z-Score :/charts/mvrv-zscore/
5.
Net Unrealized Profit/Loss (NUPL):/charts/relative-unrealized-prof/
6.
BTC Price Prediction:/charts/bitcoin-price-prediction/
7.
Reserve Risk:/charts/reserve-risk/
8.
RHODL Ratio:/charts/rhodl-ratio/
9.
Whale Shadows:/charts/whale-shadows/

Request

Query Params
type
string 
required
Example:
/charts/mvrv-zscore/
Header Params
apikey
string 
required
Register and activate to obtain apikey

Request 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 --request GET 'https://open-api.coinank.com/api/indicator/index/charts?type=/charts/mvrv-zscore/' \
--header 'apikey;'

Responses

🟢200bitcoin-rainbow-v2
application/json
Body
success
boolean 
required
code
string 
required
data
object 
required
btcPrice
array [oneOf] 
required
price array
timeList
array[integer]
required
time array
value1
array [oneOf] 
required
model price array
value2
array [oneOf] 
required
Fire sale array
value3
array[number]
required
BUY! array
value4
array [oneOf] 
required
Accumulate array
value5
array [oneOf] 
required
Still cheap array
value6
array[number]
required
HODL array
value7
array [oneOf] 
required
Is this a bubble
value8
array [oneOf] 
required
FOMO intensifies
value9
array[number]
required
Sell. Seriously, sell!
value10
array [oneOf] 
required
Maximum bubble territory
Example
{
  "success": true,
  "code": "string",
  "data": {
    "btcPrice": [
      0
    ],
    "timeList": [
      0
    ],
    "value1": [
      0
    ],
    "value2": [
      0
    ],
    "value3": [
      0
    ],
    "value4": [
      0
    ],
    "value5": [
      0
    ],
    "value6": [
      0
    ],
    "value7": [
      0
    ],
    "value8": [
      0
    ],
    "value9": [
      0
    ],
    "value10": [
      0
    ]
  }
}
🟢200/charts/1-year-hodl-wave/
🟢200/charts/hodl-waves/
🟢200/charts/mvrv-zscore/
🟢200/charts/relative-unrealized-prof/
🟢200/charts/bitcoin-price-prediction/
🟢200/charts/reserve-risk/
🟢200/charts/rhodl-ratio/
🟢200/charts/whale-shadows/
Modified at 2025-04-23 09:50:49
Previous
AltCoinSeation(Plan1)
Next
Hyperliquid Whale Position(plan2)
Built with