Aravind 84b518b8d3 rpc: Add /consensus_params endpoint (#2415)
* Add /consensus_params endpoint
* Incorporated change https://github.com/tendermint/tendermint/pull/2415#discussion_r219078049
* Fixed an error in pervious commit
2018-09-20 14:31:20 +02:00
..
2018-07-27 04:23:19 +02:00
2018-07-24 21:18:20 -04:00
2018-09-12 21:03:17 +04:00
2018-09-18 22:26:43 +02:00
2018-09-18 22:26:43 +02:00
2018-09-18 22:26:43 +02:00
2018-07-01 22:36:49 -04:00

Tendermint RPC

We are using Slate to power our RPC documentation. For generating markdown use:

go get github.com/davecheney/godoc2md

# from root of this repo
make rpc-docs

Pagination

Requests that return multiple items will be paginated to 30 items by default. You can specify further pages with the ?page parameter. You can also set a custom page size up to 100 with the ?per_page parameter.