All services

Service / crypto_data

Tempo RPC

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

Documentation

Payment protocol

mpp

01
tempo

Method ledger

1 callable methods

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"
  }
}