Ecosystem/Tempo RPC

Tempo RPC

Tempo
Crypto Data1 endpointFrom $0.0010 /req

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 documentation

When should an agent use this?

Use 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.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (1)

Send a JSON-RPC request to the Tempo blockchain — eth_blockNumber, eth_getBalance, eth_call, and all standard EVM methods.

Path/services/tempo-rpc/
MethodPOST
Price$0.0010 per request

Parameters

NameTypeRequiredDescription
jsonrpcstringYesJSON-RPC version — always '2.0'
methodstringYesRPC method — eth_blockNumber, eth_getBalance, eth_call, etc.
paramsarrayYesMethod parameters (varies by method)
idnumberYesRequest ID for matching responses

Example Request

curl
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
}'

IndieGent Endpoint

api.indiegent.com/services/tempo-rpc

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli