Last updated 2 months ago
Was this helpful?
curl https://rpc.testnet.tryradi.us/<YOUR-RPC-ENDPOINT> \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc": "2.0", "method": "eth_blockNumber", "params": [], "id": 1}'
To use you must first .
cast cast block-number \ --rpc-url https://rpc.testnet.tryradi.us/<YOUR-RPC-ENDPOINT>