Get collection
Fetches a collection by its unique identifier (ID) or slug. Use the type
query parameter to specify whether to query by ID
or SLUG
. Defaults to querying by slug.
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The ID or slug of the collection.
Query Parameters
Specify whether to query by collection ID
or SLUG
. Defaults to SLUG
if not provided.
ID
, SLUG
Response
The unique identifier of the collection.
The name of the collection.
The type of the collection.
The description of the collection.
The quantity of items in the collection.
The status of the collection.
ACTIVE
, DRAFT
, PENDING_APPROVAL
, ARCHIVED
The slug of the collection.
Keywords associated with the collection.
Redirect URL for the collection.
Store URL for the collection.
Purchase URL for the collection.
The gallery items related to the collection.
The blockchain chain of the collection.
ETH
, POLY
, BASE
, ETH_SEPOLIA
, BASE_SEPOLIA
, POLY_AMOY
, OP
Indicates whether product registration is required.
Template for the product name.
The drop date of the collection.
The drop price of the collection.
The currency used for the drop price.
ETH
, USD
, USDC
, EUR
, GBP
, MATIC
, SOL
Additional attributes of the collection.
Variants of the collection.
The timestamp when the collection was created.
The timestamp when the collection was last updated.