get https://open-api-v4.coinglass.com/api/futures/volume/footprint-history
This endpoint provides historical footprint chart data for future markets, including buy and sell volumes at each price level.
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", // code (0 = success)
"data": [
[
1757808000, // Timestamp (seconds)
[
[
115765, // Price start
115770, // Price end
3.223, // Taker buy volume
9.906, // Taker sell volume
373118.1958, // Taker buy volume (quote currency)
1146773.5391, // Taker sell volume (quote currency)
373118.1958, // Taker buy volume (USDT)
1146773.5391, // Taker sell volume (USDT)
193, // Taker buy trade count
153 // Taker sell trade count
],
[
115770,
115775,
3.315, // Taker buy volume
0.528, // Taker sell volume
383782.5569, // Taker buy volume (quote currency)
61127.0686, // Taker sell volume (quote currency)
383782.5569, // Taker buy volume (USDT)
61127.0686, // Taker sell volume (USDT)
40, // Taker buy trade count
64 // Taker sell trade count
]
]
]
]
}