Relictum Node API
Requests to work with Relictum Node for developers
* `http://localhost/api/v`* `http://localhost/api/account/<none|id|address>?type=<transactions|balance>&count=<number>&page=<number>&token=<symbol>`* `http://localhost/api/account/0?type=transactions&count=3&token=GTN`* `http://localhost/api/account/1?type=transactions`* `http://localhost/api/account/?type=balance`* `http://localhost/api/account/fJgElq2WvcSncsfNgKhFmr3XwdTodtgR?type=balance`* `http://localhost/api/account/1?type=balance&token=GTN`* `http://localhost/api/account/?type=balance&token=GTN`* `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`* `http://localhost/api/chains/<chain_name>?count=30&page=2`* `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`Last updated