Overview

Reading information from a blockchain.

The search endpoints allow you to explore the contents of a blockchain. In other words, this action retrieves information on the current state data.

For example, you can get the balance of an address on the blockchain, read smart contract data and verify the execution of any transaction.

Below is a list of the searches supported by Overledger:

  1. Get details on a transaction on the network
  2. Get details on a block on the network
  3. Call read functions supported by a smart contract
  4. Get balance of an address
  5. Get nonce/sequence of an address
  6. Read any functions of a smart contract
  7. Get details on state of a UTXO