Skip to main content
GET
/
ping
API Server Status
curl --request GET \
  --url https://api.coingecko.com/api/v3/ping \
  --header 'x-cg-demo-api-key: <api-key>'
{
  "gecko_says": "(V3) To the Moon!"
}
You can also check status.coingecko.com for real-time API server status and maintenance notices.

SDK Examples

const response = await client.ping.get();

console.log(JSON.stringify(response, null, 2));

Authorizations

x-cg-demo-api-key
string
header
required

Response

200 - application/json

Server status

gecko_says
string
required

API server status message