Get minting assets
Returns minting assets and any relevant context
Authorizations
API key passed in the header.
Query Parameters
Website ID
Organization ID
Minting Contract Asset ID
Comma-separated list of Minting Contract UUIDs
Token ID
Network
"abstract" | "abstractTestnet" | "apechain" | "arbitrum" | "avalanche" | "avalancheFuji" | "base" | "baseSepolia" | "berachain" | "berachainArtio" | "berachainBepolia" | "binance" | "bscTestnet" | "campTestnet" | "fantom" | "fantomTestnet" | "flowMainnet" | "mainnet" | "nexus" | "nexusTestnet" | "optimism" | "polygon" | "polygon_mumbai" | "skaleNebula" | "skaleEuropa" | "skaleCalypso" | "solana" | "sophon" | "sophonTestnet" | "sui" | "superseed" | "superseedSepolia" | "vanar" | "xai" | "zksync" | "coti" | "cotiTestnet" | "dogeosTestnet" | "morph" | "morphTestnet" | "morphHolesky" | "ultra" | "ultraTestnet" | "nitrograph" | "sepolia" | "optimism_sepolia" | "arbitrumSepolia" | "goerli" | "optimism_goerli" | "arbitrumGoerli" | "basecamp" | "somnia" | "zkverify" | "polkadot" | "kusama" | "horizen" | "horizenTestnet" | "robinhoodChain" | "robinhoodChainTestnet" | "flow_cadence"Contract Address
Whether to include metadata in the response
Whether to include deleted assets in the response
falseWallet Address
Status
"active" | "past"Currency Type
"loyalty" | "native"Sort Key
"price" | "startsAt" | "assetNr"Sort Dir
"asc" | "desc"Whether to include listed assets in the response
nullWhether to include hidden assets in the response
nullResponse
200
dataarray<object>requiredArray of minting assets
data.idstring<uuid>requiredUUID of the minting asset
hasNextPagebooleanrequiredIndicates if more pages are available
GET /api/minting/assets — query parameters: websiteId, organizationId, mintingContractAssetId, mintingContractIds, tokenId, network, contractAddress, includeMetadata, includeDeleted, walletAddress, status, currencyType, sortBy, sortDir, isListed, isHidden