Check CoinGecko API status
check_api_statusConfirm CoinGecko API availability and report configuration/cache status. Start here when other tools fail to distinguish upstream outages from configuration issues.
Instructions
Verify that the CoinGecko API is reachable and report this server's configuration and cache statistics. Use this first when other tools are failing, to tell an upstream outage from a configuration problem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status text returned by CoinGecko, or the failure reason. | |
| api_tier | Yes | Configured CoinGecko plan: public, demo, or pro. | |
| base_url | Yes | API root this server is talking to. | |
| reachable | Yes | True when CoinGecko answered the ping successfully. | |
| checked_at | Yes | UTC timestamp of the health check. | |
| latency_ms | Yes | Round-trip time of the health check, in milliseconds. | |
| cache_entries | Yes | Number of live entries in the response cache. | |
| cache_hit_rate | Yes | Cache hits divided by total lookups, 0.0-1.0. |