मुख्य सामग्री पर जाएं
Tenderly Node RPC मानक EVM JSON-RPC के साथ-साथ tracing, simulation, और state manipulation के लिए एक tenderly_ namespace बोलता है। नीचे एक मेथड और नेटवर्क चुनें ताकि एक उदाहरण request देख सकें जिसे आप इस पृष्ठ से सीधे भेज सकते हैं। Dashboard से मिलने वाली Tenderly Node RPC access key वैकल्पिक है: बिना key के, request सार्वजनिक Tenderly RPC endpoint पर जाती है, जिस पर rate limit लागू होती है। key केवल आपके ब्राउज़र में रहता है (localStorage)।
Loading RPC explorer…

समर्थित नेटवर्क्स और chain IDs

Tenderly Node RPC नीचे दिए गए EVM नेटवर्क्स पर उपलब्ध है। प्रत्येक endpoint फ़ॉर्म https://<network>.gateway.tenderly.co/<ACCESS_KEY> का पालन करता है (WebSockets के लिए wss:// scheme का उपयोग करें)। Dashboard से अपना Node RPC access key जोड़ें।

समर्थित JSON-RPC मेथड्स

Tenderly extensions (tenderly_*) tenderly_decodeError, tenderly_decodeEvent, tenderly_decodeInput, tenderly_errorSignatures, tenderly_estimateGas, tenderly_estimateGasBundle, tenderly_eventSignature, tenderly_functionSignatures, tenderly_gasPrice, tenderly_getContractAbi, tenderly_getStorageChanges, tenderly_getTransactionsRange, tenderly_simulateBundle, tenderly_simulateTransaction, tenderly_suggestGasFee, tenderly_traceTransaction Standard EVM (eth_*) eth_accounts, eth_blockNumber, eth_call, eth_chainId, eth_coinbase, eth_createAccessList, eth_estimateGas, eth_feeHistory, eth_gasPrice, eth_getBalance, eth_getBlockByHash, eth_getBlockByNumber, eth_getBlockReceipts, eth_getBlockTransactionCountByHash, eth_getBlockTransactionCountByNumber, eth_getCode, eth_getFilterChanges, eth_getFilterLogs, eth_getLogs, eth_getProof, eth_getStorageAt, eth_getTransactionByBlockHashAndIndex, eth_getTransactionByBlockNumberAndIndex, eth_getTransactionByHash, eth_getTransactionCount, eth_getTransactionReceipt, eth_getUncleByBlockHashAndIndex, eth_getUncleByBlockNumberAndIndex, eth_getUncleCountByBlockHash, eth_getUncleCountByBlockNumber, eth_hashrate, eth_maxPriorityFeePerGas, eth_mining, eth_newBlockFilter, eth_newFilter, eth_newPendingTransactionFilter, eth_protocolVersion, eth_sendRawTransaction, eth_sendTransaction, eth_sign, eth_signTransaction, eth_simulateV1, eth_subscribe, eth_syncing, eth_uninstallFilter, eth_unsubscribe Parity trace (trace_*) trace_block, trace_call, trace_callMany, trace_filter, trace_get, trace_replayBlockTransactions, trace_replayTransaction, trace_transaction Geth debug (debug_*) debug_traceBlock, debug_traceBlockByHash, debug_traceBlockByNumber, debug_traceCall, debug_traceTransaction Network (net_*) net_listening, net_peerCount, net_version Web3 (web3_*) web3_clientVersion, web3_sha3 Protocol-स्तर मेथड semantics के लिए, Ethereum execution APIs spec देखें। प्रति-मेथड request और response उदाहरणों के लिए, ऊपर explorer या Node RPC overview का उपयोग करें।