Fetching Collection Data
Get information about a collection
Use this Query to fetch information about a specific collection.
Below is an explanation of the response fields.
activeTokensCount
The number of tokens, in the collection, with non-zero balances.
balance
Balance of the collection.
collectionId
The unique identifier of the collection. Same with the contract address the collection is deployed in Tezos.
collectionName
The name of the collection.
description
The description of the collection.
metadata
The metadata attached to the collection. This is defined by the development upon the creation of the collection.
numTransactions
Number of all transaction (Tez transfer) operations, related to the collection.
tokenBalancesCount
Number of tokens that where ever created in this collection.
Fetch all created collections
Use the following Query to fetch the collections created by a specified wallet address.
The Query will return as a response, all the collectionIds that have been created from the specified wallet address.
You can further use each collectionId in order to fetch information about each collection.
Last updated