Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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!" }
To check the API server status
const response = await client.ping.get(); console.log(JSON.stringify(response, null, 2));
Server status
API server status message
Was this page helpful?