✍️ Best Practices

Wonder how to use different endpoints together? This is the perfect place for you

User Journey

"Discovery/Navigational Endpoints"

Examples:

  • /coins/list - can be used to query all the supported coins on CoinGecko with names, symbols and coins ids that can be used in other endpoints
  • /search/trending - can be used to query trending search coins, categories and nfts on CoinGecko

"Data Endpoints"

Examples:

  • /simple/price - can be used to query the prices of coins using the unique coin ids that can be obtained from the "discovery 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 endpoints" mentioned above