POST
line with required parameters. The manual presents examples of requests using curl
. Return code 200 indicates successful operation.(name) account_name
— An account that data is being requested for.(symbol) expected_core_symbol
— A token name, consisting of a set of capital letters. This field is optional.(string) block_num_or_id
— A block number or a block id.(name) account_name
— Account name on which the contract is based.(bool) code_as_wasm
— Binary code. Default is false
.(name) account_name
— An account for which information in form of hash code is requested.string block_num_or_id
— A block_number or a block_id.(name) account_name
— Account on which the contract is based.(name) account_name
— Account on which the contract is based.(name) account_name
— Account on which the contract is based.(sha256) abi_hash
— ABI hash. This field is optional.(bool) json
— Whether the object is converted to JSON. Default is false
.(name) code
— The name of the smart contract that controls the provided table.(string) scope
— The account to which this data belongs.(name) table
— The name of the table to query.(string) table_key
— Type of key specified by index_position.(variant) lower_bound
— Lower bound of search.(variant) upper_bound
— Upper bound of search.(uint32_t) limit
— Total number of table rows to retrieve. Default is 10
.(name) index
— Position of the index used.(string) encode_type{"dec"}
— The field takes the values dec
, hex
. Default is dec
.(optional<bool>) reverse
— true
if the search is in the reverse order. Default is false
.(optional<bool>) show_payer
— Display a RAM payer. Default is false
.(name) code
— Token code.(name) account
— Account for which balance is requested.(optional<string>) symbol
— A string representation of a token symbol, composed of a float with a precision of 4, and a symbol composed of capital letters, for example 1.0000 SYS
.(name) code
— Token code.(string) symbol
— A string representation of a token symbol, composed of a float with a precision of 4, and a symbol composed of capital letters between 1-7 letters separated by a space, example 1.0000 SYS
.(bool) json
— Whether the producers list is converted to JSON. Default is false
.(string) lower_bound
— In conjunction with limit can be used to paginate through the results. For example, limit=10
and lower_bound=10
would be page 2
.(uint32_t) limit
— Total number of producers to retrieve. Default is 50
.(bool) json
— Whether the packed transaction is converted to JSON. Default is false
.(string) lower_bound
— Date/time string in the format YYYY-MM-DDTHH:MM:SS.sss
OR transaction ID.(uint32_t) limit
— Total number of transactions to retrieve. Default is 50
.(name) code
— A name of row.(name) action
— Action name.(variant) args
— Arguments in JSON form.(name) code
— A name of row.(name) action
— Action name.(vector<char>) binargs
— String containing binary arguments.(string) expiration
— Time in format of YYYY-MM-DDTHH:MM:SS.sss
that transaction must be confirmed by. (integer) ref_block_num
— Block number containing the transaction.(integer) ref_block_prefix
— Prefix of block containing the transaction.(string/integer) max_net_usage_words
— Network resource allocated for the transaction.(string/integer) max_cpu_usage_ms
— CPU resource allocated for the transaction.(integer) max_ram_kbytes
— RAM resource allocated for the transaction.(integer) max_storage_kbytes
— Storage resource allocated for the transaction.(integer) delay_sec
— Delay time (in seconds).(array of objects) actions
— Actions composed of transaction.(array of integers/strings) transaction_extensions
— Objects included in the transaction.(string) available_keys
— Provide the available keys.(account_name) account
— An agent for which the key is requested. An agent is a potentially active account who has the staked tokens.(symbol) symbol
— Identifier of a staked token, that is a token cost accuracy in the form of decimal places number and a token name, consisting of a set of capital letters.(string) domain
— A domain name.(string) @domain
— A domain name.(string) [email protected]
— A username is in a domain scope.(string) [email protected]@domain
— A username is directly in a domain scope.(account_name) account
— A proxy account name.(symbol) symbol
— Identifier of a token (provided by grantors), that is a token cost accuracy in the form of decimal places number and a token name, consisting of a set of capital letters.