CoinGeckoApi

Ping Api

$client = \MusheAbdulHakim\CoinGecko\CoinGecko::client('your-api-key');

$ping = $client->ping();

Check API server status

$response = $client->ping()->ping();

//or

$response = $cliennt->pingServer();