Blockchain data tables
You can access blockchain data via the Space and Time dapp, REST APIs, or JDBC driver.
Space and Time indexes all major blockchains and normalizes them into a relational state that you can query.
Which blockchains are indexed?
Indexed chains currently include:
- Ethereum
- Polygon
- Avalanche
- Binance
- Coming soon: Sui
What's in the tables?
The data model looks like:
WALLET
CONTRACT
CONTRACT_TYPE
EXCHANGES
DEX_TRADE
LIQUIDITY_POOL
LIQUIDITYPOOLUPDATE
USD_PRICE
TOKEN_TYPE
NONFUNGIBLETOKEN
NFTATTRIBUTES
BLOCK
BLOCK_ADDITIONAL_DETAILS
TRANSACTION
TRANSACTION_ADDITIONAL_DETAILS
EVENTLOG
What about off-chain data?
You can also load your own off-chain data into Space and Time. This allows you to join application-generated data with blockchain data and generate DeFi options or dynamic NFTs for your game in a single query.
Coming soon: Blockchain data APIs
Updated 19 days ago