Metadata

Returns metadata about an output by its identifier.

get

Returns metadata about an output by its identifier.

Path parameters
outputIdstringRequired

Identifier of the output encoded in hex. An output is identified by the concatenation of transactionId+outputIndex. Hex-encoded with 0x prefix.

Example: 0xfa0de75d225cca2799395e5fc340702fc7eac821d2bdd79911126f131ae097a20100
Responses
200
Successful operation.
application/json
get
GET /api/core/v2/outputs/{outputId}/metadata HTTP/1.1
Host: iota.nownodes.io
Accept: */*
{
  "blockId": "0x9cd745ef6800c8e8c80b09174ee4b250b3c43dfa62d7c6a4e61f848febf731a0",
  "transactionId": "0x1ee46e19f4219ee65afc10227d0ca22753f76ef32d1e922e5cbe3fbc9b5a5298",
  "outputIndex": 1,
  "isSpent": false,
  "milestoneIndexBooked": 1234567,
  "milestoneTimestampBooked": 1643207146,
  "ledgerIndex": 946704
}