Skip to main content
Dispatched whenever a coin’s metadata, links, categories, contract addresses, or images change on CoinGecko.com.

Use Cases

Automated Asset Updates

Update your UI when a token rebrands, changes ticker, or updates its logo.

Cross-Chain Contract Monitoring

Detect when a project deploys on a new chain or migrates a contract address.

Risk & Compliance

Act on critical alerts — malicious activity warnings or contract migration notices.

Bots & Alert Systems

Notify your community when a project updates its whitepaper, GitHub repo, or social links.

Tracked Fields

The webhook listens for changes in the following fields. Each change is reported as an addition, update, or removal in the payload.
When platforms.{asset_platform_id} changes its key (e.g. xdaiethereum), two changes are sent: a removal of the old key and an addition of the new key.
For links.homepage, links.official_forum_url, links.chat_url, and links.announcement_url — only update events are triggered.
  • The payload contains the full array of links.
  • A removed link returns an empty value.

Payload

Each payload contains the event type, coin identity, and an array of changes describing exactly what was modified.

Example