Inscription by ID
This endpoint can be used to retrieve the information & metadata of a specific inscription ID.
get
Get inscription info with collection & pricing. Collection and price fields will be undefined if not available.
Authorizations
Path parameters
inscriptionIdstringRequiredExample:
5f3dafcdd142358b332e0939d37174b76472735df8df29325901d2c7d18a152ci2
Responses
200
Default Response
application/json
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
GET /v1/inscriptions/{inscriptionId} 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