> 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/nervos-ckb/godwoken.md).

# Godwoken

- [eth\_blocknumber tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_blocknumber-tempo.md)
- [eth\_call tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_call-tempo.md)
- [eth\_chainid tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_chainid-tempo.md)
- [eth\_estimategas tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_estimategas-tempo.md)
- [eth\_feehistory tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_feehistory-tempo.md)
- [eth\_gasprice tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_gasprice-tempo.md)
- [eth\_getbalance tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_getbalance-tempo.md)
- [eth\_getblockbyhash tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_getblockbyhash-tempo.md)
- [eth\_getblockbynumber tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_getblockbynumber-tempo.md)
- [eth\_getblockreceipts tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_getblockreceipts-tempo.md)
- [eth\_getcode tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_getcode-tempo.md)
- [eth\_getlogs tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_getlogs-tempo.md)
- [eth\_getstorageat tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_getstorageat-tempo.md)
- [eth\_gettransactionbyhash tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_gettransactionbyhash-tempo.md)
- [eth\_gettransactioncount tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_gettransactioncount-tempo.md)
- [eth\_gettransactionreceipt tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_gettransactionreceipt-tempo.md)
- [eth\_maxpriorityfeepergas tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_maxpriorityfeepergas-tempo.md)
- [eth\_sendrawtransaction tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_sendrawtransaction-tempo.md)
- [eth\_subscribe tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_subscribe-tempo.md)
- [eth\_syncing tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_syncing-tempo.md)
- [eth\_unsubscribe tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/eth_unsubscribe-tempo.md)
- [net\_listening tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/net_listening-tempo.md)
- [net\_peercount tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/net_peercount-tempo.md)
- [net\_version tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/net_version-tempo.md)
- [web3\_clientversion tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/web3_clientversion-tempo.md)
- [web3\_sha3 tempo](https://docs.getblock.io/api-reference/nervos-ckb/godwoken/web3_sha3-tempo.md)


---

# 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/nervos-ckb/godwoken.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.
