Wave monitor
API Endpoint for wave monitor module
Get wave monitor module data of all coin on Binance Futures Trading
GET
https://ajax.xlg.ai/v1/wave-monitor
Headers
Name
Type
Description
X-api-key*
String
Your api key
{
"data": {
"BTCUSDT": {
"1": {
"zz2": {
"percent": "32.41",
"type": "h",
"l": 15443.2,
"h": 22850
},
"zz3": {
"percent": "54.36",
"type": "l",
"distance": "36.74",
"l": 15443.2,
"h": 23837.4
},
"zz4": {
"percent": "5.54",
"type": "h",
"distance": "8.55",
"l": 22516.6,
"h": 23837.4
}
},
"2": {
"zz2": {
"percent": "11.90",
"type": "h",
"l": 16210,
"h": 18400
},
"zz3": {
"percent": "47.05",
"type": "l",
"distance": "41.45",
"l": 16210,
"h": 23837.4
},
"zz4": {
"percent": "5.54",
"type": "h",
"distance": "8.15",
"l": 22516.6,
"h": 23837.4
}
},
"3": {
"zz2": {
"percent": "16.93",
"type": "l",
"l": 20386,
"h": 23837.4
},
"zz3": {
"percent": "5.54",
"type": "h",
"distance": "6.48",
"l": 22516.6,
"h": 23837.4
},
"zz4": {
"percent": "5.17",
"type": "l",
"distance": "4.88",
"l": 22516.6,
"h": 23680
}
}
},
}
}
{
"data": "api_key is not valid"
}
Last updated