Block & Transaction Exploration
Last updated
You:
Show me details for block number 12345Claude will:
Use zetrix_get_block with blockNumber: 12345
Display block header and transaction info
You:
What are the details of transaction 0xabc123def456...?Claude will:
Use zetrix_get_transaction
Show source address, operations, status, fees
You:
Claude will:
Use zetrix_get_transaction_history with ledgerSeq: 12345
List all transactions in that block
Last updated
Show me recent transactions from block 12345