Easiest Way to Build and Scale Your App on Arbitrum
Access the entire back-end stack you need to build on Arbitrum. RPC nodes, SDK, and the rest of the developer tools all in one platform.


























RPC Gateway
Connect to Arbitrum One Gateway
Smart Contract Tools on Arbitrum One
Estimate Gas on Arbitrum One
Testnet Faucets for Arbitrum One
Data API
Get Wallet Portfolio
Get Wallet Transactions
Get Token Exchange Rates
Check Malicious Address
Notifications
Real-time Alerts for Arbitrum One
Notification Types on Arbitrum One
Frequently Asked Questions
Connect to Tatum's Arbitrum One RPC Gateway using the endpoint format: arb-one-mainnet.gateway.tatum.io or arb-one-testnet.gateway.tatum.io.
Tatum's RPC Gateway provides discovery endpoints to help you explore available functionality:
/llms.txt: Access AI context and documentation for the network/_methods: Discover all supported interfaces and RPC methods for the network
Credits are consumed based on the complexity and resource requirements of each RPC method:
- 2 credits are consumed for Standard RPC methods (most common operations)
- 5 credits are consumed for the
eth_callmethod - 50 credits are consumed for Debug and Trace methods
When using the Tatum REST API or SDK, you need to authenticate yourself with an API key. Access Tatum services by authenticating with your API key using one of the following methods:
- X-API-Key in header (Recommended): Pass your API key in the
x-api-keyheader - Authorization Header (Bearer): Use
authorization: bearer {YOUR_API_KEY} - Authorization Header (Basic): Use HTTP Basic Authentication
For detailed authentication instructions and best practices, see the Authentication & Security documentation.
Get your API key by signing up at the Tatum Dashboard. Each free account includes two API keys – one for Mainnet and one for Testnet.






