tendermint/rpc/core/README.md

8 lines
243 B
Markdown
Raw Permalink Normal View History

2017-06-01 19:01:48 +03:00
# Tendermint RPC
2018-05-14 16:01:49 +04:00
## 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.