Collections

post

Search mintable collections using filter criteria

Body

Struct used to filter mintable collections.

namestring | nullOptional
sortarray | nullOptional
limitinteger | nullOptional
offsetinteger | nullOptional
Responses
200

Paginated collections

application/json
post
/collection/mintable/multi-search
post

Get multiple collections using filter criteria

Body

Struct used to filter collections.

namestring | nullOptional
sortarray | nullOptional
limitinteger | nullOptional
offsetinteger | nullOptional
addressstring | nullOptional
Responses
200

Paginated collections

application/json
post
/collection/multi-search
post

Get mintable collections by ids

Body
idsstring[]Required
Responses
200

List of mintable collections

application/json
post
/collection/mintable/id
get

Get details for a single collection by ID

Path parameters
idstringRequired

ID of the collection

Responses
200

Collection

application/json
Responseone of
or
get
/collection/id/{id}
get

Get multiple collection details by IDs

Query parameters
idsstring[]Required
Responses
200

List of collections

application/json
get
/collection/ids
get

Get multiple collection that match the name query

Query parameters
namesstring[]Required
Responses
200

List of collections

application/json
get
/collection/names

Last updated