Returns full block data including transactions, logs, token transfers, and internal transactions for a given chain and block number or block hash.
Documentation Index
Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
Use this file to discover all available pages before exploring further.
bitcoin (or bitcoin-mainnet) as chainAlias. The blockIdentifier accepts either a Bitcoin block height (all-digit values are treated as heights) or a block hash (any other value is forwarded as a hash).The block number (integer) or block hash (hex string) to retrieve. All-digit values are interpreted as block heights. Any other value is forwarded as a hash.
The alias of the chain.
0x89, polygon, bitcoin-mainnet, bitcoin Master switch for ABI decoding enrichment (method labels, decoded logs, decoded input). Defaults to false.
Include method labels on transactions (overrides enrich).
Decode transaction input data (overrides enrich).
Decode log events (overrides enrich).
Whitelist logs by topic0 (comma-separated hex values).
Fields to exclude from response (comma-separated: logs, internalTransactions, tokenTransfers, etc.).
Page number (always 1, no pagination)
Total pages (always 1)
Number of transactions on this page (equals txCount)
Block hash
Parent block hash
Block height (block number as integer)
Block size in bytes
Block timestamp as Unix seconds
Number of transactions
Chain family discriminator used to identify the response variant
EVM, Bitcoin, Solana Full transaction list
EVM-specific block fields