Collection by ID

This endpoint is used to retrieve the metadata & market data associated with an ordinal collection, based on the ordinal collection ID.

get

Get metadata and market info for an Ordinals collection.

Authorizations
Path parameters
collectionIdstringRequired
Responses
200
Default Response
application/json
get
GET /v1/ordinals/collections/{collectionId} HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
  "id": "text",
  "symbol": "text",
  "name": "text",
  "description": "text",
  "supply": "text",
  "holderCount": "text",
  "floorPrice": {
    "valueInSats": "text",
    "valueInUsd": "text"
  },
  "marketCap": {
    "valueInSats": "text",
    "valueInUsd": "text"
  },
  "links": {
    "coinMarketCap": "text",
    "telegram": "text",
    "twitter": "text",
    "discord": "text",
    "website": "text"
  }
}

Last updated