API Reference

Get the global addresses owned by the owner (paginated)

Returns at most 50 global addresses per query. The nextPageKey in the response is the last address from the current page. Use it as the pageKey parameter for the next request to get addresses that come after it. If the pageKey does not exist for this owner or if there are no addresses after the pageKey, an empty array will be returned.

Log in to see full request history
Path Params
string
required

The address of the owner

Query Params
string

Optional key for pagination. This should be the last address from the previous page. The query will return addresses that come after this one. If the pageKey does not exist or is the last address, an empty array will be returned.

Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json