All servicesDocs
Service
Tempo RPC
crypto_data1 endpoints
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
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"
}
}