Paid Feature — Requires Starter plan or higherView pricing · Set API key
Overview
Retrieve a changelog of coin ID modifications, including renames, mergers, and deprecated IDs. Essential for maintaining data integrity in applications that store coin IDs.Usage
Options
Maximum number of changelog entries to return (default: 50)
Page number for pagination (default: 1)
Output format:
table or jsonJSON output without
_meta wrapper (for scripts/piping)Examples
Get recent ID changes
Paginate through changelog
JSON output for monitoring
Check for specific coin changes
Response Structure
The response contains an array of changelog entries:Previous coin ID (before the change)
New coin ID (after the change)
Type of change (e.g., “rename”, “merge”, “deprecate”)
ISO 8601 timestamp when the change occurred
Description or reason for the change
API Endpoint
limit— Maximum number of results (default: 50)page— Page number (default: 1)
Use Cases
Data Migration
Update stored coin IDs when they change
Integration Monitoring
Monitor for breaking changes in coin IDs
Historical Analysis
Track coin lifecycle and rebranding events
Error Prevention
Avoid 404 errors from outdated coin IDs
Pagination
The changelog is paginated with 50 entries per page by default:Plan Requirements
Available on:
- Starter plan and higher
- Free tier (no API key)
Related Commands
mappings
Get ID mappings across platforms (Business+)
coins
List all current coins
Notes
- Check the changelog regularly if you store coin IDs in your database
- Old IDs may redirect to new ones temporarily, but updates are recommended
- Some changes represent coin rebrands or chain migrations
- The changelog includes both active and deprecated coins