get
https://open-api-v4.coinglass.com/api/futures/indicators/avg-true-range
This endpoint provides Average True Range (ATR) for trading pairs.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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": 1765522800000,
"avg_true_range_value": 830.736
},
{
"time": 1765526400000,
"avg_true_range_value": 799.548
},
{
"time": 1765530000000,
"avg_true_range_value": 775.838
}
}
200