Collections

🎨 Collections API

Access iNFT collection data and statistics.

Collection Tiers:

  • Gold: Premium tier (limited supply)

  • Silver: Mid-tier collection

  • Bronze: Entry-level tier

Data Includes:

  • Minting progress and supply

  • Royalty information

  • Contract addresses

  • Collection statistics

List all collections

get

Retrieve information about all iNFT collections (Gold, Silver, Bronze) including statistics, minting progress, and metadata.

Returns:

  • Collection metadata and contract addresses

  • Minting progress and supply information

  • Royalty percentages

  • Overall summary statistics

Responses
chevron-right
200

OK

application/json
get
/collections

Get collection by tier

get

Retrieve detailed information about a specific collection tier.

Available Tiers:

  • gold - Premium tier with limited supply

  • silver - Mid-tier collection

  • bronze - Entry-level tier

Path parameters
tierstring · enumRequired

Collection tier

Example: goldPossible values:
Responses
chevron-right
200

OK

application/json
get
/collections/{tier}

List twins in collection

get

Retrieve all twins belonging to a specific collection tier with pagination support.

Use Cases:

  • Browse all Gold tier twins

  • Get paginated results for large collections

  • Filter twins by collection membership

Path parameters
tierstring · enumRequired

Collection tier to filter twins

Example: silverPossible values:
Query parameters
limitinteger · min: 1 · max: 50Optional

Maximum number of twins per page (max 50)

Example: 20
offsetintegerOptional

Number of twins to skip for pagination

Example: 0
Responses
chevron-right
200

OK

application/json
get
/collections/{tier}/twins

Last updated