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!" }
This endpoint allows you to check the API server status
Status OK
The response is of type object.
object