github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/tm2/pkg/bft/rpc/core/README.md (about)

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