> For the complete documentation index, see [llms.txt](https://docs.getblock.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getblock.io/api-reference/theta-network-theta.md).

# Theta Network (THETA)

- [theta.BroadcastRawTransaction - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_theta.broadcastrawtransaction.md): Example code for the theta.BroadcastRawTransaction json-rpc method. Сomplete guide on how to use theta.BroadcastRawTransaction json-rpc in GetBlock.io Web3 documentation.
- [theta.BroadcastRawTransactionAsync - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_theta.broadcastrawtransactionasync.md): Example code for the theta.BroadcastRawTransactionAsync json-rpc method. Сomplete guide on how to use theta.BroadcastRawTransactionAsync json-rpc in GetBlock.io Web3 documentation.
- [theta.CallSmartContract - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_theta.callsmartcontract.md): Example code for the theta.CallSmartContract json-rpc method. Сomplete guide on how to use theta.CallSmartContract json-rpc in GetBlock.io Web3 documentation.
- [theta.GetAccount - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_theta.getaccount.md): Example code for the theta.GetAccount json-rpc method. Сomplete guide on how to use theta.GetAccount json-rpc in GetBlock.io Web3 documentation.
- [theta.GetBlock - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_theta.getblock.md): Example code for the theta.GetBlock json-rpc method. Сomplete guide on how to use theta.GetBlock json-rpc in GetBlock.io Web3 documentation.
- [theta.GetBlockByHeight - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_theta.getblockbyheight.md): Example code for the theta.GetBlockByHeight json-rpc method. Сomplete guide on how to use theta.GetBlockByHeight json-rpc in GetBlock.io Web3 documentation.
- [theta.GetPendingTransactions - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_theta.getpendingtransactions.md): Example code for the theta.GetPendingTransactions json-rpc method. Сomplete guide on how to use theta.GetPendingTransactions json-rpc in GetBlock.io Web3 documentation.
- [theta.GetStatus - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_theta.getstatus.md): Example code for the theta.GetStatus json-rpc method. Сomplete guide on how to use theta.GetStatus json-rpc in GetBlock.io Web3 documentation.
- [theta.GetTransaction - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_theta.gettransaction.md): Example code for the theta.GetTransaction json-rpc method. Сomplete guide on how to use theta.GetTransaction json-rpc in GetBlock.io Web3 documentation.
- [theta.GetVersion - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_theta.getversion.md): Example code for the theta.GetVersion json-rpc method. Сomplete guide on how to use theta.GetVersion json-rpc in GetBlock.io Web3 documentation.
- [thetacli.IsKeyUnlocked {disallowed} - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_thetacli.iskeyunlocked.md): Example code for the thetacli.IsKeyUnlocked  {disallowed} json-rpc method. Сomplete guide on how to use thetacli.IsKeyUnlocked  {disallowed} json-rpc in GetBlock.io Web3 documentation.
- [thetacli.ListKeys {disallowed} - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_thetacli.listkeys.md): Example code for the thetacli.ListKeys  {disallowed} json-rpc method. Сomplete guide on how to use thetacli.ListKeys  {disallowed} json-rpc in GetBlock.io Web3 documentation.
- [thetacli.LockKey {disallowed} - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_thetacli.lockkey.md): Example code for the thetacli.LockKey  {disallowed} json-rpc method. Сomplete guide on how to use thetacli.LockKey  {disallowed} json-rpc in GetBlock.io Web3 documentation.
- [thetacli.NewKey {disallowed} - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_thetacli.newkey.md): Example code for the thetacli.NewKey  {disallowed} json-rpc method. Сomplete guide on how to use thetacli.NewKey  {disallowed} json-rpc in GetBlock.io Web3 documentation.
- [thetacli.Send - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_thetacli.send.md): Example code for the thetacli.Send json-rpc method. Сomplete guide on how to use thetacli.Send json-rpc in GetBlock.io Web3 documentation.
- [thetacli.UnlockKey {disallowed} - Theta Network](https://docs.getblock.io/api-reference/theta-network-theta/theta_thetacli.unlockkey.md): Example code for the thetacli.UnlockKey  {disallowed} json-rpc method. Сomplete guide on how to use thetacli.UnlockKey  {disallowed} json-rpc in GetBlock.io Web3 documentation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.getblock.io/api-reference/theta-network-theta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
