VentzCoin.GetMarketCap
Skip to content
mnscript
number VentzCoin.GetMarketCap() 

Description ​

Gets the VentzCoin market cap

Returns ​

number - The VentzCoin market cap

Example ​

msc
using Console;
using VentzCoin;
using Util;

// Prints the current market cap of VentzCoin to the console.

number mcap = VentzCoin.GetMarketCap();
Console.WriteLine("VC Market Cap: "..mcap);