get
https://open-api-v4.coinglass.com/api/futures/indicators/ma
This endpoint provides Moving Average (MA) 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": 1759287600000,
"ma_value": 114209.64
},
{
"time": 1759291200000,
"ma_value": 114200.6
},
}
