Documentation resources for CoinGecko's 'asset_platforms' API functions.
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 {
...
};
}
Below you can find documentation for 'asset_platforms' functions.
// 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();