Get TXO

Get details of a given TXO.

Parameters

ParameterPurposeRequirements

txo_id

The TXO ID for which to get details.

Example

{
  "method": "get_txo",
  "params": {
    "txo_id": "fff4cae55a74e5ce852b79c31576f4041d510c26e59fec178b3e45705c5b35a7"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated