GET
/
ping
Check 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!"
}

Note

  • You can also go to status.coingecko.com to check the API server status and further maintenance notices.

Authorizations

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

Response

200 - application/json

Status OK

The response is of type object.