get

To simplify work, some functionality from cleos was transferred to quantrapy

Gets current blockchain information

quantrapy --url <NODE ADDRESS> get info

Retrieves a full block from the blockchain

quantrapy --url <NODE ADDRESS> get block -b <block number>

Retrieve an account from the blockchain

quantrapy --url <NODE ADDRESS> get account -a <account name>

Retrieves the ABI for an account

quantrapy --url <NODE ADDRESS> get abi -a <account name>
quantrapy --url <NODE ADDRESS> get abi -a <account name> --raw

Retrieves the contents of a database table

quantrapy --url <NODE ADDRESS> get table -c <code name> -s <scope name> -t <table name>

Exposes subcommands for accessing standard currencies

quantrapy --url <NODE ADDRESS> get currency stats -c <code name> -s <symbol> -a <account>
quantrapy --url <NODE ADDRESS> get currency balance -c <code name> -s <symbol> -a <account>

Use this command to retrieve a transaction from the blockchain.

quantrapy --url <NODE ADDRESS> get transaction -t <id trx>

Last updated