> For the complete documentation index, see [llms.txt](https://docs.liquidapps.io/liquidapps-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liquidapps.io/liquidapps-documentation/dapp-network-services/dapp-network-services/liquidharmony/creating-an-oracle-request-uri/nodeos-history-get.md).

# Nodeos History Get

Query nodeos state history example with github link to code.

* [Nodeos History Get](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/oracles/oracle-self-history): `self_history://${code}/0/0/0/action_trace.act.data.account` - where code is `const code = 'test1';`

## NODEOS HISTORY GET

<mark style="color:blue;">`GET`</mark> `self_history://testselfhis/0/0/0/action_trace.act.data.memo`

Query nodeos state history

#### Path Parameters

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| request\_type | string | oracle request type |
| account       | string | account name        |
| pos           | string | position            |
| offset        | string | offset              |
| inner\_offset | string | innter offset       |
| field         | string | requested field     |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
