Forfree API: frompycoingeckoimportCoinGeckoAPIcg=CoinGeckoAPI() For users withPro APIKey: frompycoingeckoimportCoinGeckoAPIcg=pycoingecko.CoinGeckoAPI(api_key='YOUR_API_KEY') Examples The required parameters for each endpoint are defined as required (mandatory) parameters for the corresponding functions...
Check API server status.ping()Check API server status.Usage Example:let data = await CoinGeckoClient.ping();• GlobalGet cryptocurrency global data.global()Get cryptocurrency global data.Usage Example:let data = await CoinGeckoClient.global();...
Feel free to learn more about it here:https://docs.coingecko.com/docs/endpoint-showcase#geckoterminal Historically, CoinGecko (and our API) has focused primarily on providing aggregated price and market data, which is what most of our users know us for. Many people may s...
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, an...
Check API server status.ping()Check API server status.Usage Example:let data = await CoinGeckoClient.ping();• GlobalGet cryptocurrency global data.global()Get cryptocurrency global data.Usage Example:let data = await CoinGeckoClient.global();...