Skip to content

Commit

Permalink
Fixed broken OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
krzlabrdx committed Aug 19, 2024
1 parent edf3968 commit 810af6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ paths:
More specifically, it returns a page of global entities which hold the given resource, ordered descending by the total fungible balance / total count of non-fungibles stored in vaults in the state tree of that entity (excluding unclaimed royalty balances).
This endpoint operates only at the **current state version**, it is not possible to browse historical data.
Because of that, it is not possible to offer stable pagination as data constantly changes. Balances might change between pages being read, which might result in gaps or some entries being returned twice.
Under default Gateway configuration, up to 100 entries are returned per response. This can be increased up to 1000 entries per page with the `limit_per_page` parameter.
Under default Gateway configuration, up to 100 entries are returned per response. This can be increased up to 1000 entries per page with the `limit_per_page` parameter.
tags:
- Extensions
requestBody:
Expand Down

0 comments on commit 810af6f

Please sign in to comment.