A paginated endpoint to discover which global entities hold the most of a given resource.
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.
This cursor allows forward pagination, by providing the cursor from the previous request.
The page size requested.
Bech32m-encoded human readable version of the address.
Resource holders
Total number of items in underlying collection, fragment of which is available in items
collection.
If specified, contains a cursor to query next page of the items
collection.