Optional. This allows for a request to be made against a historic state.
If a constraint is specified, the Gateway will resolve the request against the ledger state at that time.
If not specified, requests will be made with respect to the top of the committed ledger.
cursornullable string
This cursor allows forward pagination, by providing the cursor from the previous request.
limit_per_pagenullable integer
The page size requested.
account_address*string
Bech32m-encoded human readable version of the address.
Response
Account resource preferences page
Body
ledger_state*object
The ledger state against which the response was generated.
Can be used to detect if the Network Gateway is returning up-to-date information.
total_countnullable integer (int64)
Total number of items in underlying collection, fragment of which is available in `items` collection.
next_cursornullable string
If specified, contains a cursor to query next page of the `items` collection.
items*array of object
account_address*string
Bech32m-encoded human readable version of the address.