🎨Unconfirmed Inscriptions (Mempool)

get

List all unconfirmed inscriptions an address owns.

Authorizations
Path parameters
addressstring · BitcoinAddress · min: 10RequiredDefault: bc1q0egjvlcfq77cxd9kvpgppyuxckzvws46e3sxch
Query parameters
offsetnumberOptionalDefault: 0
limitnumber · min: 25 · max: 60OptionalDefault: 60
Responses
200

Inscriptions owned by the address

application/json
get
/v1/mempool/ordinals/address/{address}/inscriptions
GET /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