General Blockchain API
The General Blockchain API provides a unified GraphQL interface for querying blockchain data across multiple networks.
Available Methods
- getBlockHeights — Gets the current block height of the chains requested
- getBlockByNumber — Gets a block by number
- getBlockByHash — Gets a block by hash
- getTransactionByHash — Gets a transaction by hash
- getAddressBalance — Gets the balance of an address for the native token or any other token
- getBlockFee — Gets the base and max priority fees for a chain
Supported Chains
See the full list of Supported Chains with per-method availability.