Overview
Note about how we calculate transaction fees on Arbitrum:Generally, the
fees_paid in our transaction response is simply the product of gas_price and gas_spent .However for Arbitrum, the fees_paid in our transaction response is the sum of multiple L1 and L2 fees associated with the function call, transaction execution and storage.To calculate the same fees_paid provided in our transaction response from Arbiscan , take the product of their Gas Price Bid and Gas Usage.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.
Pipeline API
Stream blockchain data directly to your own infrastructure. Push decoded blocks, transactions, event logs, and protocol-specific data into your database, warehouse, queue, or webhook with ABI decoding and SQL transforms built in.
Use cases: Data warehousing, analytics dashboards, ETL pipelines, and backend indexing.
Use cases: Data warehousing, analytics dashboards, ETL pipelines, and backend indexing.
Mainnet
| Property | Value |
|---|---|
| Chain Name | arbitrum-mainnet |
| Chain ID | 42161 |
| Network Type | Frontier Chain |
| Support Level | frontier |
| Block Explorer | Arbiscan |
| Official Website | Arbitrum Website |
| Native Gas Token | ETH |
Testnet
| Property | Value |
|---|---|
| Chain Name | arbitrum-sepolia |
| Chain ID | 421614 |
| Purpose | Development and testing network |
| Support Level | frontier |
| Block Explorer | Sepolia Arbiscan |
| Official Website | Arbitrum Sepolia Testnet Website |
| Native Gas Token | ETH |
API Usage
To use this blockchain network in GoldRush API calls, use:Chain Name
arbitrum-mainnet(mainnet)arbitrum-sepolia(testnet)
Example API Calls
SDK Usage
Foundational API Support
This chain supports 24 GoldRush Foundational APIs:Wallet API
- Get token holders as of any block height (v2) on Arbitrum
- Get token balances for address on Arbitrum
- Get native token balance for address on Arbitrum
- Get historical portfolio value over time on Arbitrum
- Get ERC20 token transfers for address on Arbitrum
NFT API
Pricing API
Security API
Transactions API
- Get a transaction on Arbitrum
with-traces - Get transaction summary for address on Arbitrum
- Get earliest transactions for address (v3) on Arbitrum
with-traces - Get recent transactions for address (v3) on Arbitrum
with-traces - Get paginated transactions for address (v3) on Arbitrum
with-traces - Get bulk time bucket transactions for address (v3) on Arbitrum
- Get all transactions in a block (v3) on Arbitrum
- Get all transactions in a block by page (v3) on Arbitrum
Block Explorer API
- Get a block on Arbitrum
- Get all chain statuses on Arbitrum
- Get all chains on Arbitrum
- Get block heights on Arbitrum
- Get gas prices on Arbitrum
- Get log events by contract address on Arbitrum
- Get log events by topic hash(es) on Arbitrum
- Get logs on Arbitrum