Overview
On-chain data refers to the data that is stored on a blockchain. A blockchain is a decentralized, distributed database used to record transactions or other types of data securely and transparently.
In a blockchain, data is stored as blocks, which are linked together in a chain. Each block contains a set of transactions or other data and a cryptographic hash that links it to the previous block in the chain. This creates a tamper-evident record of all the data that has been recorded on the blockchain.
Supported Blockchains via API
Blockchain | Network | Slug (x-amberdata-blockchain-id) |
---|---|---|
Avalanche* | Mainnet | avalanche-mainnet |
Bitcoin | Mainnet | bitcoin-mainnet |
Bitcoin Cash | Mainnet | bitcoin-abc-mainnet |
Binance Smart Chain** | Mainnet | bnb-mainnet |
Ethereum | Mainnet | ethereum-mainnet |
Litecoin | Mainnet | litecoin-mainnet |
Polygon* | Mainnet | polygon-mainnet |
Solana* | Mainnet | solana-mainnet |
*These networks are currently available with select endpoints as backfills and data verification are ongoing
AWS S3 and Delivery Partners Supported Blockchains
Blockchain | Network | Slug (x-amberdata-blockchain-id) |
---|---|---|
Avalanche | Mainnet | avalanche-mainnet |
Arbitrum | Mainnet | arbitrum-mainnet |
Bitcoin | Mainnet | bitcoin-mainnet |
Binance Smart Chain | Mainnet | bnb-mainnet |
Ethereum | Mainnet | ethereum-mainnet |
Litecoin | Mainnet | litecoin-mainnet |
Polygon | Mainnet | polygon-mainnet |
Blockchain Data is available via REST, Websocket, S3, Snowflake, BigQuery, and Databricks.
API Endpoints
/addresses
/balances
/blocks
/contracts/{hash}
/functions and logs
/metrics
/tokens
/supply
/transactions
/transfers
/Single Uncles
Updated 4 months ago