Overview
GoldRush offers the most comprehensive Berachain Data API suite for developers, analysts, and enterprises. Whether youβre building a DeFi dashboard, a wallet, a trading bot, an AI agent or a compliance platform, our Berachain Data APIs provide fast, accurate, and developer-friendly access to the essential onchain data you need.Supported APIs
Foundational API
Access structured historical blockchain data across 100+ chains using REST APIs.
Get token balances, transaction histories, decoded event logs, NFT assets, token holders and more.
Use cases: Wallets, portfolio trackers, crypto accounting & tax tools, and DeFi dashboards.
Use cases: Wallets, portfolio trackers, crypto accounting & tax tools, and DeFi dashboards.
Mainnet
Testnet
API Usage
To use this blockchain network in GoldRush API calls, use:Chain Name
berachain-mainnet(mainnet)berachain-testnet(testnet)
Example API Calls
SDK Usage
Foundational API Support
This chain supports 23 GoldRush Foundational APIs:Wallet API
- Get token holders as of any block height (v2) on Berachain
- Get token balances for address on Berachain
- Get native token balance for address on Berachain
- Get historical portfolio value over time on Berachain
- Get ERC20 token transfers for address on Berachain
Pricing API
Security API
Transactions API
- Get a transaction on Berachain
with-traces - Get transaction summary for address on Berachain
- Get earliest transactions for address (v3) on Berachain
with-traces - Get recent transactions for address (v3) on Berachain
with-traces - Get paginated transactions for address (v3) on Berachain
with-traces - Get bulk time bucket transactions for address (v3) on Berachain
- Get all transactions in a block (v3) on Berachain
- Get all transactions in a block by page (v3) on Berachain
Block Explorer API
- Get a block on Berachain
- Get all chain statuses on Berachain
- Get all chains on Berachain
- Get block heights on Berachain
- Get gas prices on Berachain
- Get log events by contract address on Berachain
- Get log events by topic hash(es) on Berachain
- Get logs on Berachain
Internal Transactions (with-internal)
Berachain supports internal transactions (traces). The Transactions API endpoints marked with-traces above accept the with-internal=true query parameter, which includes internal transactions (the value transfers triggered by contract execution that are not recorded as standalone onchain transactions) in the response.
Internal transactions are included in the response by passing
with-internal and cost 0.05 credits/item.Example API Call
Recent transactions with internal transactions