exportActions
getAbiSnapshot
contract
(required, string): Contract account nameblock
(optional, integer): Target block number, minimum: 1fetch
(optional, boolean): Indicates whether to fetch the ABIcheckTransaction
id
(required, string): Transaction IDapplication/json
act.authorization.actor=eosio
or act.name=delegatebw
), combined with an AND operator.getActions
limit
(optional, integer): Limit of results per page, minimum: 1skip
(optional, integer): Number of results to skip, minimum: 0account
(optional, string): Notified account name, minLength: 1, maxLength: 12track
(optional, string): Total results to track (number or true)filter
(optional, string): Code:name filter, minLength: 3sort
(optional, string): Sort directiondesc
, asc
, 1
, -1
after
(optional, string): Filter results after specified date (ISO8601 format)before
(optional, string): Filter results before specified date (ISO8601 format)simple
(optional, boolean): Enable simplified output modehot_only
(optional, boolean): Search only the latest hot indexnoBinary
(optional, boolean): Exclude large binary datacheckLib
(optional, boolean): Perform reversibility checkapplication/json
getCreatedAccounts
limit
(optional, integer): Limit of results per page, minimum: 1skip
(optional, integer): Number of results to skip, minimum: 0account
(required, string): Creator account name, minLength: 1, maxLength: 12application/json
getCreator
account
(required, string): The account name for which to retrieve the creator, minLength: 1, maxLength: 12application/json
getDeltas
limit
(optional, integer): Limit of results per page, minimum: 1skip
(optional, integer): Number of results to skip, minimum: 0code
(optional, string): Contract accountscope
(optional, string): Table scopetable
(optional, string): Table namepayer
(optional, string): Payer accountafter
(optional, string): Filter results after specified date (ISO8601 format)before
(optional, string): Filter results before specified date (ISO8601 format)present
(optional, number): Delta present flagapplication/json
getSchedule
producer
(optional, string): Producer to search bykey
(optional, string): Search by keyafter
(optional, string): Filter results after specified date (ISO8601 format)before
(optional, string): Filter results before specified date (ISO8601 format)version
(optional, integer): Schedule version, minimum: 1application/json
getTableState
code
(required, string): Contract to search bytable
(required, string): Table to search byblock_num
(optional, integer): Target block, minimum: 1after_key
(optional, string): Last key for paginationapplication/json
getTransaction
id
(required, string): Transaction IDblock_hint
(optional, integer): Block hint to speed up transaction recoveryapplication/json
getTransactionLegacy
id
(required, string): Transaction IDapplication/json
getAccount
limit
(optional, integer): Limit of results per page, minimum: 1skip
(optional, integer): Number of results to skip, minimum: 0account
(required, string): Account name, minLength: 1, maxLength: 12application/json
getKeyAccounts
limit
(optional, integer): Limit of results per page, minimum: 1skip
(optional, integer): Number of results to skip, minimum: 0public_key
(required, string): Public key for account lookupdetails
(optional, boolean): Include permission details if set to trueapplication/json
postKeyAccounts
body
(required, object): JSON object with a public keypublic_key
(required, string): Public key for account lookupapplication/json
getPermissionLinks
account
(optional, string): Account namecode
(optional, string): Contract nameaction
(optional, string): Method or action namepermission
(optional, string): Permission nameapplication/json
getProposals
proposer
(optional, string): Filter by proposer nameproposal
(optional, string): Filter by proposal nameaccount
(optional, string): Filter by requested or provided accountrequested
(optional, string): Filter by requested accountprovided
(optional, string): Filter by provided accountexecuted
(optional, boolean): Filter by execution statustrack
(optional, string): Track total results (as number or "true")skip
(optional, integer): Number of actions to skip, minimum: 0limit
(optional, integer): Limit of actions per page, minimum: 1application/json
getVoters
limit
(optional, integer): Limit of results per page, minimum: 1skip
(optional, integer): Number of results to skip, minimum: 0producer
(optional, string): Filter by voted producer (comma-separated), max length: 12application/json
getTokens
limit
(optional, integer): Limit of results per page, minimum: 1skip
(optional, integer): Number of results to skip, minimum: 0account
(required, string): Account name to retrieve tokens for, min length: 1, max length: 12application/json
getActionUsage
period
(required, string): Time period to analyze (e.g., "1d", "1w")end_date
(optional, string): End date for the analysis periodunique_actors
(optional, boolean): Flag to compute unique actorsapplication/json
getMissedBlocks
producer
(optional, string): Filter by producer nameafter
(optional, string): Filter by date (ISO8601) after specified datebefore
(optional, string): Filter by date (ISO8601) before specified datemin_blocks
(optional, integer): Minimum blocks threshold, minimum: 1application/json
getResourceUsage
code
(required, string): Contract code nameaction
(required, string): Action name to analyzeapplication/json
getActions
account_name
(optional, string): Notified account name, min length: 1, max length: 12pos
(optional, integer): Action position for paginationoffset
(optional, integer): Limit of actions per pagefilter
(optional, string): Code:name filter, min length: 3sort
(optional, string): Sort direction, options: desc
, asc
, 1
, -1
after
(optional, string): Filter actions after specified date (ISO8601)before
(optional, string): Filter actions before specified date (ISO8601)parent
(optional, integer): Filter by parent global sequence, minimum: 0application/json
getControlledAccounts
controlling_account
(required, string): The controlling account name.application/json
getKeyAccounts
public_key
(required, string): The public key to filter accounts.application/json
getTransaction
id
(required, string): Transaction ID to query.block_num_hint
(optional, integer): Optional block number hint.application/json
getBlock
block_num
(optional, integer): Block number to query.block_id
(optional, string): Block ID to query.application/json
abiBinToJson
code
(required, string): The code of the contract.action
(required, string): The action to perform.binargs
(required, string): Hexadecimal arguments.application/json
application/json
abiBinToJsonPost
code
(required, string): The code of the contract.action
(required, string): The action to perform.binargs
(required, string): Hexadecimal arguments.application/json
abiJsonToBinGet
binargs
(required, string): Hexadecimal representation of the binary arguments. Must match the pattern ^(0x)(([0-9a-f][0-9a-f])+)?$
.abiJsonToBinHead
binargs
(required, string): Hexadecimal representation of the binary arguments. Must match the pattern ^(0x)(([0-9a-f][0-9a-f])+)?$
.abiJsonToBinPost
binargs
(required, string): Hexadecimal representation of the binary arguments. Must match the pattern ^(0x)(([0-9a-f][0-9a-f])+)?$
.getAbiGet
account_name
(required, string): The account name of the contract.getAbiHead
account_name
(required, string): The account name of the contract.getAbiPost
account_name
(required, string): The account name of the contract.getAccountGet
account_name
(required, string): The account name to retrieve details for.getAccountHead
account_name
(required, string): The account name to retrieve details for.getAccountPost
account_name
(required, string): The account name to retrieve details for.getActivatedProtocolFeaturesGet
lower_bound
(optional, integer): Lower bound for the query.upper_bound
(optional, integer): Upper bound for the query.limit
(optional, integer): The limit, default is 10.search_by_block_num
(optional, boolean): Flag to indicate it should search by block number.reverse
(optional, boolean): Flag to indicate it should search in reverse.getActivatedProtocolFeaturesHead
lower_bound
(optional, integer): Lower bound for the query.upper_bound
(optional, integer): Upper bound for the query.limit
(optional, integer): The limit, default is 10.search_by_block_num
(optional, boolean): Flag to indicate it should search by block number.reverse
(optional, boolean): Flag to indicate it should search in reverse.getActivatedProtocolFeaturesPost
lower_bound
(optional, integer): Lower bound for the query.upper_bound
(optional, integer): Upper bound for the query.limit
(optional, integer): The limit, default is 10.search_by_block_num
(optional, boolean): Flag to indicate it should search by block number.reverse
(optional, boolean): Flag to indicate it should search in reverse.block_num_or_id
(string, required): Provide a block number
or a block id
.block_num_or_id
(string, required): Provide a block number
or a block id
.block_num_or_id
(string, required): Provide a block number
or a block id
.block_num_or_id
(string, required): Provide a block number or a block ID.block_num_or_id
(string, required): Provide a block number or a block ID.block_num_or_id
(string, required): Provide a block number or a block ID.account_name
(string, required): The name of the account. code_as_wasm
(integer, required, default: 1): This must be 1 (true).account_name
(string, required): The name of the account. code_as_wasm
(integer, required, default: 1): This must be 1 (true).account_name
(string, required): The name of the account. code_as_wasm
(integer, required, default: 1): This must be 1 (true).code
(string, required): Currency code. account
(string, required): Account name. symbol
(string, required): Token symbol.code
(string, required): Currency code. account
(string, required): Account name. symbol
(string, required): Token symbol.code
(string, required): Currency code. account
(string, required): Account name. symbol
(string, required): Token symbol.code
(string, required): Currency code. symbol
(string, required): Token symbol.code
(string, required): Currency code. symbol
(string, required): Token symbol.code
(string, required): Currency code. symbol
(string, required): Token symbol.limit
(string, optional): Total number of producers to retrieve. lower_bound
(string, optional): In conjunction with limit can be used to paginate through the results. json
(boolean, optional): Return result in JSON format.limit
(string, optional): Total number of producers to retrieve. lower_bound
(string, optional): In conjunction with limit can be used to paginate through the results. json
(boolean, optional): Return result in JSON format.limit
(string, optional): Total number of producers to retrieve. lower_bound
(string, optional): In conjunction with limit can be used to paginate through the results. json
(boolean, optional): Return result in JSON format.account_name
(string, required): Account name.account_name
(string, required): Account name.account_name
(string, required): Account name.account_name
(string, required): Account name.account_name
(string, required): Account name.account_name
(string, required): Account name.lower_bound
(string, optional): Date/time string in the format YYYY-MM-DDTHH:MM:SS.sss.limit
(integer, optional): The maximum number of transactions to return.json
(boolean, optional): Whether the packed transaction is converted to JSON.lower_bound
(string, optional): Date/time string in the format YYYY-MM-DDTHH:MM:SS.sss.limit
(integer, optional): The maximum number of transactions to return.json
(boolean, optional): Whether the packed transaction is converted to JSON.lower_bound
(string, optional): Date/time string in the format YYYY-MM-DDTHH:MM:SS.sss.limit
(integer, optional): The maximum number of transactions to return.json
(boolean, optional): Whether the packed transaction is converted to JSON.code
(string, required): Name of the contract to return table data for.table
(string, optional): Filter results by table.lower_bound
(string, optional): Filters results to return the first element that is not less than the provided value in the set.upper_bound
(string, optional): Filters results to return the first element that is greater than the provided value in the set.limit
(integer, optional): Limit the number of results returned.reverse
(boolean, optional): Reverse the order of returned results.code
(string, required): Name of the contract to return table data for.table
(string, optional): Filter results by table.lower_bound
(string, optional): Filters results to return the first element that is not less than the provided value in the set.upper_bound
(string, optional): Filters results to return the first element that is greater than the provided value in the set.limit
(integer, optional): Limit the number of results returned.reverse
(boolean, optional): Reverse the order of returned results.code
(string, required): Name of the contract to return table data for.table
(string, optional): Filter results by table.lower_bound
(string, optional): Filters results to return the first element that is not less than the provided value in the set.upper_bound
(string, optional): Filters results to return the first element that is greater than the provided value in the set.limit
(integer, optional): Limit the number of results returned.reverse
(boolean, optional): Reverse the order of returned results.code
(string, required): The name of the smart contract that controls the provided table.table
(string, required): The name of the table to query.scope
(string, optional): The account to which this data belongs.index_position
(string, optional): Position of the index used; accepted parameters: primary
, secondary
, tertiary
, fourth
, fifth
, sixth
, seventh
, eighth
, ninth
, tenth
.key_type
(string, optional): Type of key specified by index_position (e.g., uint64_t
or name
).encode_type
(string, optional): Encoding type.upper_bound
(string, optional): Upper bound for the query.lower_bound
(string, optional): Lower bound for the query.code
(string, required): The name of the smart contract that controls the provided table.table
(string, required): The name of the table to query.scope
(string, optional): The account to which this data belongs.index_position
(string, optional): Position of the index used.key_type
(string, optional): Type of key specified by index_position.encode_type
(string, optional): Encoding type.upper_bound
(string, optional): Upper bound for the query.lower_bound
(string, optional): Lower bound for the query.signatures
(array, required): Array of signatures required to authorize the transaction.compression
(boolean, optional): Compression used, usually false.packed_context_free_data
(string, optional): JSON to hex.packed_trx
(string, required): Transaction object JSON to hex.expiration
(integer, required): Transaction expiration time.ref_block_num
(integer, required): Reference block number.ref_block_prefix
(integer, required): Reference block prefix.max_net_usage_words
(integer, required): Maximum net usage in words.max_cpu_usage_ms
(integer, required): Maximum CPU usage in milliseconds.delay_sec
(integer, required): Delay in seconds.context_free_actions
(array, optional): Context-free actions.actions
(array, required): Actions to be executed.transaction_extensions
(array, optional): Transaction extensions.signatures
(array, required): Array of signatures required to authorize the transaction.compression
(boolean, optional): Compression used, usually false.packed_context_free_data
(string, optional): JSON to hex.packed_trx
(string, required): Transaction object JSON to hex.query_time_ms
(number): Query time in millisecondscached
(boolean): Cached result statushot_only
(boolean): Hot-only flaglib
(number): Last irreversible block numbertotal
(object): Total objectvalue
(number): Total valuerelation
(string): Relation descriptionid
(string): Transaction IDstatus
(string): Transaction statusblock_num
(number): Block number containing the transactionroot_action
(object): Root action detailsaccount
(string): Account namename
(string): Action nameauthorization
(array): List of authorizationsactor
(string): Actor namepermission
(string): Permission leveldata
(string): Action datasignatures
(array): List of transaction signaturesquery_time_ms
(number): Query time in millisecondscached
(boolean): Cached result statushot_only
(boolean): Hot-only flaglib
(number): Last irreversible block numbertotal
(object): Total objectvalue
(number): Total valuerelation
(string): Relation descriptionsimple_actions
(array): Array of simplified action objectsblock
(number): Block numbertimestamp
(string): Action timestampirreversible
(boolean): Irreversibility statuscontract
(string): Contract nameaction
(string): Action nameactors
(string): List of actorsnotified
(string): Notified accounttransaction_id
(string): Transaction IDdata
(object): Additional action data (key-value pairs)actions
(array): Array of action objects@timestamp
(string): Timestamp of action creationtimestamp
(string): Action timestampblock_num
(number): Block numberblock_id
(string): Block IDtrx_id
(string): Transaction IDact
(object): Action detailsaccount
(string): Account namename
(string): Action nameauthorization
(array): List of authorizationsactor
(string): Actor namepermission
(string): Permission levelreceipts
(array): Action receiptsreceiver
(string): Receiver nameglobal_sequence
(number): Global sequence numberrecv_sequence
(number): Receiver sequence numberauth_sequence
(array): Authorization sequencesaccount
(string): Account namesequence
(number): Sequence numbercpu_usage_us
(number): CPU usage in microsecondsnet_usage_words
(number): Network usage in wordsaccount_ram_deltas
(array): Account RAM deltasaccount
(string): Account namedelta
(number): RAM deltaglobal_sequence
(number): Global sequence numberproducer
(string): Producer nameparent
(number): Parent block numberaction_ordinal
(number): Action ordinalcreator_action_ordinal
(number): Creator action ordinalsignatures
(array): List of signaturesquery_time_ms
(number): Query time in millisecondscached
(boolean): Cached result statushot_only
(boolean): Hot-only flaglib
(number): Last irreversible block numbertotal
(object): Total objectvalue
(number): Total valuerelation
(string): Relation descriptionquery_time
(number): Total query timeaccounts
(array): List of created account objectsname
(string): Account nametimestamp
(string): Account creation timestamptrx_id
(string): Transaction IDquery_time_ms
(number): Query time in millisecondscached
(boolean): Cached result statushot_only
(boolean): Hot-only flaglib
(number): Last irreversible block numbertotal
(object): Total objectvalue
(number): Total valuerelation
(string): Relation descriptionaccount
(string): Account namecreator
(string): Creator account nametimestamp
(string): Account creation timestampblock_num
(integer): Block numbertrx_id
(string): Transaction IDindirect_creator
(string): Indirect creator account namequery_time_ms
(number): Query time in millisecondscached
(boolean): Cached result statushot_only
(boolean): Hot-only flaglib
(number): Last irreversible block numbertotal
(object): Total objectvalue
(number): Total valuerelation
(string): Relation descriptiondeltas
(array): List of delta objectstimestamp
(string): Delta timestamppresent
(number): Delta present flagcode
(string): Contract accountscope
(string): Table scopetable
(string): Table nameprimary_key
(string): Primary keypayer
(string): Payer accountblock_num
(number): Block numberblock_id
(string): Block IDdata
(object): Delta data, additional properties allowedquery_time_ms
(number): Query time in millisecondscached
(boolean): Cached result statushot_only
(boolean): Hot-only flaglib
(number): Last irreversible block numbertotal
(object): Total objectvalue
(number): Total valuerelation
(string): Relation descriptiontimestamp
(string): Schedule timestampblock_num
(number): Block numberversion
(number): Schedule versionproducers
(array): List of producer objectsproducer_name
(string): Name of the producerblock_signing_key
(string): Block signing key of the producerlegacy_key
(string): Legacy key of the producerquery_time_ms
(number): Query time in millisecondscached
(boolean): Cached result statushot_only
(boolean): Hot-only flaglib
(number): Last irreversible block numbertotal
(object): Total objectvalue
(number): Total valuerelation
(string): Relation descriptioncode
(string): Contract codetable
(string): Table nameblock_num
(number): Block numberafter_key
(string): Last key for paginationnext_key
(string): Next key for paginationresults
(array): List of state entriesscope
(string): Table scopeprimary_key
(string): Primary keypayer
(string): Payer accounttimestamp
(string): Entry timestampblock_num
(number): Block numberblock_id
(string): Block IDpresent
(number): Present flagdata
(object): Additional data, additional properties allowedquery_time_ms
(number): Query time in millisecondscached
(boolean): Cached result statushot_only
(boolean): Hot-only flaglib
(number): Last irreversible block numbertotal
(object): Total objectvalue
(number): Total valuerelation
(string): Relation descriptionaccount
(object): Account details with additional properties allowedlinks
(array): List of account link objectstimestamp
(string): Link timestamppermission
(string): Permission levelcode
(string): Linked contract codeaction
(string): Linked actiontokens
(array): List of token objectssymbol
(string): Token symbolprecision
(integer): Decimal precision of tokenamount
(number): Token amountcontract
(string): Contract of the tokentotal_actions
(number): Total actions countactions
(array): List of action objects@timestamp
(string): Action timestamptimestamp
(string): Action timestamp (legacy)block_num
(number): Block number of actionblock_id
(string): Block IDtrx_id
(string): Transaction IDact
(object): Action detailsaccount
(string): Account responsible for actionname
(string): Action nameauthorization
(array): Authorization detailsactor
(string): Authorizing accountpermission
(string): Permission levelreceipts
(array): Receipt objects associated with actionreceiver
(string): Receiving accountglobal_sequence
(number): Global sequence numberrecv_sequence
(number): Receive sequence numberauth_sequence
(array): Authorization sequencesaccount
(string): Authorizing accountsequence
(number): Sequence numbercpu_usage_us
(number): CPU usage in microsecondsnet_usage_words
(number): Net usage in wordsaccount_ram_deltas
(array): RAM deltas associated with accountaccount
(string): Account affected by RAM deltadelta
(number): RAM delta amountglobal_sequence
(number): Global sequence numberproducer
(string): Producing accountparent
(number): Parent sequence numberaction_ordinal
(number): Action ordinal in transactioncreator_action_ordinal
(number): Ordinal of creator action in transactionsignatures
(array): List of transaction signaturesaccount_names
(array): List of account names associated with the public keypermissions
(array, optional): Permission details if details
parameter is trueowner
(string): Owner of the permissionblock_num
(integer): Block number associated with the permissionparent
(string): Parent permissionlast_updated
(string): Last updated timestampauth
(object): Authorization detailsname
(string): Permission namepresent
(number): Presence indicatorquery_time_ms
(number): Query time in millisecondscached
(boolean): Cached result statushot_only
(boolean): Hot-only flaglib
(number): Last irreversible block numbertotal
(object): Total objectvalue
(number): Total valuerelation
(string): Relation descriptionlinks
(array): List of permission link objectsblock_num
(number): Block number associated with the linktimestamp
(string): Link timestampaccount
(string): Account name associated with the linkpermission
(string): Permission namecode
(string): Contract codeaction
(string): Linked actionirreversible
(boolean): Whether the link is irreversiblequery_time_ms
(number): Query time in millisecondscached
(boolean): Indicates if result was cachedhot_only
(boolean): Hot-only statuslib
(number): Last irreversible block numbertotal
(object): Total resultsvalue
(number): Total countrelation
(string): Description of relationvoters
(array): List of voter objectsaccount
(string): Voter account nameweight
(number): Voting weightlast_vote
(number): Last vote timestampdata
(object): Additional data (key-value pairs)query_time_ms
(number): Query execution time in millisecondscached
(boolean): Whether the data is cachedhot_only
(boolean): Hot-only data statuslib
(number): Last irreversible block numbertotal
(object): Total resultsvalue
(number): Count of resultsrelation
(string): Relation to the total countstats
(object): Statistics, including data by producerevents
(array): List of missed block events@timestamp
(string): Timestamp of the eventlast_block
(number): Last block numberschedule_version
(number): Version of the schedulesize
(number): Size of the missed block dataproducer
(string): Producer who missed the blockquery_time
(number): Time taken for the querylast_irreversible_block
(number): Last irreversible block numberactions
(array): List of action detailsaccount_action_seq
(number): Account action sequenceglobal_action_seq
(number): Global action sequenceblock_num
(number): Block numberblock_time
(string): Block timeaction_trace
(object): Trace data of the actionaction_ordinal
(number): Ordinal of the actioncreator_action_ordinal
(number): Ordinal of creator actionreceipt
(object): Receipt informationreceiver
(string): Receiver nameglobal_sequence
(number): Global sequence numberrecv_sequence
(number): Receiver sequenceauth_sequence
(array): Authorization sequence datareceiver
(string): Receiver of the actionact
(object): Action dataaccount
(string): Account involvedname
(string): Name of the actionauthorization
(array): Authorization detailsdata
(object): Additional datahex_data
(string): Hexadecimal representation of datatrx_id
(string): Transaction IDblock_num
(number): Block number where action occurredblock_time
(string): Block time in ISO8601 formatcontrolled_accounts
(array): List of controlled accounts.account_names
(array): List of account names associated with the public key.query_time_ms
(number): Time taken to execute the query in milliseconds.cached
(boolean): Whether the response was cached.hot_only
(boolean): Whether only hot data is included.lib
(number): Last irreversible block number.total
(object): Total results.value
(number): Count of results.relation
(string): Relation to the total count.id
(string): Block ID.number
(integer): Block number.previous_id
(string): Previous block ID.status
(string): Block status.timestamp
(string): Block timestamp in ISO8601 format.producer
(string): Block producer.transactions
(array): List of transactions in the block.id
(string): Transaction ID.actions
(array): List of actions within the transaction.receiver
(string): Receiver of the action.account
(string): Account initiating the action.action
(string): Name of the action.authorization
(array): Authorization details.account
(string): Authorized account.permission
(string): Required permission.data
(object): Additional data associated with the action.Made with ♥️ by EOS Rio
 - **Tags:** history - **Summary:** Request a large export of action data - **Operation ID:** `exportActions` - **200:** Successf