Metadata

Find the metadata of a given block.

get

Find the metadata of a given block.

Path parameters
blockIdstringRequired

Identifier of the block.

Example: 0xf532a53545103276b46876c473846d98648ee418468bce76df4868648dd73e5d
Responses
200
Successful operation.
application/json
get
GET /api/core/v2/blocks/{blockId}/metadata HTTP/1.1
Host: iota.nownodes.io
Accept: */*
{
  "blockId": "0xf532a53545103276b46876c473846d98648ee418468bce76df4868648dd73e5d",
  "parents": [
    "0x7ed3d67fc7b619e72e588f51fef2379e43e6e9a856635843b3f29aa3a3f1f006",
    "0xd97e89e49ed263b763afeda192515fe154ec826ceb92ef08926cd68ec02c9510"
  ],
  "isSolid": false,
  "shouldPromote": true,
  "shouldReattach": false
}

Last updated