🎨Unconfirmed Inscriptions (Mempool)
get
List all unconfirmed inscriptions an address owns.
Authorizations
Path parameters
addressstring · BitcoinAddress · min: 10RequiredDefault:
bc1q0egjvlcfq77cxd9kvpgppyuxckzvws46e3sxchQuery parameters
offsetnumberOptionalDefault:
0limitnumber · min: 25 · max: 60OptionalDefault:
60Responses
200
Inscriptions owned by the address
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
/v1/mempool/ordinals/address/{address}/inscriptionsGET /v1/mempool/ordinals/address/{address}/inscriptions HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"limit": 1,
"offset": 1,
"items": [
{
"id": "text",
"offset": 1,
"parentIds": [
"text"
],
"delegateId": "text",
"contentType": "text",
"contentLength": 1,
"effectiveContentType": "text",
"number": 1,
"sat": 1,
"charms": [
"text"
],
"currentOutput": "text",
"currentAddress": "text",
"value": 1,
"contentUrl": "text",
"renderUrl": "text",
"collectionId": "text",
"collectionName": "text",
"collectionFloorPrice": {
"valueInSats": "text",
"valueInUsd": "text"
},
"lastInscriptionSalePrice": {
"valueInSats": "text",
"valueInUsd": "text"
}
}
]
}Last updated