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.
Field | Type | Description |
---|---|---|
| Get all entities associated with a given key | |
| Get the IDs in the format used in transactions, given the format used in Solidity | |
| Call a function of a smart contract instance | |
| Get information about a smart contract instance | |
| Get bytecode used by a smart contract instance | |
| Get Records of the contract instance | |
| Get the current balance in a cryptocurrency account | |
| Get all the records that currently exist for transactions involving an account | |
| Get all information about an account | |
| Get a single livehash from a single account (or null if it doesn't exist) | |
| Get all the accounts that proxy stake to a given account, and how much they proxy stake (not yet implemented in the current API) | |
| Get the contents of a file (the bytes stored in it) | |
| Get information about a file, such as its expiration date | |
| Get a receipt for a transaction (lasts 180 seconds) | |
| Get a record for a transaction (lasts 1 hour) | |
| Get a record for a transaction (lasts 180 seconds) | |
| Get the parameters of and state of a consensus topic. | |
| Get the version of the network | |
| Get all information about a token | |
| Get all information about a schedule entity | |
| Get a list of NFTs associated with the account | |
| Get all information about a NFT | |
| Get a list of NFTs for the token |
Last updated