v1

latestOpenAPI 3.0.0MIT2026-07-171769101.7 KB

Query any projected NFT. Learn more <u>here</u>.

post/projected-nft/range

Request body

limitnumber double
addressstring
untilBlockstring required

block hash - inclusive

Example request

{
  "after": {
    "tx": "336d520af58ff440b2f20210ddb5ef5b2c035e0ec7ec258bae4b519a87fa1696",
    "block": "2548ad5d0d9d33d50ab43151f574474454017a733e307229fa509c4987ca9782"
  },
  "untilBlock": "cf8c63a909d91776e27f7d05457e823a9dba606a7ab499ac435e7904ee70d7c8"
}

Response

txIdstring required

Transaction id of related Projected NFT event

blockstring required

Example response

[
  {
    "txId": "28eb069e3e8c13831d431e3b2e35f58525493ab2d77fde83184993e4aa7a0eda",
    "payload": [
      {
        "forHowLong": "1701266986000",
        "plutusDatum": "d8799fd8799f581c9040f057461d9adc09108fe5cb630077cf75c6e981d3ed91f6fb18f6ffd87980ff",
        "amount": "1",
        "assetName": "415045",
        "policyId": "96f7dc9749ede0140f042516f4b723d7261610d6b12ccb19f3475278",
        "previousTxOutputIndex": 1,
        "previousTxHash": "28eb069e3e8c13831d431e3b2e35f58525493ab2d77fde83184993e4aa7a0eda",
        "actionOutputIndex": 1,
        "ownerAddress": "9040f057461d9adc09108fe5cb630077cf75c6e981d3ed91f6fb18f6",
        "actionSlot": 512345
      }
    ]
  }
]