Chains
| Chain | chain_id |
|---|---|
| Algorand | algorand |
| Cardano | cardano |
| Flow | flow |
| Hedera | hedera |
| NEAR | near |
| Ripple | ripple |
| Starknet | starknet |
| Stellar | stellar |
| TON | ton |
| Tron | tron |
Conventions
Two habits hold across every chain here, whatever its tables are called. A table with one row per transaction or per event is split by day onblock_timestamp, and a table of blocks on timestamp. Filter on that column in every query: without a filter the query reads the whole table.
Identifiers reuse the familiar names wherever the chain has a matching idea: block_number, transaction_hash, and *_index for a position within something.