List assets
This method returns a list of assets in your account. The API returns your assets sorted by creation date, with the newest at the top of the list.
Headers
x-api-key
Query parameters
page
A number that identifies the page to retrieve.
Default: 1
.
page_limit
The number of items to return on each page.
Default: 10
.
Max: 50
.
asset_ids
Filter assets by specific asset IDs.
Response
The assets have been successfully retrieved.
data
An array containing the assets.
page_info
An object that provides information about pagination.