Search Ledger

Search the ledger for blocks based on a query string (that can be either a block index, a tx out public key, or a key image)

ParamPurposeRequirements

query

Query string to search for.

Currently the supported queries are a block index, or hex representations of a tx out public key or a key image.

Example

{
  "method": "search_ledger",
  "params": {
    "query": "0a209458f8e0aa9eff40475c64bcb90407adb0da56e6889665ea23176ae28314ca4f"
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated