get
https://open-api-v4.coinglass.com/api/futures/indicators/macd
This endpoint provides Moving Average Convergence Divergence (MACD) for trading pairs .
Cache / Update Frequency: Real time for all the API plans..
This endpoint is available on the following API plans:
| Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
|---|---|---|---|---|---|
| Available | ❌ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"data": [
{
"time": 1759352400000,
"macd_value": 1200.54
},
{
"time": 1759356000000,
"macd_value": 1175.91
},
}
