API Server Status
curl --request GET \
--url https://pro-api.coingecko.com/api/v3/ping \
--header 'x-cg-pro-api-key: <api-key>'{
"gecko_says": "(V3) To the Moon!"
}Utility
API Server Status
To check the API server status
GET
/
ping
API Server Status
curl --request GET \
--url https://pro-api.coingecko.com/api/v3/ping \
--header 'x-cg-pro-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
headerAuthqueryAuth
Learn how to set up your API key
Response
200 - application/json
Server status
API server status message
Was this page helpful?
⌘I

