The quickest path to building and scaling apps on EOS
Everything you need to start developing your EOS app today. RPC nodes, SDKs, and more—all on one simple-to-use development platform.
Free key · 100K credits · no credit card
Instantly test a call onEOS.
Hit a live EOS RPC node from here — pick a network, choose a method, and see the response in seconds. Same endpoints you'll use in production.
Request
curl --request POST \ --url 'https://eos-mainnet.gateway.tatum.io/v1/chain/get_info' \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --header 'x-api-key: YOUR_API_KEY'
# swap the subdomain for any of 140 networks —
# solana-mainnet , ethereum-mainnet , base-mainnet …
Response
Two EOS networks. One key.
Global Load Balancer
Route to nearest node
Batch RPC Calls
Multiple requests at once
Archive Nodes
Historical blockchain data
Debug & Trace
Advanced debugging
Advanced Analytics
Usage & performance
Bring Your Own RPC
Custom RPC gateways
What else works on EOS.
Describe it. AI Builder does the rest.
AI Builder creates the frontend, wires the backend, and connects the APIs that power your application.
Plans that scale with EOS
The more you use, the lower your effective cost — plans get cheaper as usage grows.
EOS questions we get asked.
EOS RPC is a remote procedure call interface that lets your application read blockchain data and submit transactions without running your own node. Tatum provides free and paid EOS RPC gateways with global load balancing and high uptime.
Connect to Tatum's EOS RPC Gateway using the endpoint format: eos-mainnet.gateway.tatum.io or eos-jungle.gateway.tatum.io.
Tatum's RPC Gateway provides discovery endpoints:
/llms.txt: AI context and documentation for the network/_methods: Supported interfaces and RPC methods
Credits are consumed based on the complexity and resource requirements of each RPC method. Most standard methods consume 2 credits; debug and trace methods consume more.
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
See the Authentication & Security documentation. Get your API key by signing up at the Tatum Dashboard.
Yes. Tatum offers free EOS RPC endpoints suitable for development and testing. Free endpoints include rate limits. For production workloads, upgrade to a paid plan for higher throughput, archive data, and priority support.
Yes. Beyond RPC, Tatum offers indexed blockchain data APIs and real-time webhook notifications for EOS events so you can build wallets, dashboards, and alerts without operating your own indexing stack.