- Error Code
- WebHook
- Coin & Symbol
- Open Interest
- Liquidation
- 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
- FundingRate
- Longshort
- Net Long & Net Short
- OrderBook
- OrderFlow
- RsiMap
- BigOrder
- Popular Ranking
- KLine
- Indicator Data
- hyperLiquid Whale
Trading Pair Funding Rate Kline (Plan1)
GET
https://open-api.coinank.com/api/fundingRate/kline
Request
Query Params
exchange
string
optional
Example:
Binance
symbol
string
optional
Example:
BTCUSDT
interval
string
optional
Example:
1h
endTime
string
optional
Example:
1725972522356
size
string
optional
Example:
10
Header Params
apikey
string
required
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/fundingRate/kline?exchange=Binance&symbol=BTCUSDT&interval=1h&endTime=1725972522356&size=10' \
--header 'apikey;'
Responses
🟢200OK
application/json
Body
success
boolean
required
code
string
required
data
array [object {5}]
required
begin
integer
required
open
number
required
close
number
required
low
number
required
high
number
required
Example
{"success":true,"code":"1","data":[{"begin":1725937200000,"open":-0.00261400,"close":-0.00215900,"low":-0.00261400,"high":-0.00208700},{"begin":1725940800000,"open":-0.00215900,"close":-0.00199800,"low":-0.00216000,"high":-0.00186300},{"begin":1725944400000,"open":-0.00199800,"close":-0.00257800,"low":-0.00257800,"high":-0.00175800},{"begin":1725948000000,"open":-0.00257800,"close":-0.00293200,"low":-0.00304700,"high":-0.00257800},{"begin":1725951600000,"open":-0.00293200,"close":-0.00285400,"low":-0.00295700,"high":-0.00229300},{"begin":1725955200000,"open":-0.00285400,"close":-0.00428700,"low":-0.00435900,"high":-0.00285400},{"begin":1725958800000,"open":-0.00428700,"close":-0.00244200,"low":-0.00428700,"high":-0.00239500},{"begin":1725962400000,"open":-0.00244200,"close":-0.00112100,"low":-0.00259900,"high":-0.00108600},{"begin":1725966000000,"open":-0.00112100,"close":-0.00022300,"low":-0.00115700,"high":-0.00022300},{"begin":1725969600000,"open":-0.00022300,"close":-0.00056500,"low":-0.00056500,"high":-0.00022300}]}