Get minting assets
Returns minting assets and any relevant context
GET
Returns minting assets and any relevant context
Loading code example
Loading code example
Authorizations
apiKeyAuthstringheaderrequired
API key passed in the header.
Query Parameters
websiteIdstring<uuid>required
Website ID
organizationIdstring<uuid>required
Organization ID
mintingContractAssetIdstring
Minting Contract Asset ID
mintingContractIdsstring
Comma-separated list of Minting Contract UUIDs
tokenIdany
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"
Network
Allowed values:
"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"contractAddressstring
Contract Address
includeMetadataboolean
Whether to include metadata in the response
includeDeletedbooleandefault: false
Whether to include deleted assets in the response
Default:
falsewalletAddressany
Wallet Address
status"active" | "past"
Status
Allowed values:
"active" | "past"currencyType"loyalty" | "native"
Currency Type
Allowed values:
"loyalty" | "native"sortBy"price" | "startsAt" | "assetNr"
Sort Key
Allowed values:
"price" | "startsAt" | "assetNr"sortDir"asc" | "desc"
Sort Dir
Allowed values:
"asc" | "desc"isListedbooleandefault: null
Whether to include listed assets in the response
Default:
nullisHiddenbooleandefault: null
Whether to include hidden assets in the response
Default:
nullResponse
application/json
200
dataarray<object>requiredArray of minting assets
data.idstring<uuid>requiredUUID of the minting asset
hasNextPagebooleanrequiredIndicates if more pages are available