/simple/supported_vs_currencies — can be used to query the list of currencies for other endpoints that include parameters like vs_currencies, allowing to obtain the corresponding data for those currencies.
/asset_platforms — can be used to query the list of asset platforms for other endpoints that contain parameters like id or ids (asset platforms), allowing the retrieval of corresponding data for these asset platforms.
/simple/price — can be used to query the prices of coins using the unique coin IDs that can be obtained from the “Discovery/Navigational Endpoints” mentioned above.
/coins/{id} — can be used to query the coin data using the unique coin IDs that can be obtained from the “Discovery/Navigational Endpoints” mentioned above.
/onchain/networks-list - can be used to query all the supported networks on GeckoTerminal.
/onchain/networks/{network}/dexes - can be used to query all the supported decentralized exchanges (DEXs/dexes) on GeckoTerminal based on network id that can be obtained from the endpoint mentioned above.
/onchain/simple/networks/{network}/token_price/{addresses} - can be used to query any token price using the token address and network id that can be obtained from the “Discovery/Navigational Endpoints” and “Supporting Endpoints” mentioned above.
/onchain/networks/{network}/pools/{address} - can be used to query the data of a specific pool based on the pool address and network id that can be obtained from the “Discovery/Navigational Endpoints” and “Supporting Endpoints” mentioned above.