All services

Service

Tempo RPC

crypto_data1 endpoints
Docs

Tempo blockchain JSON-RPC access for mainnet and testnet. Standard EVM JSON-RPC interface for interacting with the Tempo blockchain.

mpp

tempo

Methods

1 methods available

POST/
1000 USDC

Send a JSON-RPC request to the Tempo blockchain.

POST JSON-RPC body. Supports standard EVM methods.

{
  "body": {
    "jsonrpc": "\"2.0\"",
    "id": "number | string",
    "method": "string (e.g. 'eth_blockNumber', 'eth_getBalance', 'eth_call', 'eth_getLogs')",
    "params": "array"
  }
}