v1

latestOpenAPI 3.0.0raw.githubusercontent.com2025-08-296916379.5 KB
assets

Fetch assets.

You can filter the result by specific asset / template data fields.You can add for example &template_data.rarity=common to only receive results which have an attribute "rarity" with the value "common". You can query specific asset data by using &immutable_data.rarity=common or &mutable_data.rarity=common .If you want to query a non text type you need to specify it explicitly (defaults to text type) like data:bool.foil=true or data:number.id=4 or data:text.rarity=common. Integers which are defined greater than 32 bit (eg 64 bit) in the schema need to be queried as text.

get/atomicassets/v1/assets

Query parameters

collection_namestring

Filter by collection name

schema_namestring

Filter by schema name

template_idinteger

Filter by template id

burnedboolean

Filter for burned assets

ownerstring

Filter by owner

matchstring

Search for input in asset name on template data

searchstring

Fuzzy search for input in asset name on template data

match_immutable_namestring

Search for input in asset name on asset immutable data

match_mutable_namestring

Search for input in asset name on asset mutable data

is_transferableboolean

Check if asset is transferable

is_burnableboolean

Check if asset is burnable

minterstring

Filter by account that minted the asset

burnerstring

Filter by account that burned the asset

initial_receiverstring

Filter by account that the asset was minted to

collection_blackliststring

Hide collections from result. Split multiple with ","

collection_whiteliststring

Show only results from specific collections. Split multiple with ","

only_duplicate_templatesboolean

Show only duplicate assets grouped by template

has_backed_tokensboolean

Show only assets that are backed by a token

has_template_buyofferboolean

Show only assets that have a listed template buyoffer

authorized_accountstring

Filter for assets the provided account can edit.

template_whiteliststring

Filter for multiple template ids split by ","

template_blackliststring

Dont include specific template ids split by ","

hide_templates_by_accountsstring

Dont templates that are owned by an account

hide_offersboolean

Hide assets which are used in an offer

collection_blackliststring

Hide collections from result. Split multiple with ","

collection_whiteliststring

Show only results from specific collections. Split multiple with ","

asset_idstring

seperate multiple ids with ","

idsstring

seperate multiple ids with ","

lower_boundstring

lower bound of primary key (value included)

upper_boundstring

upper bound of primary key (value excluded)

beforeinteger

Only show results before this timestamp in milliseconds (value excluded)

afterinteger

Only show results after this timestamp in milliseconds (value excluded)

pageinteger

Result Page

limitinteger

Results per Page

order'asc' | 'desc'

Order direction

sort'asset_id' | 'minted' | 'updated' | 'transferred' | 'template_mint' | 'name'

Column to sort

Response

OK

successboolean
query_timeinteger nullable
All 69 operations