Tempo blockchain JSON-RPC. Query blocks, transactions, balances, and smart contracts on the Tempo network — standard EVM JSON-RPC interface at $0.001 per call.
View documentationUse Tempo RPC when your agent needs to interact with the Tempo blockchain — reading account balances, querying transaction history, calling smart contracts, or monitoring block production. Ideal for blockchain agents, DeFi bots, on-chain analytics, and any workflow that needs direct Tempo chain access.
Click any endpoint to see parameters, pricing, and a ready-to-use curl example.
Send a JSON-RPC request to the Tempo blockchain — eth_blockNumber, eth_getBalance, eth_call, and all standard EVM methods.
/services/tempo-rpc/| Name | Type | Required | Description |
|---|---|---|---|
| jsonrpc | string | Yes | JSON-RPC version — always '2.0' |
| method | string | Yes | RPC method — eth_blockNumber, eth_getBalance, eth_call, etc. |
| params | array | Yes | Method parameters (varies by method) |
| id | number | Yes | Request ID for matching responses |
curl -X POST \
"https://api.indiegent.com/services/tempo-rpc/" \
-H "Authorization: Bearer <your-token>" \
-H "X-Agent-Wallet: my-agent" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": [],
"id": 1
}'api.indiegent.com/services/tempo-rpcUSDC · Automatic
Payment protocols handled by IndieGent
Tempo