Special Indicator Data(Plan1)
Developing
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
Example:/charts/mvrv-zscore/
Register and activate to obtain apikey
Request samples
curl --location --request GET 'https://open-api.coinank.com/api/indicator/index/charts?type=/charts/mvrv-zscore/' \
--header 'apikey;'
Responses
application/json {
"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
]
}
}
Modified at 2025-03-05 06:33:45