Exchange Volume Chart is a paid API for AI agents from stablecrypto.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Returns historical trading volume data for a specific cryptocurrency exchange over a given number of days
Pay-per-request access to CoinGecko, DefiLlama, Alchemy, and Etherscan APIs. No auth, no subscriptions.
An array of [timestamp, volume] pairs representing the exchange's trading volume at each point in the requested time range, sourced from CoinGecko data.
POSThttps://stablecrypto.dev/api/coingecko/exchange/volume-chartUse this endpoint when you need historical trading volume data for a specific centralized or decentralized exchange over a configurable time window. Prefer this over general price endpoints when the user's question is specifically about exchange-level volume trends rather than coin prices or market cap.
{
"id": "binance",
"days": "30"
}| Field | Type | Description |
|---|---|---|
| id | string | Exchange ID |
| days | string | Data range in days |
[
[
1778732400000,
"120579.1521226698137346"
],
[
1778818800000,
"136629.9071960831704547"
],
[
1778905200000,
"112160.7563055787459592"
],
[
1778991600000,
"70422.4563248365790165"
],
[
1779078000000,
"73086.8244134772754005"
],
[
1779164400000,
"124981.7655220364811741"
],
[
1779250800000,
"93796.1458277896297717"
],
[
1779337200000,
"106713.0185654744110846"
],
[
1779423600000,
"99437.7560230247357369"
],
[
1779510000000,
"113921.7915443276034324"
],
[
1779596400000,
"99882.855028642137759"
],
[
1779682800000,
"69423.525884095770604"
],
[
1779769200000,
"86887.948092552239786"
],
[
1779855600000,
"148401.9655818227901437"
],
[
1779942000000,
"140056.8930869694383522"
],
[
1780028400000,
"118156.4903083021698544"
],
[
1780114800000,
"117748.2187820904339527"
],
[
1780201200000,
"69660.5520755274695577"
],
[
1780287600000,
"76997.906254651459785"
],
[
1780374000000,
"163477.8985362578899187"
],
[
1780460400000,
"206457.1169051359145784"
],
[
1780546800000,
"217559.7577101628755267"
],
[
1780633200000,
"195901.2071852242000143"
],
[
1780719600000,
"297793.6620134160591852"
],
[
1780806000000,
"132784.2236017906441807"
],
[
1780892400000,
"135713.0949614467131299"
],
[
1780978800000,
"137198.0379186780729952"
],
[
1781065200000,
"127644.5442380619084978"
],
[
1781151600000,
"131020.9518952279148853"
],
[
1781237400000,
"127321.9871849971061066"
]
]No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"