Boba Network Chain API
Real-time on-chain data for Boba Network (chain-id 288), an Optimistic-Rollup Ethereum Layer-2 scaling solution where gas is paid in ETH (the BOBA token is a separate ecosystem ERC-20). The status endpoint returns the chain id, network id, latest block height, native symbol and node client version so you can confirm the chain is live and synced. The block endpoint returns a block by decimal or 0x-hex height — or the latest block when no height is given — with its hash, parent hash, timestamp (raw and ISO), transaction count, gas used and limit, base fee and miner. The gas endpoint returns the current gas price in both wei and gwei at the latest block. The balance endpoint returns the native ETH balance (in wei and human-readable units) and the transaction count (nonce) for any 0x address. The meta endpoint documents the chain id, decimals and ecosystem. Reads a live Boba JSON-RPC node directly, so values are current to the latest block. Live, nothing stored. 5 endpoints. This serves native-coin and chain data; for ERC-20 token balances (including the BOBA token) or contract calls use a dedicated token/contract API.
api.oanor.com/boba-api