You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//1. Import letGeko=require("./lib/geko");//2. Initiate the CoinGecko API ClientconstCoinGeckoClient=newGeko();//3. Make callsvarfunc=async()=>{letdata=awaitCoinGeckoClient.ping();};
• Constants
This module provides helper constants for use in calls.
• To do
• Making Calls
All calls using the CoinGeckoClient are asynchronous.
Each function receives an object as an argument. ⚠️ For more information on features, check out https://www.coingecko.com/en/api/documentation