CoinAnk-api
  1. Fundflow
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)
      GET
    • Aggregate Market Order Statistical Indicators (Plan3)
      GET
    • CVD Data (Plan3)
      GET
    • Taker Buy/Sell Count (Plan3)
      GET
    • Taker Buy/Sell Value (Plan3)
      GET
    • Taker Buy/Sell Volume (Plan3)
      GET
    • Aggregate CVD Data (Plan3)
      GET
    • Aggregate Taker Buy/Sell Count (Plan3)
      GET
    • Aggregate Taker Buy/Sell Value (Plan3)
      GET
    • Aggregate Taker Buy/Sell Volume (Plan3)
      GET
  • Fundflow
    • Real-time Funds Flow (Plan3)
      GET
    • Fund flow historical data (Plan3)
      GET
  • 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)
    • Pi Cycle Top Indicator(Plan1)
    • Fear & Greed (Plan1)
    • BTC Ahr999 Index(Plan1)
    • BTC Market Cap(Plan1)
    • The Puell Multiple(Plan1)
    • 200 Week Moving Average Heatmap(Plan1)
    • Grayscale BTC Holdings(Plan1)
    • AltCoinSeation(Plan1)
    • Special Indicator Data(Plan1)
  • hyperLiquid Whale
    • Hyperliquid Whale Position(plan2)
    • Hyperliquid Whale Action(plan2)
  1. Fundflow

Real-time Funds Flow (Plan3)

GET
https://open-api.coinank.com/api/fund/fundReal
Returns the real-time capital inflow and outflow data of the currency

Request

Query Params
productType
string 
optional
SWAP or SPOT
Example:
SPOT
sortBy
string 
optional
Which field to sort by
Example:
h1net
sortType
string 
optional
desc asc
Example:
desc
size
string 
required
Example:
1000
page
string 
optional
Example:
1
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/fund/fundReal?productType=SPOT&sortBy=h1net&sortType=desc&size=1000&page=1' \
--header 'apikey;'

Responses

🟢200OK
application/json
Body
success
boolean 
required
code
string 
required
data
object 
required
list
array [object {21}] 
required
pagination
object 
optional
Example
{
    "success": true,
    "code": "string",
    "data": {
        "list": [
            {
                "baseCoin": "string",
                "type": "string",
                "productType": "string",
                "lastUpdateTime": 0,
                "m5net": 0,
                "m15net": 0,
                "m30net": 0,
                "h1net": 0,
                "h2net": 0,
                "h4net": 0,
                "h6net": 0,
                "h8net": 0,
                "h12net": 0,
                "d1net": 0,
                "d3net": 0,
                "d2net": 0,
                "d5net": 0,
                "d7net": 0,
                "d15net": 0,
                "d30net": 0,
                "marketCap": 0
            }
        ],
        "pagination": {}
    }
}
Previous
Aggregate Taker Buy/Sell Volume (Plan3)
Next
Fund flow historical data (Plan3)
Built with