Skip to content

Latest commit

 

History

History

trending

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Documentation resources for CoinGecko's 'trending' API functions.


Class

namespace gecko {
  // Purpose: class interface to all CoinGecko 'trending' functions found below
  // Refer: https://www.coingecko.com/api/documentations/v3#/trending
  // Status: functional - untested
  class trendingFunctions : private web {
    ...
  };
}

Declarations

Below you can find documentation for 'trending' functions.

trending/getTrendingCoins

  // Action: fetches trending search coins on CoinGecko in the last 24 hours
  // Returns: gecko::web::response
  // Refer: https://www.coingecko.com/api/documentations/v3
  // Example(s):
  //    getTrendingCoins()
  // Notes: none
  gecko::web::response getTrendingCoins();