LogoLogo
Landing PageMarketplaceDeveloper PortalDeveloper Discord
  • 👋Welcome to Altura
  • Getting started
    • 🚀Altura NFTs
    • 🛍️The Altura Marketplace
    • 🪅Minting & Importing NFTs
    • 👔Users & Authentication
    • 🔑Altura Guard
  • 💻Developer Portal
    • 🧰The Developer Wallet
  • 🌐REST API
    • 🎴Get Your API Key
    • 🔧Methods
      • 🛡️Authenticate User
      • 👤Get User
      • 👥Get Users
      • 🖼️Get a User's Items
      • 🖼️Get Item
      • 🌈Get Items
      • 👾Get an Item's Holders
      • 📜Get an Item's History
      • 💠Transfer ERC1155
      • 💠Transfer ERC721
      • 💠Bulk Transfer ERC1155
      • 🔮Update an Item's Properties
      • ✍️Update an Item's data
      • 🧬Bulk Update an Item's Properties
      • 🪄Update an Item's Image
      • 📸Add a New Image
      • 🪟Mint Additional Supply
      • 📁Get Collection
      • 🗂️Get Collections
      • 🪄Update Collection
      • 🪙Transfer ERC20
      • ☑️Verify item Ownership
      • 🪙Check User's ERC20 Balance
      • 💰Check User's Balance
  • 🔆JavaScript SDK
    • 🛠️Installation
    • 🔧Methods
      • 🛡️Authenticate User
      • 👤Get User
      • 👥Get Users
      • 🖼️Get User's Items
      • 🖼️Get Item
      • 🌈Get Items
      • 👾Get an Item's Holders
      • 📜Get an Item's History
      • 💠Transfer ERC1155
      • 💠Transfer ERC721
      • 💠Bulk Transfer ERC1155
      • 🪟Mint Additional Supply
      • 🔮Update Property
      • 🪄Update Primary Image
      • 🆕Add a New Image
      • 📁Get Collection
      • 🗂️Get Collections
      • 🪄Update Collection
      • 🪙Transfer ERC20
    • 🎛️Schemas
    • ⌨️Connector API
  • 🕹️Unity SDK
    • 🛠️Installation
    • 🔧Methods
      • 🛡️Authenticate User
      • 👤Get User
      • 👥Get Users
      • 🖼️Get User's Items
      • 🖼️Get Item
      • 🌈Get Items
      • 👾Get an Item Holders
      • 📜Get an Item's History
      • 💠Transfer ERC1155
      • 💠Transfer ERC721
      • 💠Bulk Transfer ERC1155
      • 🪟Mint Additional Supply
      • 🔮Update Property
      • 🪄Update Primary Image
      • 📁Get Collection
      • 🗂️Get Collections
      • 🪄Update Collection
      • 🪙Transfer ERC20
    • 🎛️Schema
  • More
    • 🏷️White Label Marketplaces
    • 🛒List Your Game on the Altura Marketplace
    • ☑️Get Your Collection Verified
    • 🎁Create a Loot Box
  • 🎮Unreal SDK (ALPHA)
    • 🛠️Installation (Alpha)
    • 🛡️Authenticate User
    • 👤Get User
    • 👥Get Users
    • 🖼️Get Item
    • 🌈Get Items
    • 👾Get an Item's Holders
    • 📜Get an Item's History
    • 📁Get Collection
    • 📂Get Collections
    • 🪙Get User ERC20 balance
Powered by GitBook
On this page
  • Get a single collection by address
  • Returns a single collection

Was this helpful?

  1. REST API
  2. Methods

Get Collection

Get a single collection by address

Returns a single collection

GET https://api.alturanft.com/api/v2/collection/:address

Takes a collection's address and returns that collection

Path Parameters

Name
Type
Description

address*

String

The collection's address

{
  "collection": {
    "address": "0x78e99615063da7c12c247e6bc01240da00df77ae",
    "name": "The Hatchables",
    "description": "The Hatchables Collection are the NFTs that drop from Altura's first-ever loot box. The Hatchables are Smart NFT Eggs that crack over time until hatching into their final unknown form. There are five different levels of rarity: legendary, super-rare, rare, uncommon, and common. After each crack, something special will occur for the holders of the Legendary and super-rare tier NFTs.",
    "genre": "Collectibles",
    "image": "https://ipfs.io/ipfs/QmSf9S4YJRjFGTomiQAXRNwgfn6XWsZX9v7CWnFZhMv2wK",
    "imageHash": "QmSf9S4YJRjFGTomiQAXRNwgfn6XWsZX9v7CWnFZhMv2wK",
    "ownerAddress": "0xcaf45074fc329692995d812aeb099070c7fdee2b",
    "slug": "the-hatchables",
    "uri": "https://api.alturanft.com/meta/the-hatchables/",
    "website": "https://www.alturanft.com/",
    "mintDate": "2021-11-10T18:05:14.286Z",
    "chainId": 56,
    "holders": 2771,
    "volume_1d": 0,
    "volume_1w": 21.404910609999998,
    "volume_30d": 559.3055763599999,
    "volume_all": 174393.3654527347,
    "imageUrl": "https://altura-marketplace-1.s3.us-east-2.amazonaws.com/56-0x78e99615063da7c12c247e6bc01240da00df77ae_956b45d9-0e89-4d11-ab8e-540cbe5075a8.png"
  }
}
{
    // Response
}
PreviousMint Additional SupplyNextGet Collections

Last updated 2 years ago

Was this helpful?

🌐
🔧
📁