schemas
Fetch schemas
get/atomicassets/v1/schemas
Query parameters
collection_namestring
Get all schemas within the collection
authorized_accountstring
Filter for schemas the provided account can edit
schema_namestring
Schema name
matchstring
Search for input in schema name
collection_blackliststring
Hide collections from result. Split multiple with ","
collection_whiteliststring
Show only results from specific collections. Split multiple with ","
schema_namestring
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'created' | 'schema_name' | 'assets'
Column to sort
Response
OK