You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
243 B

  1. # Tendermint RPC
  2. ## Pagination
  3. Requests that return multiple items will be paginated to 30 items by default.
  4. You can specify further pages with the ?page parameter. You can also set a
  5. custom page size up to 100 with the ?per_page parameter.