Paid Feature — Requires Starter plan or higherView pricing · Set API key
Overview
Retrieve historical price, volume, and market cap data for a token by its smart contract address.Usage
Arguments
Platform ID (e.g.,
eth-ethereum, bnb-binance-coin)Smart contract address
Options
Start date in ISO format (e.g.,
2024-01-01 or 2024-01-01T00:00:00Z)End date in ISO format (defaults to current time)
Time interval:
5m, 15m, 30m, 1h, 6h, 12h, 24h, 7d, 30d5-minute intervals require Starter+ plan
Maximum number of data points to return
Output format:
table or jsonJSON output without
_meta wrapper (for scripts/piping)Examples
Get daily price history
Get hourly data for last week
5-minute intervals (Starter+ only)
JSON output for charting
Response Fields
ISO 8601 timestamp for the data point
Price at the given timestamp
24-hour trading volume
Market capitalization at the given timestamp
API Endpoint
start— ISO 8601 date/timeend— ISO 8601 date/time (optional)interval— Time intervallimit— Max results
Plan Requirements
Available on:
- Starter plan: 5m, 1h, 24h intervals
- Business/Enterprise: All intervals + higher limits
contract-ticker for current data onlyRelated Commands
contract-ticker
Get current ticker data by contract
ticker-history
Get historical ticker data by coin ID
Notes
- Requires a valid API key from Starter plan or higher
- Historical data availability depends on when the token was listed
- 5-minute intervals are limited to recent data (last 30 days typically)
- Use
--limitto control data volume and API credits