Blockdaemon · Capability
Blockdaemon Data API — Blocks and Transactions
Block and transaction lookups across all chains supported by the Blockdaemon Data API (Ubiquity). Self-contained Naftiko capability covering one Blockdaemon business surface.
What You Can Do
GET
Getblockbynumber
— Get a block by number or hash.
/v1/{protocol}/{network}/block/{number_or_hash}
MCP Tools
blockdaemon-get-block-by-number
Get a block and all its transactions by number or hash.
read-only
idempotent
blockdaemon-get-current-block-number
Get the current block number/height of the protocol.
read-only
idempotent
blockdaemon-get-tx-by-hash
Returns a transaction by hash.
read-only
idempotent