Get TXO

Get details of a given TXO.

ParameterPurposeRequirements

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
}

Last updated