Blockfrost.Cardano.Blocks (Blockfrost v0.1.1) View Source

Functions for to the /blocks namespace in the Blockfrost API

Link to this section Summary

Functions

Return the transactions within the block.

Return the latest block available to the backends, also known as the tip of the blockchain

Return the transactions within the latest block.

Return the list of blocks following a specific block.

Return the list of blocks preceding a specific block.

Return the content of a requested block.

Return the content of a requested block for a specific slot.

Return the content of a requested block for a specific slot in an epoch.

Link to this section Functions

Link to this function

block_transactions(name, hash_or_number, opts \\ [])

View Source

Specs

Return the transactions within the block.

Supports pagination.

API Docs

Link to this function

latest_block(name, opts \\ [])

View Source

Specs

Return the latest block available to the backends, also known as the tip of the blockchain

API Docs

Link to this function

latest_block_transactions(name, opts \\ [])

View Source

Specs

Return the transactions within the latest block.

Supports pagination.

API Docs

Link to this function

listing_of_next_blocks(name, hash_or_number, opts \\ [])

View Source

Specs

Return the list of blocks following a specific block.

Supports pagination.

API Docs

Link to this function

listing_of_previous_blocks(name, hash_or_number, opts \\ [])

View Source

Specs

Return the list of blocks preceding a specific block.

Supports pagination.

API Docs

Link to this function

specific_block(name, hash_or_number, opts \\ [])

View Source

Specs

Return the content of a requested block.

Supports pagination.

API Docs

Link to this function

specific_block_in_slot(name, slot_number, opts \\ [])

View Source

Specs

Return the content of a requested block for a specific slot.

API Docs

Link to this function

specific_block_in_slot_in_epoch(name, epoch_number, slot_number, opts \\ [])

View Source

Specs

Return the content of a requested block for a specific slot in an epoch.

API Docs