Inscriptions by IDs

This endpoint returns the information & metadata for multiple inscription IDs in a single request.

get

Get inscription info with collection & pricing for a batch of Inscriptions by IDs. Collection and price fields will be undefined if not available. The inscriptionIds query parameter should be a comma-separated list of Inscription IDs.

Authorizations
Query parameters
inscriptionIdsstring Β· min: 1RequiredExample: 5f3dafcdd142358b332e0939d37174b76472735df8df29325901d2c7d18a152ci2
Responses
200

Default Response

application/json
get
GET /v1/inscriptions/batch HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
[
  {
    "id": "text",
    "offset": 1,
    "parentIds": [
      "text"
    ],
    "delegateId": "text",
    "blockHeight": 1,
    "contentType": "text",
    "contentLength": 1,
    "effectiveContentType": "text",
    "number": 1,
    "sat": 1,
    "charms": [
      "text"
    ],
    "currentOutput": "text",
    "currentAddress": "text",
    "lastTransferHeight": 1,
    "lastTransferTimestamp": 1,
    "value": 1,
    "contentUrl": "text",
    "renderUrl": "text",
    "collectionId": "text",
    "collectionSymbol": "text",
    "collectionName": "text",
    "collectionFloorPrice": {
      "valueInSats": "text",
      "valueInUsd": "text"
    },
    "lastInscriptionSalePrice": {
      "valueInSats": "text",
      "valueInUsd": "text"
    },
    "indexerHeight": 1
  }
]

Last updated