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.
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 23 GoldRush Foundational APIs:Wallet API
- Get token balances for address
- Get native token balance for address
- Get historical portfolio value over time
- Get ERC20 token transfers for address
NFT API
Pricing API
Security API
Activity Feed API
- Get a transaction
- Get transaction summary for address
- Get earliest transactions for address (v3)
- Get recent transactions for address (v3)
- Get paginated transactions for address (v3)
- Get bulk time bucket transactions for address (v3)
- Get all transactions in a block (v3)
- Get all transactions in a block by page (v3)
Block Explorer API
- Get a block
- Get all chain statuses
- Get all chains
- Get block heights
- Get gas prices
- Get log events by contract address
- Get log events by topic hash(es)
- Get logs