Skip to main content

Supported Data Types

Moralis Datashare provides access to two categories of blockchain data: decoded data with enriched, human-readable information, and raw data for lower-level blockchain primitives.

Decoded Data

Decoded data is processed and enriched blockchain data that has been parsed, labeled, and normalized for easier analysis. These datasets include contextual information such as token metadata, event types, and standardized schemas.
Data TypeDescription
Liquidity EventsDEX liquidity pool additions and removals, including pool addresses, token pairs, and amounts
Native TransfersTransfers of native blockchain currencies (ETH, MATIC, BNB, etc.) between addresses
NFT TransfersERC-721 and ERC-1155 token transfers with collection metadata and token IDs
Swap EventsDEX swap transactions including input/output tokens, amounts, and exchange rates
Token TransfersERC-20 token transfers with token metadata, amounts, and decimal normalization

Raw Data

Raw data provides direct access to blockchain primitives as they exist on-chain. These datasets are useful for custom parsing, low-level analysis, or when you need complete blockchain state data.
Data TypeDescription
BlocksBlock headers including timestamps, gas limits, miner/validator info, and block hashes
TransactionsComplete transaction data including sender, recipient, value, gas, input data, and status
Internal TransactionsTrace-level internal calls and value transfers within transaction execution
LogsEvent logs emitted by smart contracts, including topics and raw data fields

Data Availability

Data availability varies by chain. See the Supported Chains page for a complete breakdown of which data types are available for each blockchain.