# Functions

- [ActualFeeGet()](https://centr.gitbook.io/netcs/api/functions/actualfeeget.md): Retrieve Actual Fee with given size
- [ContractAllMethodsGet()](https://centr.gitbook.io/netcs/api/functions/contractallmethodsget.md): Retrieve Methods of a Contract
- [StatsGet()](https://centr.gitbook.io/netcs/api/functions/statsget.md)
- [SyncState()](https://centr.gitbook.io/netcs/api/functions/syncstate.md): Retrieve Sync Status of the give node (IP/PORT)
- [SendTransaction()](https://centr.gitbook.io/netcs/api/functions/sendtransaction.md)
- [SmartContractCompile()](https://centr.gitbook.io/netcs/api/functions/smartcontractcompile.md): Compile Smart Contract Code
- [SmartContractDataGet()](https://centr.gitbook.io/netcs/api/functions/smartcontractdataget.md): Retrieve Data of a Contract by Contract Address
- [SmartContractGet()](https://centr.gitbook.io/netcs/api/functions/smartcontractget.md)
- [SmartContractsListGet()](https://centr.gitbook.io/netcs/api/functions/smartcontractslistget.md)
- [SmartMethodParamsGet()](https://centr.gitbook.io/netcs/api/functions/smartmethodparamsget.md): Retrieve Method Parameters of given Contract
- [TransactionGet()](https://centr.gitbook.io/netcs/api/functions/transactionget.md): Retrieve a single transaction
- [TransactionsGet()](https://centr.gitbook.io/netcs/api/functions/transactionsget.md): Retrieve a list of Transactions recorded on the given PublicKey
- [TransactionsListGet()](https://centr.gitbook.io/netcs/api/functions/transactionslistget.md): Retrieve general Transactions from Blockchain
- [TransactionsStateGet()](https://centr.gitbook.io/netcs/api/functions/transactionsstateget.md)
- [TokenBalancesGet()](https://centr.gitbook.io/netcs/api/functions/tokenbalancesget.md): Retrieve Token Balances for Given Public Key
- [TokenTransferGet()](https://centr.gitbook.io/netcs/api/functions/tokentransferget.md)
- [TokenTransfersGet()](https://centr.gitbook.io/netcs/api/functions/tokentransfersget.md)
- [TokenTransfersListGet()](https://centr.gitbook.io/netcs/api/functions/tokentransferslistget.md)
- [TokenInfoGet()](https://centr.gitbook.io/netcs/api/functions/tokeninfoget.md)
- [TokenWalletTransfersGet()](https://centr.gitbook.io/netcs/api/functions/tokenwallettransfersget.md)
- [TokenHoldersGet()](https://centr.gitbook.io/netcs/api/functions/tokenholdersget.md)
- [TokensListGet()](https://centr.gitbook.io/netcs/api/functions/tokenslistget.md): Retrieve List of Tokens with given Parameters
- [TrustedGet()](https://centr.gitbook.io/netcs/api/functions/trustedget.md): Retrieve Trusted of Round
- [PoolInfoGet()](https://centr.gitbook.io/netcs/api/functions/poolinfoget.md): Retrieve a single pool with give parameters
- [PoolListGet()](https://centr.gitbook.io/netcs/api/functions/poollistget.md): Retrieve General Pool List
- [PoolListGetStable()](https://centr.gitbook.io/netcs/api/functions/poollistgetstable.md): Retrieve Pool List from specific Sequence
- [PoolTransactionsGet()](https://centr.gitbook.io/netcs/api/functions/pooltransactionsget.md): Retrieve Transactions for Given Block
- [WalletGetBalance()](https://centr.gitbook.io/netcs/api/functions/retrieving-balance.md): Retrieve Balance of given PublicKey
- [WalletTransactionsCountGet()](https://centr.gitbook.io/netcs/api/functions/wallettransactionscountget.md): Retrieve Total Transaction count of Wallet
- [WalletIdGet()](https://centr.gitbook.io/netcs/api/functions/walletidget.md): Retrieve Wallet ID
- [WalletDataGet()](https://centr.gitbook.io/netcs/api/functions/walletdataget.md): Retrieve data about Wallet
- [WalletsGet()](https://centr.gitbook.io/netcs/api/functions/walletsget.md): Retrieve General Wallets


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://centr.gitbook.io/netcs/api/functions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
