跳至主要内容
此页面是从英文翻译而来的。请注意,与原始页面相比,可能会出现错误或差异。真实的文档来源应始终是英文版本。

currency stats

Description

Retrieve the stats of for a given currency

Positional Parameters

contract TEXT - The contract that operates the currency

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

Options

There are no options for this subcommand

Example

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

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