Skip to main content
GET
List the authenticated account's Mint assets

Authorizations

Authorization
string
header
required

Mint API key sent as a Bearer token.

Query Parameters

limit
integer
default:20

Maximum number of resources to return.

Required range: 1 <= x <= 100
cursor
string

Cursor returned from the previous page's pagination.nextCursor.

type
enum<string>

Limit the account catalog to one asset type.

Available options:
world,
model,
asset_pack,
material,
material_pack,
image,
audio,
reference_image

Response

Paginated account asset catalog.

A page of account-owned Mint assets.

data
object[]
required

Assets in this page.

pagination
object
required

Pagination state for this page.