GET
/
assets
/
collections
/
{collection_symbol}
/
metadata
Collection Metadata by Collection Symbol
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/assets/collections/{collection_symbol}/metadata \
  --header 'api-key: <api-key>'
{
  "data": {
    "chain": "btc",
    "createdAt": "Sun, 17 Sep 2023 06:38:15 GMT",
    "description": "A collection of 1/1 art inscribed forever on the Bitcoin Blockchain. All 1/1s are inscribed on special sats.",
    "discordLink": "",
    "imageURI": "https://creator-hub-prod.s3.us-east-2.amazonaws.com/ord-twick_pfp_1705357607896.jpeg",
    "inscriptionIcon": "736d7692fb2b405f7efdd05b57787a10bb0385b7dd394aa67654d62119e9d825i0",
    "labels": [],
    "max_inscription_number": "63111093",
    "min_inscription_number": "31921195",
    "name": "1/1 ART BY TWICK",
    "supply": 10,
    "symbol": "twick",
    "twitterLink": "https://twitter.com/Twickert_",
    "websiteLink": "https://www.artbytwick.com/"
  },
  "last_updated": {
    "block_hash": "00000000000000000001998e2059bcbb25f76fd0ef39db8ddfc5c31c5ea95f1f",
    "block_height": 876644
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

collection_symbol
string
required

Collection symbol (UTF-8)

Response

200
application/json

Requested data

The response is of type object.