> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-docs--429.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Response

A single response, which is returned from the node to the client, after the client sent the node a query. This includes all responses.

| Field                         | Type                                                                                                                                                          | Description                                                                             |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `getByKey`                    | [GetByKeyResponse](/hedera/sdks-and-apis/hedera-api/miscellaneous/getbykey#getbykeyresponse)                                                                  | Get all entities associated with a given key                                            |
| `getBySolidityID`             | [GetBySolidityIDResponse](/hedera/sdks-and-apis/hedera-api/miscellaneous/getbysolidityid#getbysolidityidresponse)                                             | Get the IDs in the format used in transactions, given the format used in Solidity       |
| `contractCallLocal`           | [ContractCallLocalResponse](/hedera/sdks-and-apis/hedera-api/smart-contracts/contractcalllocal#contractcalllocalresponse)                                     | Response to call a function of a smart contract instance                                |
| `contractGetBytecodeResponse` | [ContractGetBytecodeResponse](/hedera/sdks-and-apis/hedera-api/smart-contracts/contractgetbytecode)                                                           | Get the bytecode for a smart contract instance                                          |
| `contractGetInfo`             | [ContractGetInfoResponse](/hedera/sdks-and-apis/hedera-api/smart-contracts/contractgetinfo#contractgetinforesponse)                                           | Get information about a smart contract instance                                         |
| `contractGetRecordsResponse`  | [ContractGetRecordsResponse](https://github.com/theekrystallee/hedera-style-guide/blob/sdk-v1/deprecated/hedera-api/miscellaneous/broken-reference/README.md) | Get all existing records for a smart contract instance                                  |
| `cryptogetAccountBalance`     | [CryptoGetAccountBalanceResponse](/hedera/sdks-and-apis/hedera-api/cryptocurrency-accounts/cryptogetaccountbalance)                                           | Get the current balance in a cryptocurrency account                                     |
| `cryptoGetAccountRecords`     | [CryptoGetAccountRecordsResponse](/hedera/sdks-and-apis/hedera-api/cryptocurrency-accounts/cryptogetaccountrecords)                                           | Get all the records that currently exist for transactions involving an account          |
| `cryptoGetInfo`               | [CryptoGetInfoResponse](/hedera/sdks-and-apis/hedera-api/cryptocurrency-accounts/cryptogetinfo#cryptogetinforesponse)                                         | Get all information about an account                                                    |
| `cryptoGetLiveHash`           | [CryptoGetLiveHashResponse](/hedera/sdks-and-apis/hedera-api/cryptocurrency-accounts/cryptogetinfo)                                                           | Get a single claim from a single account (or null if it doesn't exist)                  |
| `cryptoGetProxyStakers`       | [CryptoGetStakersResponse](/hedera/sdks-and-apis/hedera-api/cryptocurrency-accounts/cryptogetstakers)                                                         | Get all the accounts that proxy stake to a given account, and how much they proxy stake |
| `fileGetContents`             | [FileGetContentsResponse](/hedera/sdks-and-apis/hedera-api/file-service/filegetcontents)                                                                      | Get the contents of a file (the bytes stored in it)                                     |
| `fileGetInfo`                 | [FileGetInfoResponse](/hedera/sdks-and-apis/hedera-api/file-service/filegetinfo)                                                                              | Get information about a file, such as its expiration date                               |
| `transactionGetReceipt`       | [TransactionGetReceiptResponse](/hedera/sdks-and-apis/hedera-api/miscellaneous/transactiongetreceipt)                                                         | Get a receipt for a transaction (lasts 180 seconds)                                     |
| `transactionGetRecord`        | [TransactionGetRecordResponse](/hedera/sdks-and-apis/hedera-api/miscellaneous/transactiongetrecord)                                                           | Get a record for a transaction (lasts 1 hour)                                           |
| `transactionGetFastRecord`    | [TransactionGetFastRecordResponse](/hedera/sdks-and-apis/hedera-api/miscellaneous/transactiongetfastrecord)                                                   | Get a record for a transaction (lasts 180 seconds)                                      |
| `consensusGetTopicInfo`       | [ConsensusGetTopicInfoResponse](/hedera/sdks-and-apis/hedera-api/consensus/consensusgettopicinfo)                                                             | Parameters of and state of a consensus topic.                                           |
| `networkGetVersionInfo`       | [NetworkGetVersionInfoResponse](/hedera/sdks-and-apis/hedera-api/miscellaneous/networkgetversioninfo)                                                         | Semantic versions of Consensus Node and HAPI proto                                      |
| `tokenGetInfo`                | [TokenGetInfoResponse](/hedera/sdks-and-apis/hedera-api/token-service/tokengetinfo)                                                                           | Get all information about a token                                                       |
| `scheduleGetInfo`             | [ScheduleGetInfoResponse](/hedera/sdks-and-apis/hedera-api/schedule-service/schedulegetinfo)                                                                  | Get all information about a schedule entity                                             |
| `tokenGetAccountNftInfo`      | [TokenGetAccountNftInfoResponse](/hedera/sdks-and-apis/hedera-api/token-service/tokengetaccountnftinfo)                                                       | A list of the NFTs associated with the account                                          |
| `tokenGetNftInfo`             | [TokenGetNftInfoResponse](/hedera/sdks-and-apis/hedera-api/token-service/tokengetnftinfo)                                                                     | All information about an NFT                                                            |
| `tokenGetNftInfos`            | [TokenGetNftInfosResponse](/hedera/sdks-and-apis/hedera-api/token-service/tokengetinfo)                                                                       | A list of the NFTs for the token                                                        |
