Skip to main content

Overview


A Dataset is a structured unit of on-chain data from a specific chain, organized by purpose and format. Nodit Datashare provides a wide range of datasets — from foundational on-chain data such as blocks and transactions, to refined data including token transfers, balance changes, and protocol-specific trade data. It supports EVM-based chains like Ethereum, as well as non-EVM chains with unique data structures such as Solana and Bitcoin. This guide covers the types, structures, and schemas of datasets available per chain in Nodit Datashare.

Supported chains

The chains available in Datashare vary by plan. The free plan supports 6 chains, while paid plans provide access to additional chains beyond those included in the free plan. The full list of chains supported by Datashare is as follows.

ChainsNetworkChain ModelPricing
ArbitrumMainnetEVMFree
BaseMainnetEVMFree
BitcoinMainnetUTXOFree
ChilizMainnetEVMPaid Only
DodgecoinMainnetUTXOPaid Only
EthereumMainnetEVMFree
KaiaMainnetEVMPaid Only
OptimismMainnetEVMPaid Only
PolygonMainnetEVMPaid Only
SolanaMainnetSVMFree
TronMainnetTVMFree
XRPLMainnetXRP LedgerPaid Only
info

If you need support for additional chains, contact us at [email protected].

Dataset

Datashare supports a variety of EVM chains such as Ethereum, Arbitrum, and Base, as well as non-EVM chains with unique data structures like Bitcoin and Solana. The datasets available per chain are listed below.

EVM Based Dataset

TableDescription
blocksBlock data
contractsContract data
delegate_contractsDelegate contract data
erc1155_holdersERC-1155 holder data
erc1155_metaERC-1155 metadata
erc1155_transfersERC-1155 transfer data
erc20_holdersERC-20 holder data
erc20_metaERC-20 metadata
erc20_transfersERC-20 transfer data
erc721_holdersERC-721 holder data
erc721_inventoriesERC-721 inventory data
erc721_metaERC-721 metadata
erc721_transfersERC-721 transfer data
logsEvent log data
logs_decodedDecoded event log data based on 4byte.directory
receiptsTransaction execution result data
tracesTransaction trace data
traces_decodedDecoded trace data based on 4byte.directory
transactionsTransaction data

[Ethereum Only Dataset]

These datasets are available on Ethereum only.

TableDescription
token_ohlcv_5m/1h/1dOHLCV data for tokens at 5m/1h/1d intervals, calculated from Uniswap USDT and USDC trade data
uniswap_tradesCombined trade data from Uniswap v1, v2, and v3
uniswap_v1_ethereum_exchangeUniswap v1 exchange address data
uniswap_v2_ethereum_exchangeUniswap v2 exchange address data
uniswap_v3_ethereum_exchangeUniswap v3 exchange address data
withdrawalsWithdrawal data

Bitcoin Dataset

TableDescription
blocksBlock data
transactionsTransaction data
vinsTransaction input data
voutsTransaction output data

Tron Dataset

TableDescription
account_metaAccount metadata
blocksBlock data
contractsContract data
internal_transactionsInternal transaction data
logsEvent log data
logs_decodedDecoded event log data based on 4byte.directory
native_holdersNative token holder data
native_transfersNative token transfer data
sunswap_tradesSunSwap trade data
sunswap_v1_5_tron_exchangeSunSwap v1.5 exchange address data
sunswap_v1_tron_exchangeSunSwap v1 exchange address data
sunswap_v2_tron_exchangeSunSwap v2 exchange address data
sunswap_v3_tron_exchangeSunSwap v3 exchange address data
system_contractsSystem contract data
token_ohlcv_5m/1h/1dOHLCV data for tokens at 5m/1h/1d intervals, calculated from SunSwap USDT and USDC trade data
transaction_infoTransaction execution information
transactionsTransaction data
trc10_metaTRC-10 metadata
trc10_transfersTRC-10 transfer data
trc1155_metaTRC-1155 metadata
trc1155_transfersTRC-1155 transfer data
trc20_metaTRC-20 metadata
trc20_transfersTRC-20 transfer data
trc721_inventoriesTRC-721 inventory data
trc721_metaTRC-721 metadata
trc721_transfersTRC-721 transfer data

Solana Dataset

TableDescription
account_closeAccount close data
authority_changesAuthority change history
block_rewardsBlock reward data
blocksBlock data
programsProgram data
sol_balance_changesSOL balance change history
token_accountsToken account data
token_balance_changesToken balance change history
token_metaToken metadata
token_metaplexMetaplex token metadata
token_mint_burnsToken mint/burn data
token_transfersToken transfer data
info

If you need a custom dataset, contact us at [email protected].