Metadata
Find the metadata of a given block.
Path parameters
blockIdstringRequiredExample:
Identifier of the block.
0xf532a53545103276b46876c473846d98648ee418468bce76df4868648dd73e5d
Responses
200
Successful operation.
application/json
400
Unsuccessful operation: indicates that the provided data is invalid.
application/json
403
Unsuccessful operation: indicates that the endpoint is not available for public use.
application/json
404
Unsuccessful operation: indicates that the requested data was not found.
application/json
500
Unsuccessful operation: indicates that an unexpected, internal server error happened which prevented the node from fulfilling the request.
application/json
503
Unsuccessful operation: indicates that the node is not synced.
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