v1

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

Fetch templates.

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/templates

Query parameters

collection_namestring

Get all templates within the collection

schema_namestring

Get all templates which implement that schema

issued_supplynumber

Filter by issued supply

min_issued_supplynumber

Filter by issued supply

max_issued_supplynumber

Filter by issued supply

has_assetsboolean

Only show templates with existing supply > 0

max_supplynumber

Filter by max supply

is_burnableboolean

Filter by burnable

is_transferableboolean

Filter by transferable

authorized_accountstring

Filter for templates the provided account can use

matchstring

Search for template id or

collection_blackliststring

Hide collections from result. Split multiple with ","

collection_whiteliststring

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

template_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'name' | 'created'

Column to sort

Response

OK

successboolean
query_timeinteger nullable