# Relictum Node API

```
* `http://localhost/api/v`
```

{% code overflow="wrap" %}

```html
* `http://localhost/api/account/<none|id|address>?type=<transactions|balance>&count=<number>&page=<number>&token=<symbol>`
```

{% endcode %}

{% code overflow="wrap" %}

```html
* `http://localhost/api/account/0?type=transactions&count=3&token=GTN`
```

{% endcode %}

{% code overflow="wrap" %}

```
* `http://localhost/api/account/1?type=transactions`
```

{% endcode %}

{% code overflow="wrap" %}

```
* `http://localhost/api/account/?type=balance`
```

{% endcode %}

{% code overflow="wrap" %}

```
* `http://localhost/api/account/fJgElq2WvcSncsfNgKhFmr3XwdTodtgR?type=balance`
```

{% endcode %}

{% code overflow="wrap" %}

```html
* `http://localhost/api/account/1?type=balance&token=GTN`
```

{% endcode %}

{% code overflow="wrap" %}

```html
* `http://localhost/api/account/?type=balance&token=GTN`
```

{% endcode %}

```
* `http://localhost/api/transactions/count`
```

```
* `http://localhost/api/transactions`
```

```
* `http://localhost/api/transactions/10`
```

```
* `http://localhost/api/transactions/?count=3&page=1`
```

```
* `http://localhost/api/chains`
```

{% code overflow="wrap" %}

```html
* `http://localhost/api/chains/<chain_name>?count=30&page=2`
```

{% endcode %}

```
* `http://localhost/api/chains/master?count=30&page=2`
```

```
* `http://localhost/api/node/1`
```

```
* `http://localhost/api/node/?identity=123412340`
```

```
* `http://localhost/api/transaction/?txid=2`
```

```
* `http://localhost/api/transaction/1`
```

{% code overflow="wrap" %}

```
* `http://localhost/api/transaction/?txhash=84cb3a400910149b4c082990a6d130a27556a82a17dfb300112adf3a4693e094`
```

{% endcode %}

{% code overflow="wrap" %}

```html
* `http://localhost/api/transaction/84cb3a400910149b4c082990a6d130a27556a82a17dfb300112adf3a4693e094`
```

{% endcode %}
