Examples for

Blockchain Data

Blockchain is a decentralized digital ledger technology used to securely record transactions across a network of computers. It enables transparent, tamper-resistant data storage without the need for intermediaries. Blockchain is primarily used in cryptocurrency systems, like Bitcoin and Ethereum, but its applications extend to industries such as finance, supply chain management, and healthcare. Each block in the blockchain contains a set of transactions, and once added, it is immutable, ensuring data integrity and security. Blockchain technology is also the foundation of smart contracts, which automatically execute agreements based on predefined conditions.

Blockchain Data

Get current information about a blockchain.

Explore basic information about specific blockchains:

Obtain the number of blocks from specific blockchains:

Query the cryptocurrency value from specific blockchains:

More examples

Blockchain Block Data

Get information about a particular block.

Get information about a block using its height:

Get information about a block using its hash:

Retrieve a block timestamp using its height:

Acquire transactions of a block using its height:

Request a block number using its hash:

More examples

Blockchain Transaction Data

Get information about a transaction.

Explore information about blockchain transactions using specific IDs:

Fetch the block hash of a transaction using the specific ID:

Access transaction timestamps using specific IDs:

More examples

Blockchain Address Data

Get information connected with a blockchain address.

Get information about an address on the network of a blockchain:

Lookup the balance of an address:

More examples

Blockchain Token Data

Get information about the usage of a smart contract–defined token.

Pull a token address using a token name:

Query the policy ID using the token fingerprint:

Get the token name using a token address:

More examples