Skip to content

Latest commit

 

History

History

asset_platforms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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


Class

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

Declarations

Below you can find documentation for 'asset_platforms' functions.

asset_platforms/getAssetPlatforms

  // Action: lists all asset platforms (blockchain networks)
  // Returns: gecko::web::response
  // Refer: https://www.coingecko.com/api/documentations/v3
  // Example(s):
  //    getAssetPlatforms();
  // Notes: none
  gecko::web::response getAssetPlatforms();