Skip to main content

currency stats

Description

Retrieve the stats of for a given currency.

Positionals

  • contract TEXT - The contract that operates the currency

  • symbol TEXT - The symbol for the currency if the contract operates multiple currencies

Options

  • -h,--help Print this help message and exit

  • -j,--json Output in JSON format

Example

Get stats of the SYS token from the sysio.token contract.

clio get currency stats sysio.token SYS
{
"SYS": {
"supply": "1000000000.0000 SYS",
"max_supply": "10000000000.0000 SYS",
"issuer": "sysio"
}
}