All servicesDocumentation 01
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.
Payment protocol
mpp
tempo
Method ledger
1 callable methods
POST/1000 USDC
POST
/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"
}
}