Query
Query
A single query, which is sent from the client to the node. This includes all possible queries. Each Query should not have more than 50 levels.
getBySolidityID
Get the IDs in the format used in transactions, given the format used in Solidity
cryptogetAccountBalance
Get the current balance in a cryptocurrency account
cryptoGetAccountRecords
Get all the records that currently exist for transactions involving an account
cryptoGetLiveHash
Get a single livehash from a single account (or null if it doesn't exist)
cryptoGetProxyStakers
Get all the accounts that proxy stake to a given account, and how much they proxy stake (not yet implemented in the current API)
transactionGetFastRecord
Get a record for a transaction (lasts 180 seconds)
consensusGetTopicInfo
Get the parameters of and state of a consensus topic.
Last updated