Get TXO
Get details of a given TXO.
Parameter
Purpose
Requirements
txo_id
The TXO ID for which to get details.
Examples
Below are two examples of get_txo. The first request provides the details of an example txo that was received from a counterparty, and the second shows the details of change txo.
{
"method": "get_txo",
"params": {
"txo_id": "92766ac6dccbf93227166f777986bbe7c0ef6651204db99b8c26f3ee8145a9ba"
},
"jsonrpc": "2.0",
"id": 1
}{
"method": "get_txo",
"result": {
"txo": {
"id": "92766ac6dccbf93227166f777986bbe7c0ef6651204db99b8c26f3ee8145a9ba",
"value": "1000000000",
"token_id": "0",
"received_block_index": "2397012",
"spent_block_index": "2411307",
"account_id": "aa2bc2d42fe51e19f28bfa6a52579d60baea78305097705f3f6fda1394fe62f2",
"status": "spent",
"target_key": "0a202687e8320ffddcf986b4a7c837b1fb87703d0683de8adf24b62e0bf04829fb22",
"public_key": "0a20faec0d08b57efc721d6ae89e688d08d4ba7e6b847a98a60bb9a1c51d8b567a79",
"e_fog_hint": "0a54729ebbbd52582d4806d22d886b052657807ea4cf7627c321aeccaad49b5e3b3ba1404ca348e408587587c1e2d92c5593430b891ef310fada3fd1273ecebd7c24816601d6131f7591a3a5e14c10325686f71f0100",
"subaddress_index": "0",
"key_image": "0a20326750e080ac00fad2351c1ea1e65c89f8b1e8bfe4b6606f5b8cdec2e92e0868",
"confirmation": "0a20d4bc0ba27d4ee5ce57931446b8ee3322540c4623ae6dcad2984c3efd46fe1da2",
"shared_secret": "0a20bcdd043dccb6f49d27a560cd1ffa1e0e18e85130dc092cd60f4499d7b8ec0c1c",
"memo": {
"AuthenticatedSender": {
"sender_address_hash": "bed8d8c6849285431fd4bebe4b3e22c5",
"payment_request_id": null,
"payment_intent_id": null
}
}
}
},
"jsonrpc": "2.0",
"id": 1
}
Last updated
Was this helpful?