Utxo changes
Get all UTXO changes of a given milestone by Milestone ID.
Path parameters
milestoneIdstringRequiredExample:
Milestone ID of the milestone to look up.
0x7a09324557e9200f39bf493fc8fd6ac43e9ca750c6f6d884cc72386ddcb7d695
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
get
GET /api/core/v2/milestones/{milestoneId}/utxo-changes HTTP/1.1
Host: iota.nownodes.io
Accept: */*
{
"index": 15465,
"createdOutputs": [
"0x1ee46e19f4219ee65afc10227d0ca22753f76ef32d1e922e5cbe3fbc9b5a52980100",
"0xee3447d088e3e2c53c5b3e56a38fdc859ca2c4b4161cf256c0462ce4d34731820100",
"0xf8bdbfb0f57ade7fbb95d31b11e2dbda9b2a35e9dc0cd3e11cb324e8a6bedc260100"
],
"consumedOutputs": [
"0x3d36ec4afb2d634b9313f84606b98b69675a3ef6f44dcdecb18c30945b57221e0100"
]
}
Last updated