JSON-RPC
eth_accounts
Returns array of all accounts owned by the client.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc": "2.0", "method": "eth_accounts", "id": 1, "params": []}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": []
}
eth_chainId
Returns the currently configured chain ID, a value used in replay-protected transaction signing as introduced by EIP-155.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{ "id": 1,"jsonrpc": "2.0","method": "eth_chainId" }
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x2b6653dc"
}
eth_blockNumber
Returns the number of most recent block.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc": "2.0", "method": "eth_blockNumber", "id": 1, "params": []}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x3aa259c"
}
eth_call
Executes a new message call immediately without creating a transaction on the block chain.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_call","params":[{ "to": "0xd46e8dd67c5d32be8058bb8eb970870f07244567" }, "latest"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"error": {
"code": -32600,
"message": "Smart contract is not exist.",
"data": "{}"
}
}
eth_estimateGas
Generates and returns an estimate of how much gas is necessary to allow the transaction to complete. The transaction will not be added to the blockchain. Note that the estimate may be significantly more than the amount of gas actually used by the transaction, for a variety of reasons including EVM mechanics and node performance.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_estimateGas","params":[{ "to": "0xd46e8dd67c5d32be8058bb8eb970870f07244567" }, "latest"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"error": {
"code": -32602,
"message": "method parameters invalid"
}
}
eth_gasPrice
Returns the current gas price in the default EVM denomination parameter.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc": "2.0", "method": "eth_gasPrice", "id": 1, "params": []}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x1a4"
}
eth_getBalance
Returns the balance of the account of given address.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getBalance","params":["0x407d73d8a49eeb85d32cf465507dd71d507100c1", "latest"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x0"
}
eth_getBlockByHash
Returns information about a block by hash.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getBlockByHash","params":["0000000003aa25baaa2de24f42d72c761569080b07be4ef686132cadc63782c6", false],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"baseFeePerGas": "0x0",
"difficulty": "0x0",
"extraData": "0x",
"gasLimit": "0x1c5398cb0",
"gasUsed": "0x31bfb0",
"hash": "0x0000000003aa25baaa2de24f42d72c761569080b07be4ef686132cadc63782c6",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"miner": "0xc05142fd1ca1e03688a43585096866ae658f2cb2",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0000000000000000",
"number": "0x3aa25ba",
"parentHash": "0x0000000003aa25b90143957cedc26d824f089ad2118b8dbc8274e39bd5f0e7ea",
"receiptsRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
"sha3Uncles": "0x0000000000000000000000000000000000000000000000000000000000000000",
"size": "0xf744",
"stateRoot": "0x",
"timestamp": "0x663a32ea",
"totalDifficulty": "0x0",
"transactions": [
"0x17551ae297eaae469ac0f4d8a3cbd2947c6703c514bd643673af1e7b9cf5f0dc",
"0xd7083f01c6ff4f36efd65106e032afe85037171cd657b77b1ab20190c24b5ca8",
"0x836286a3663750bf83c28ca0368c1f8a726aeb342844b5247fe05a854734e9e6",
"0xdb00f4e0e0ae2490ab2019f0224ccfa799615f8726a88986e2c9c3a6dac2d63e",
"0x4bab798d6f222bea30c6fc43bb1929adfc634daa3cddbefcda7c6d535fe47e75",
"0xc64b57d7e851deacb84715b91bdcd09ec8e3c523cfb17c329bc178b4824ffde5",
"0x147e544d7aea9501def1cb65da2028f79d89f7c79171ee53d99440d9b020cd8e",
"0xb6d6714a4d7d25e839e5d7e31f71b9b8c157e9052959e7c7ae218e03c712802e",
"0x839ff69c3867ef2f5e153ff2bd076e617b11a7191b494c465c0d99ac9910e7b8",
"0xf68d36d09a474681e0f50dfe99c1597ac82575f7af23d740f386ae9a292c62dc",
"0x18bb2ec3cac78c0341fedfdabc3c63d30e866d1f720b5fae8cf0fd97251682b7",
"0x46814d50fce18bf40e511c9f7e243a90f333864ee0bf8f5dd28d248d6110db7a",
"0xce8f5388c176a033c813e44e04c117c836b95bd9b9bcd2f56f43d7ce7f284a02",
"0x8d69e5fd116c353357762fc98937ae3a5667310bb970cfc9a99fe1eaf6e37875",
"0xce1ba070e7f509d425259d5edfa9fadf4c496483aab7e575c8f806d1741953a7",
"0x955da688ad9237c065b114413a1ef2aa0bd0db93290c25e486b7df19ce7b9d81",
"0xafe38cb2819d579f4a076acdd9f08f16d09074bcebc54cf2d5143149fcdbcea7",
"0xae12705eb5108489c3eb1e35d6552ad4b65402afe70e3500380bc64977728737",
"0x35d01ceb7d8cca70d021586845d50ef1f3d2e145781e9c734d7303f07e2e7f94",
"0x891c0e9482cae4f10d3e3f13c368b3e5200985c8a1fca809b92b9494125b62c1",
"0x2d5dc31369928cd07c1a29e299bfe8ccb570891c119ef6bd8c1f2f7a3f3d41d3",
"0x2ef099f7c9d564b6db3eaf6dc91fdd24dbec24c1e543eb9c5122f1bf650e602d",
"0x217ff8484d4dbabb9e347770c38f63bea8eb5a8c2e17c2408890014cfccb5eec",
"0x9ac580a953b4ed0410a5abf45f1ca7b4514a97f7ff02cf030e3a4c0c89c54437",
"0x31fe8ff14eeece08bedab3d85a6e288340e83d3c31740b80fb6a1ccc4c3039d8",
"0xe19b23ad3ecb3a4b3f8cd204571b1c730f163f4b3b5fe57d1b1eb5089642e731",
"0xd7edce1bbf00a3d1b986609e495140eaed06d6c8259791d37cf771752e034aa6",
"0xb13f898c7d41f7a3fa9c075420b30d9c717a39df84622cc5433702dbf2345521",
"0x273c1b8f6c19093bdede677ba430c4efe8cf4f6dc83ea229faec2404870696a5",
"0xc05a2d60a902d64804056bf799cf2b0fa7d217bfe283eb81d6e03cab8791b879",
"0xc5890904e9c59d7bfd5dc4ce964509dbb4b71ca5d003b248c9aae3f28b449327",
"0x6a47a7c9319f252b3c5ba9fc3a8a0ba123ccbdd18d4d5df75ed5d7d8778be112",
"0x3e4d7257ae55fbc992c92829a90bc5e18c4eb7abf30a1395ee7abe38498f2588",
"0x43d48f07505f4d08cb92e7b91de127be1208f1cf12c055ad0fa4c1127a6c43ca",
"0x40c235b4c2f6b0a36da3d4b1e4de4cf6581df732528daed127d26a4e5a8f0ff4",
"0x7297342628398682bb5efd5273f5712781f05b859c64a27faee50649776dc338",
"0xbc520fbe9d1bcaa536e9e3b74e73debfeb800a7e67378dbfa375d613dc8d5ce6",
"0xf95a88a8c5ab274e96f4bc4c7fb0a67187693346d9f88d4a1eac6f78d6233b90",
"0xfdc83a587bce31976de42ac97d1deacf4b743f5fc7441a72de7fad6641464a22",
"0xe1a8ada31469ce1f885700de5d95f6898d5ec19213a32e363a2fdaddb44653db",
"0xa56c0b6a3cdbe3f14e33f4b07717bb95c0afdfaf175780476770867de89d19bd",
"0x3c2e974ae0aa081c42a845897720c9d123c42bdf1273d7c3095c4de8c0a05643",
"0xad04c643790d0f74cef12e5c941f55981032e09bff166aef8fa191b930b561cf",
"0x31e96f09a556fa7d1debd795426b2beeee00eb9dc4115a2619003c4457e1d485",
"0xc97e19023ce00747a5db325cc9db434db4a3554233866a2debe3cbd653e4241f",
"0x381072da6c2a85087ed401f6b822fc294d3b7be24fa786c4c2d329effed0fff0",
"0x4f159689b8583ac1aa7301168010bee08398daf2f41cc247750ae88e2d9d8625",
"0x1f34b17f22f77de3c1f8b025a4cee5ed95e6888691d0e3e26b0027c2016085f1",
"0xecb8bd5c9ce900bb715664147f8985ad96273e373f7c7b94d54aea66c5b5a0bd",
"0x945a22241288309a24aa21912b506175179387b5bdd8eeba5e3404d1c9decb40",
"0x41f1f6e26066e394748744e635349ecb53093c49b292b53fd2df82452ad9e212",
"0xc9a0b9a0147859721293bb853e79c1630fb7bf58b22e0d0679b7f2361a78c736",
"0x42ae93bd084e5472b39b897aef474b347d2465d2949b5ea18cf2a053243ed5a9",
"0x6430fd023bde2801bd442f4339ddfc7ea4c5cb0f65840bbafda6a9c19674d884",
"0xe18c68db1ee322b844bcfe8923f3dabb85cd7d94c1dad19312661c3c4e4b4f40",
"0xbff11c0ef5f7ec8813112f3ca7694eed1ccc66c09cc9ba0f8c6c1aa2d6f11b3a",
"0xc7f0faac8fca3c6df4383c87f4adaf266e2fb4c33e7e184351d5645028e51215",
"0xef88937cd00a29aa0b937b71b353f1a856f62e44655be0b272c312545b598a4d",
"0x8f4e051964dd5d60ced76ef6d3a4365a42159a12b4aa690259db36c650559ea3",
"0x310f615a06d3e5505513db3145279a367a33ef805c7671cc4bf8e1515c342bab",
"0x436af2dfc6ec9fb89d092f9f92e0719f5c967ba37871eea9a65afc3a1ef48999",
"0xc3f8e2c0666a252e6987a0f4c1c11ee828f17573c0288b99a5e4fa5ca8c521dd",
"0xe5eef511b222863721ab4be983c7d8ad059a8b3520290e91f3cc87bd5274d15f",
"0x5414ca97fbc86e688f7adb32bf1cdfba3e7cb408f27a304e2e412f18a8e9297a",
"0x4175f74e28e48d6a184695f2a54ac0a9a821abc343670274c7135a4f3c1db827",
"0xfab9bec07051022f1573f4ec68912851b1b00c1041835c6c3f9240aa4625cf21",
"0xfc6ea188bc1f05e44bda179ef8924437adc56dbd9d62f45a874026b5d00e2d09",
"0xf2b5934a61ac7feb3bd846812eb9c982a189ac094255b8c07809beaf3777e2e3",
"0xf7735a4733b8fa033aa1b8fa6ec5a8cf6472df764224398c49ae9b185ccadfea",
"0x2179688bc52621e6f4265d0f22419544d63dff83b98f4e6b26a9b8ee06dacedd",
"0x7d3b6a3b5b7bd5b60e44db3337c70b753d990516ff9583a53d44712d85f07f16",
"0x8826fcebc498dbbaa0a3cc82687952408670de49e3ee7c2ec45965a183a42c9c",
"0xe3690724c1698b726eae4724d140dd74976601954a52aecda67bb863ab9b4a21",
"0xa5020129b0338f372fec30aa83dc1f15f99adc4164128ef1ac4e4411ba22d63a",
"0xc573336989fa98e8a57770612994000d0cb14c487ca218a7d0da28fd370b14fd",
"0xecf6f34b0e95977fa422b56027232fafc89fe16eeb0a2aabda12644d9c5cf406",
"0xd4dad3ca95000c1e964322856a1598cc0fc9784b7185b048c5c86cf90784519f",
"0x8b23af36476554013fe14c8df39e805235fc548c3ac45fe79c9d5620cc767636",
"0x4ffbcd176aaf3cde712f626ddf0060f7dc83ba1d52c76876fccea71028af38c9",
"0x435ad73e158b750c57433a1b9f7f5b14fad94fe46e84ab2cf4f9113bf8bb2f6e",
"0x8fa8002ca67d8a1e13bcad2859bc52c85e3944a9e942f8d2371935316c62a138",
"0xb6d2debec6883da1781eb1b15c34c3e6c32fb5d766c0b6b19e5c9186e15e3de1",
"0xb7cd6b7f875f78858d4f32870449f854ac504bfc21d9974b1fac2e5a7f379360",
"0xa2c681d90fa9017bce44f20361cc44ad7cef1fb5688d7e88bdb3f7f03ba86f6b",
"0xd137733e2068a6954e530380c7ffd35fb18f8eccd62497b1c8b51ba960838722",
"0xeb4e3befff20509bdcdb5da7ceca8e29a48f5397042a80e92ab00f5a7e2bf9c8",
"0xbacb6d7de0d9190e650e4267844e462ce20b70d9d62bf9abe60a52721cc63318",
"0x05967a6324df044a21ab97bbff0de09746ba65e416b75be70d85c89ca54395f7",
"0xee0c0dba53416fda694b558b1e230d3134407dc6249e3b9838b311dd9645fb0b",
"0x8c796ea3ab1a5215cb78458606632127a981a6cce57d2b1b15d7cf507b60a4fa",
"0xf2d6876ba9a572d4c44d57e7a99eafe9575aa297063f5d9f4e3b263667c365eb",
"0x1945fa5004d448ea31e6acf426d6720ece11d4bf9d9fe660dea169da6fd873df",
"0x27f5a8bf9dec865e20adff68e0d11a58ba9beb5565ddb06c9625defea420f802",
"0xc34040b16cbec6fa311317179acbb703b02327668150f619303380dcc127d98c",
"0x032746683b32dda72da68846c749cc62f014aa92023f380db0bf9a6563ea4d1d",
"0xfdab25dce4a13871b064b2a97ac9d37009cb9b75c050ebdcb14ae12ec50a1cab",
"0xc30e8a91faab1aba7b4a387714ad19c5506be4f8ab8714b239434d20eca34fff",
"0x9fa5c3038b8007275334a0852eb2fac60518737d98bb4c8eaab3261dba2e661a",
"0x01b844d5d7f7516cf763098a921b8fed2b311af5f8aedd577d09c5e265fe9d0a",
"0xc5f67119cfb52ba7c17b9d77cefc182b70f147c586acd0184de78971b84cc75c",
"0x1884576cefea640ca2950e190da2d02b670e920e4e0ac4b0105da73bd3a272ff",
"0x2b97f4bea242484bdcc5cfed76f424e61d36cae45da93ad4f0757af2f910a26e",
"0x60fcddc97ef959f50f0b081aefaa579aa70a6b3779351be36ffd428f83b11abc",
"0xbe107be3dd03ffa76be28d4c303e35d190c385e2517233c4cf96d2bf96f642e7",
"0xbed7ffe5594994e7bcf7d2fc8ab7318ca30a5e6a0fdf31fd01069dc5a29516cc",
"0x6c8ff5ab107d761d2bd1a786ca759e6dc6b9883f6b98d4a62835b46f40e73af3",
"0xfc749fa194e59523b4233d8a2eb5bb1d1d3384282cbabf2d6e2c77bcd5f0236c",
"0x8f82ee68baf3e52052b5c4d04c0cef6c2ca82e348e2d022ccf66b503cb7b3fcc",
"0x9f7fa3f12462675782dfb9446d9bac94024974170987b5068cefdcc9635a6928",
"0x621349f94a77f6b4414422ee63c4a53426d8a8d72e16a8b9bfa899eec0af57bf",
"0x584eb0f619f58f082d29f313a379937e172854e693bd7c4f4a750d97e1d865e4",
"0xddc698b9c1513f6474d5c1557e8e74b8644d7ab954adcdef5f5ba14710277c3b",
"0xa3699545cc78f93a563dacd27c1c3a0d368ac301f596ac4f274755386d777728",
"0x363fe15761dcad613510a4d11a6158a8a0f7873b649bb50d2205c1644eba604b",
"0x8907002f860db3850200893f251c236feefcfa0e5dbbe4d181f51221e2ebe4d0",
"0xa21f5ad2977cb347ba5f2d05ac2922b51cb3b3861f80156e5d8d019385c17d72",
"0xa6496ace8b57f2b58c0dde756331e5ac8e5139d2ee6d04e2579666b5c8e05bdb",
"0x2fd1434be9591e84e0df911bd04a0ac2d0e5f3e1c6fdcfd80e84e75b1e2850b1",
"0x56932f277aae73cb44e7b9c0a84a71ce873767f0093019175e521f9abdfc7897",
"0xa0d75d02e4808cc279f66b1ce162d3228923a7e1345b9c92dc9fa5b17878e8fd",
"0xde380e5319bfb86982078d1eb039153e51261dc04d2dd984ea13c939607a6307",
"0xeff2e6b88c9865a1a5564478eb7d770c045c7fa3e32cf338db8ce279895d8ad3",
"0x076419422a2a6eea44b09b0b441791976832db30e48ba2fbdbacb535549853ec",
"0x60c74fdf07b1ac2b4e21ab5a784edf65e83b240e756fa0ae54e5ef9969cf88fc",
"0x440ff46732f95cebe104b20754d9d4bba7cd02c273867e62eb190cc8c1f5c485",
"0x325d1bb98d111bbb7b2e5802a6fb4820c43f7ba32acfea83bc52ae8c0ae6195c",
"0xb14c536e4753c5456846f2b633f179e2e67aad08c63db7076f192da494de26f7",
"0xe4b2c8f4028ef96a47a706942ffba0c8230bd9d345e715c0d0f26705b7528589",
"0x6df509dbe2817687df54f9243cba636e99fa437611587fd4d47a266fd697e0ff",
"0xd1ad8bcb042a86899c647a15d03ac2afb66e3b7a0856c071320898eb054ea43f",
"0xcf8b22eac37a9890c8e1bfc97b0d81abb258b77a583c92f55222fcc559c26b53",
"0x5e8867fa847e1ab20bb2fe6286a25d6f1226cca87fa1969320cda40d295d80b4",
"0x8a95218618ebd82cb988df2d66a6889c17e07ef97191b2356ef0887030adad80",
"0x66cf5326428f6127a05ba98a741f5b757deaf7b9cfe9344699775705009badcf",
"0x386d883ddb73aae3d94c1e78031b1538b4f2213d59753eb0b37a11917cbf9621",
"0xd720b79af6e1e14dc711b3ead6df8d5c6d811afe4247e299eb8833b81c4d44d2",
"0x97a968f1f16e7756eb4aad18cd9fa8f355ac4549d2e9fafa445188b83fc06313",
"0x2ed4ee93d8f6c6d44551e747c89e763e7f0e92064125a305b72f0a18cd843c7e",
"0xae173c9fab60a84e17834c47181fe8eb24b183cc300fc7f2e0a12ee80f2e9108",
"0x19561acb6de55db0e9ab32cb1316500987a2a74721fc2599a4b2cdeaf86b157d",
"0xd3e1eb9c0606fa231c31dbbbc87749315fc27273d8226254e531f44a0f054f61",
"0x32e91907248e2389fd5425dbcd2bf4431997debbaf6e09500a8b47cb90f27c49",
"0x4c4fe754871afefa6ec99b3e763aa5ae6c3c2805e43d3c8584d0376c6ffa3897",
"0x26233fe71f61c643f8e4310e1a0f07f30619005b6f2684a91f1a559c7ac96a8f",
"0x107cd2e8e6a6195bd37716c4408a383e2c519a276728ed1fc3c8aced948f2d0b",
"0x9d1e2358762ad47e51869c73a4b1a5ccd7651835f5200627a461f764e547feb3",
"0x4c9d15c720e00d3816cd84c80bb9a06fa6e99af0f9a30f448452d545c4238c41",
"0xcaf50e7a3d84441725fb68e96f2bdb6b9dadfc39c9ead45f8481435711438521",
"0x8fafaaa03402dfdaf7fa4186aca3d5f7515d97a02a7b813219ce9760b1dc4deb",
"0xe21dc1a8c2dee35abbd80eba18c0a756cbecbe3ad343f5270c4e552e86b50c1c",
"0xbe19d67e31aacdd617b7f083d05991b7f447f9387a80575b1f364420aa6c8c05",
"0xdaa2e5db636cb08015d824d9507a1d3d7c9b08f241f3aba613402d45ecf150a1",
"0xd577c9d41f46096609719ec6cd795a33fadcfe400ef2a84a231b9042db6505b3",
"0x2a8bcd1085b1f198557eeb0b3c854969b778449cf81a88e05533a9400356338e",
"0xea200c6eb4060496a5c1206d158746292684f108e4285f5254364dc2874fb6b0",
"0xb5540278bfa994dd2ae4002a46b4eae88d1e7aee4988ac34e451b4e687493152",
"0x7077009e689625fa0625bd7adba581d0abcc71588aa0fc3a9190fd2f83b597b9",
"0xe567cbfef65d9340d2fe5482816aee06eaad48498d3f33facf69afe99e3f52c4",
"0x08bb2ea408732f128f15b5dfad7cc74edacc3c57649306ac77fc4d76e4184ad5",
"0xdb8543962b8dcbff6f744dfd235d7763a49fe65f434f41d6028ab08649f6d9b5",
"0x2bc66bffb7d6a5753eb452461ebca4dff4815f7536cee16aa30fdcb62859b8bd",
"0xa61900e071e93491f1af8c356613627db7b01449d3fc5106dae56a5ffe1d5461",
"0x0a73d2558eb027eb0aab4d37c5e8ba8e77dd290cadae3789d660b42b3d4de32e",
"0xa131fe7703a2ce6b4a67ff52fc73cff92c1bd5156186c0132693f1b6ee6a3ad1",
"0x514876e3a51882ed6b1600a4f4c2f9f2306bfe1a86599f5abd1fa1a44d71d2e0",
"0x30bce22cf27983d605bd68da5f70896ca2569daa25a991709ace6de1f600e278",
"0x251d980a9cac829b6f58a14a648a090e3176aad897be4c7a4d799fb313bddedd",
"0x3ca9ed0ebdea7736f1d333e54cb6571018d7ab556c8a3bbd18737daa15eddd5c",
"0x03228fbc764da2acb86b2dd5b2e9aa1700ddde923893e7c9fb9c7da00909671b",
"0x6e0659036ab20d1098490373bc4dfa0897f50730b5cd077ba7859f2a43e1a4c9",
"0x91fd63720aab5bf844a8a080d56e6e38b62eebcf68aa3b3875bcfe83f123ee33",
"0x72adc3d4e88d695fb7875d26f3c7f2fb0b7e369a3906fce2358cd0e7162fb700",
"0x2b5cf7a0a08c449d4343e5d5a6e18c24468469de5303f33f172edd2a21a1aab0",
"0xfca15e89aac6bda96388b49829c778d2c22a6d3dfe4ed92e16f8a5610e953b61",
"0xb5b792b414a15d350f6194780bf4f61f498284397f24aeef093d7d070cab2bc4",
"0xa30537f7bfbfed027619f80b056dbf1ddbd16ab2e0e1272659b22610c9a8cac6",
"0xdf35b4253671ab7b326f977f2696a58e3f4e8f3ed483529b45bd96b2037f438f",
"0xea9548f1b27940eda190628b81e3a436ca96ad2b88d431076b81a16d51bcb1dc",
"0xafa83d9858a8703418ca543b6730e35c6665566bff2ac7dc0e892953c3690151",
"0x8299d23ddc4f09596915c095ab6ec32832ad4650d8899600f5afa6cb5a9fb81e",
"0x421c8f46f739ebb2d350f61be677baff589adab1f9fca0c9b42bdf6ea241c75c",
"0xcfa504c4edb7262190b199ac5262e2d8b74bbd532c1fb76793017d45e2cb9012",
"0x97c1ab096df131c02e1aeb40fc3b303511563f3a75ae705f3431ad6391bdaf93",
"0x4d4620ed7ffac4b4cb6fc599a5daad4a6ea834f0fa919c0b64f8088b17311378",
"0xb607a17a68926eac706ad8a0883af7829a098e2c1b7f516942f55a2da8b05530",
"0xb9c591d6b4ec94ae2c9fa99c0f42bb0eb89cae3cb2a1174c69c9df0b367c9bf5",
"0x551ced43131ece0d66d2abc99fe6a7e93a42b3d44f96c81614362ac6f85d9515",
"0x6722a79423ddc33994e0a41f8e1111c95310185614269774e5cf114da73d48e2",
"0xe98cac31e557b80400ecec7459e1d12fcd7821b9fd392252886398bdd2793cdb",
"0xb3df0bda304167b069c5384b0e82a27738dbc4d46ed0ae25063130335626cd5d",
"0xf3921110bd768aed35d37f4151d5a0c49ef88fe26b0b3bdcbee3d3db2b4de9ba",
"0x269b24ac692d83af71d1fe95d4f1bc7d0c2b3f7a14f88af07926a02b541f72a5",
"0xff455415a1a356c9406bd03f51cea67f5ae6e9689245ab096e1bcc68234747dd",
"0x20d65e9dba4e83492949c83f449b3991910b589ae509be47f935369633d086ce",
"0x3f1873467210338428ba15a91c6225eaccb2865630d735af13136d9b5b0880bc",
"0x34613d3d9923a71350966ca88b37169f35a69867f2c6fc2a2c97d1c52b76bfd6",
"0x7bdcfec134a97639a881ea94df4ebc63a71e4336a3310c204027d6df3085fa27",
"0xcb298ac8f10a64c440a1e4ff4fc28a1d7263ac98786a285ebee5a7b368244f35",
"0xf7b3a88c958e0b5bbfd778a0f158ba9f3addce9d6de97b9afdefec744124659e",
"0xd37840bd894ba9b9327845867c7b8a533a6e228d1149382df979ef9bd64337f9",
"0xbe8e807a46ca3ca4895c528fa509325fa22ac2b1fb0da9b0a92d130a47b1ae32",
"0xeea6308fa488b5bc0d15447985b422e618c413decf6ec0e2e0b1c87278267f77",
"0x20f99acaffc2f0e780c0c105bb1abf1fa4f25a0f3dc65d31e01d4216c1b5448c",
"0x52454db375015d0db1a98e03be67238137d3a790285cee903a7df5a1b75a6642",
"0x652a39f9aed2a566a221bae5cdd6c39531bbf702b2ba0c1a70b6d2f1c77541ea",
"0xac02972e67953ec4f1589c407b826a5f7fbb3e8c4f684116998b3012dc1e15ea",
"0xd869a7c42f92334b925393fb449d4c6cd9541dced62fa2f228b6a5d2e1961bdf",
"0xdfa1aae6759ef98b162d9ad64fb33e4fbf25bb029255af25da29fd0776e236b3",
"0x2ac40e90926faf2664284ec25eeb3bf0f8e36ed187dfd8e40ac092cede1e4fd2",
"0x009093cdcadf9e26f73ebe43cfa7bdf45eafbe733c9f59c3349125417cec8642",
"0xa86f04927f67245f3bd6a9c30d07ff03d59c69235f3e3db583d769e71a73fa51",
"0xd823af39a59856dd0817e30590c534ffc22aa9714a07ef4ad7591f2621c14638",
"0x2fade3864e21df25b0304e58618a4220ea34594ad3e35f998cdebf866bbbc56e",
"0x7a12a9119aee9009bf263ff956d06502def54a8432fde62bf6421ec8be509f62",
"0xaefb16a24252e01b0b0677d3e8a44df913c6011a41dd67d546d1aeaddaca4d1a",
"0x94be9cb206a69b12d89a9cc8bdab79426fb4cb880d7ada3adee3750fb02d002f",
"0xc5d841ba607989785b5581a8f1687f67559469fec78c1e7041ac22c243127edd",
"0x825a1dee01123c298aa28ab6ef09bcd2533711359115677a8ed64fc434556299",
"0x30c50bdb89ddd4104d16fdba4049976eb2eb587f5fb7efb1bcd47d73f01f2103",
"0x8494c04770de629dc3097eb0cb7cd1c9681c3a5572fdc42a451e69a61b870b64",
"0xb7435dc833b203783a63b165f4c904c174ba606437b986fb1bb5024ddca001dd",
"0xb4a9bc76a6f912fb24a418cbb07ae50d791b3b09640e24ad23e2158d0c02a87d",
"0x40e2b4a92db48195ec6b1c2658d6d0b36dbbcdf8d5bfa47bae1c84787c814b5b",
"0xd65ba70218f020d3391f29d33b98adc4dc96dcc3e64173b8d431c52995d51746",
"0xec92ecad9a16f9877cfdee15aa2e5b96bf5681be2e084939e587143040b6bf8b",
"0x958f6ee36ae0cbbbc009a9832c552d7f325aa9b4833beaf6b593147f26be8907",
"0xded6ed9abca9003b5db70d8c738e341c3e9fdba4107bf2f5b3cfe7100b09b5c2",
"0x95f5006053d0da6826d82a9c89a9b0d96dc30df96d0ed2e1e63f1e6dcbd14c13",
"0x9b57e02c8d268f57a320c8e2e267714616baf5b1a29723a24455e1a9de11749b",
"0xb36e830a217eaac0faca5e86ac642f208094d606e5312ad1309ca898653effdc",
"0x6f67e52674041d67f4715fe05fbe19ad579bdb8fa300995f06f8ca1daf3f2f9c",
"0xd1a508e302f855eceeeb8192cae3fa61e0e7c951bde9a2e6ab29f871f5d4e3df",
"0xd6aa0e7195a793ad05282860e63e7e71a54e0429321492de7328afa4f71cdd03",
"0xa7bfa2315dab9a056f94108fdfcdfeaa5269ec8f41766ad0b2ef593e778888a0",
"0x446e55cd1cda45fd99cf56a62d5b7d6a2c9ba17749b063b2b2306f7d413a207e",
"0xeb1f85359bd8866b043c2eebc3d5d8abd635d47fea61a605cbf775bb0b7a77da",
"0x172d61177dceaa628438bdad1e2948f8489086fa66c954aa216bc236e9cc94ac",
"0xec205850f9dfcfc518afae09a44eae850ba4162c2ff113296a40dfd3d86df5f6",
"0x0ca93a4569b1f0eb4c0c52f989af59f27a599d0fc542bdb16724ec25a928cf69",
"0x6c1139d6cdc3a2f6fe2334d11c12c709475bc060c4262ecf77034881c4634593",
"0xe67835c26f42437062b80bff3fa466f53167c92cac0894573231f75bdc6d5d9a",
"0x01c088f2df58de70fa4256bc3e32f712a8172f97c9ff4b0a0e6762f37ad49dab",
"0x09f093e20d14634617ffecb3f88b93f27414d909d869c9e37cf665bd1437044f",
"0x7fa5195b9b190edc4b367253cd78cb6db424b2d6447c20ddc1be6e2a60eff2c3",
"0xcd456573694c7bd73d9ebfcf04b7f750149fb7f066ea5f4ac8eb49d8994b4937",
"0x5a5962550d05fecc61683de79094d574c252ad017b5e48cfc95b626db89549c0",
"0x46a14c68e13923448bd71d35cc2f42d1c5768d77217895306d2873aed8731a65",
"0x6d505d82f605d654bf20902a5211c1416fc05be270c39b821e7b2a4f4e4788a5",
"0x8b84dc26c6a099db70a87359c325b0b8207c7f632eff11f845c9d823084877d0",
"0xefde393922796cf72854a14886b0a5b503bba386c87492fa12241427863ed83e",
"0x29d8333f56b29cf75f565288640cabb01d4453afca1ab2ce49b168600c00d77c",
"0x55117cd6ae4eb0be6786fb65df1a5871bcbef78d5f4f5ce9c1d2476d4c59d90c",
"0xf7c9046c56fd2e9c4d4ee36ec3216e74079bc8e07d9aa87daf056dbfc4a3338d",
"0x0d02f5b6fd914bc28b13bc2d49de3a7d10eabb6d6108d0ba33015d7985f071c9",
"0x0608364909f90b025cabfa64a1479cadf905a6d051a227a83fe777a334a1ef3c",
"0xb48546f8428e962bf79cc147ded5cd736f73c53b08912e2714551bb225dee54e",
"0xbe872f0a2006b3345d588e7f3c2a8dcab7c88782e58753456317dafea4051b33",
"0x950ad580e7c609a5a120ef5afd7c5683e30a5f3fe2d586c4e167658c89ae475f",
"0x44039350ae727a4d92074dc55b401d6a8917c857c70f40a7e9a35533299ce739",
"0x5e0b208c6de252c7fd032cab0cce9bf47ad5cf97dc6ff7e8717dd10a8af47b68",
"0x80c66d486a30c520b86c62c8a0e85a485e0eac36cc8a455ee97013101d5fb840",
"0x7678dd1579bef7b6940bbf7551e4f0373fca7dd3b72447d7197e6fab606bd4d4",
"0xcb5e799b4adeaa7b9f7e309cded3370e46f732ca54233c485cc3c720f37b6a86"
],
"transactionsRoot": "0x17277ba181ce463f041cd023ce24b97581e27e04ce796390ad9efe0e9f19287f",
"uncles": []
}
}
eth_getBlockByNumber
Returns information about a block by block number.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x1b4", true],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"baseFeePerGas": "0x0",
"difficulty": "0x0",
"extraData": "0x",
"gasLimit": "0x0",
"gasUsed": "0x0",
"hash": "0x00000000000001b471ba79b1cf4cfe70ff48558f7a2218f52541d54f3403d091",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"miner": "0x5095d4f4d26ebc672ca12fc0e3a48d6ce3b169d2",
"mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x0000000000000000",
"number": "0x1b4",
"parentHash": "0x00000000000001b36c300ca00603e1f4145045fc9667d4b5e1c8e89d91d6446c",
"receiptsRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
"sha3Uncles": "0x0000000000000000000000000000000000000000000000000000000000000000",
"size": "0xad",
"stateRoot": "0x",
"timestamp": "0x5b304fee",
"totalDifficulty": "0x0",
"transactions": [],
"transactionsRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
"uncles": []
}
}
eth_getBlockTransactionCountByHash
Returns the number of transactions in a block matching the given block hash.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getBlockTransactionCountByHash","params":["0xb903239f8543d04b5dc1ba6579132b143087c68db1b2168786408fcbce568238"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}
eth_getBlockTransactionCountByNumber
Returns the number of transactions in a block from a block matching the given block number.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getBlockTransactionCountByNumber","params":["0xe8"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x0"
}
eth_getCode
Returns code at a given address.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getCode","params":["0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", "latest"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x"
}
eth_getFilterChanges
Polling method for a filter, which returns an array of logs which occurred since last poll.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getFilterChanges","params":["0x16"],"id":73}
Example response: 200
{
"jsonrpc": "2.0",
"id": 73,
"error": {
"code": -32000,
"message": "filter not found"
}
}
eth_getFilterLogs
Returns an array of all logs matching filter with given id.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getFilterLogs","params":["0x16"],"id":74}
Example response: 200
{
"jsonrpc": "2.0",
"id": 74,
"error": {
"code": -32000,
"message": "filter not found"
}
}
eth_getLogs
Returns an array of all logs matching a given filter object.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getLogs","params":[{"topics":["0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0b"]}],"id":74}
Example response: 200
{
"jsonrpc": "2.0",
"id": 74,
"result": []
}
eth_getStorageAt
Returns the value from a storage position at a given address.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0", "method": "eth_getStorageAt","params": ["0x295a70b2de5e3953354a6a8344e616ed314d7251", "0x0", "latest"],"id": 1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x0000000000000000000000000000000000000000000000000000000000000000"
}
eth_getTransactionByBlockHashAndIndex
Returns information about a transaction by block hash and transaction index position.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getTransactionByBlockHashAndIndex","params":["0000000003aa25baaa2de24f42d72c761569080b07be4ef686132cadc63782c6", "0x0"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"blockHash": "0x0000000003aa25baaa2de24f42d72c761569080b07be4ef686132cadc63782c6",
"blockNumber": "0x3aa25ba",
"from": "0x616ce8a70eedeef6aca65f6ca876a6bec95b9787",
"gas": "0x0",
"gasPrice": "0x1a4",
"hash": "0x17551ae297eaae469ac0f4d8a3cbd2947c6703c514bd643673af1e7b9cf5f0dc",
"input": "0x",
"nonce": "0x0000000000000000",
"r": "0xb902e769a39217156cc572eef71b2f5d02e90d20791a98f6e4b8ad4874018e02",
"s": "0x0ee9e0973a07c724e4922f3c5f68fd931552b3092b22e7b124f96711fb0a09d2",
"to": "0x57116ee07b1f09329bee967846e3da63d052110b",
"transactionIndex": "0x0",
"type": "0x0",
"v": "0x1b",
"value": "0x12c"
}
}
eth_getTransactionByBlockNumberAndIndex
Returns information about a transaction by block number and transaction index position.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getTransactionByBlockNumberAndIndex","params":["0x3aa25ba", "0x0"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"blockHash": "0x0000000003aa25baaa2de24f42d72c761569080b07be4ef686132cadc63782c6",
"blockNumber": "0x3aa25ba",
"from": "0x616ce8a70eedeef6aca65f6ca876a6bec95b9787",
"gas": "0x0",
"gasPrice": "0x1a4",
"hash": "0x17551ae297eaae469ac0f4d8a3cbd2947c6703c514bd643673af1e7b9cf5f0dc",
"input": "0x",
"nonce": "0x0000000000000000",
"r": "0xb902e769a39217156cc572eef71b2f5d02e90d20791a98f6e4b8ad4874018e02",
"s": "0x0ee9e0973a07c724e4922f3c5f68fd931552b3092b22e7b124f96711fb0a09d2",
"to": "0x57116ee07b1f09329bee967846e3da63d052110b",
"transactionIndex": "0x0",
"type": "0x0",
"v": "0x1b",
"value": "0x12c"
}
}
eth_getTransactionByHash
Returns the information about a transaction requested by transaction hash.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getTransactionByHash","params":["0x17551ae297eaae469ac0f4d8a3cbd2947c6703c514bd643673af1e7b9cf5f0dc"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"blockHash": "0x0000000003aa25baaa2de24f42d72c761569080b07be4ef686132cadc63782c6",
"blockNumber": "0x3aa25ba",
"from": "0x616ce8a70eedeef6aca65f6ca876a6bec95b9787",
"gas": "0x0",
"gasPrice": "0x1a4",
"hash": "0x17551ae297eaae469ac0f4d8a3cbd2947c6703c514bd643673af1e7b9cf5f0dc",
"input": "0x",
"nonce": "0x0000000000000000",
"r": "0xb902e769a39217156cc572eef71b2f5d02e90d20791a98f6e4b8ad4874018e02",
"s": "0x0ee9e0973a07c724e4922f3c5f68fd931552b3092b22e7b124f96711fb0a09d2",
"to": "0x57116ee07b1f09329bee967846e3da63d052110b",
"transactionIndex": "0x0",
"type": "0x0",
"v": "0x1b",
"value": "0x12c"
}
}
eth_getTransactionReceipt
Returns the receipt of a transaction by transaction hash.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0xb903239f8543d04b5dc1ba6579132b143087c68db1b2168786408fcbce568238"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}
eth_getUncleByBlockHashAndIndex
Returns information about a uncle of a block by hash and uncle index position.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getUncleByBlockHashAndIndex","params":["0xc6ef2fc5426d6ad6fd9e2a26abeab0aa2411b7ab17f30a99d3cb96aed1d1055b","0x0"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}
eth_getUncleByBlockNumberAndIndex
Returns information about a uncle of a block by number and uncle index position.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getUncleByBlockNumberAndIndex","params":["0x29c", "0x0"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}
eth_getUncleCountByBlockHash
Returns the number of uncles in a block matching the given block hash.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getUncleCountByBlockHash","params":["0xc6ef2fc5426d6ad6fd9e2a26abeab0aa2411b7ab17f30a99d3cb96aed1d1055b"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x0"
}
eth_getUncleCountByBlockNumber
Returns the number of uncles in a block from a block matching the given block number.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_getUncleCountByBlockNumber","params":["0xe8"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x0"
}
eth_newBlockFilter
Creates a filter in the node, to notify when a new block arrives.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc": "2.0", "method": "eth_newBlockFilter", "id": 1, "params": []}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x849bac59be1222cba3b856ef57a97196"
}
eth_newFilter
Creates a filter object, based on filter options, to notify when the state changes (logs).
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_newFilter","params":[{ "fromBlock": "0x1", "toBlock": "0x2", "address": "0x8888f1f195afa192cfee860698584c030f4c9db1", "topics": ["0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0b", null, ["0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0b", "0x0000000000000000000000000aff3454fce5edbc8cca8697c15331677e6ebccc"]] }],"id":73}
Example response: 200
{
"jsonrpc": "2.0",
"id": 73,
"result": "0x247df7a6e77ceb28f391cb99395a6d17"
}
eth_syncing
The sync status object may need to be different depending on the details of Tendermint's sync protocol. However, the 'synced' result is simply a boolean, and can easily be derived from Tendermint's internal sync state.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc": "2.0", "method": "eth_syncing", "id": 1, "params": []}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"startingBlock": "0x3aa2637",
"currentBlock": "0x3aa264a",
"highestBlock": "0x3aa264a"
}
}
eth_uninstallFilter
Uninstalls a filter with given id. Should always be called when watch is no longer needed.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"eth_uninstallFilter","params":["0xb"],"id":73}
Example response: 200
{
"jsonrpc": "2.0",
"id": 73,
"error": {
"code": -32000,
"message": "filter not found",
"data": "{}"
}
}
eth_protocolVersion
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{
"jsonrpc": "2.0",
"method": "eth_protocolVersion",
"params": [],
"id": 67
}
Example response: 200
{
"jsonrpc": "2.0",
"id": 67,
"result": "0x1d"
}
eth_mining
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{
"jsonrpc": "2.0",
"method": "eth_mining",
"params": [],
"id": 71
}
Example response: 200
{
"jsonrpc": "2.0",
"id": 71,
"result": false
}
eth_coinbase
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{
"jsonrpc": "2.0",
"method": "eth_coinbase",
"params": [],
"id": 64
}
Example response: 200
{
"jsonrpc": "2.0",
"id": 64,
"error": {
"code": -32000,
"message": "etherbase must be explicitly specified",
"data": "{}"
}
}
eth_getWork
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{
"jsonrpc": "2.0",
"method": "eth_getWork",
"params": [],
"id": 73
}
Example response: 200
{
"jsonrpc": "2.0",
"id": 73,
"result": [
"0x0000000003aa2681514352d10ef874f9300273ef928700de4e3d273cad4be782",
null,
null
]
}
eth_hashrate
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{
"jsonrpc": "2.0",
"method": "eth_hashrate",
"params": [],
"id": 71
}
Example response: 200
{
"jsonrpc": "2.0",
"id": 71,
"result": "0x0"
}
net_version
Returns the current network id.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc": "2.0", "method": "net_version", "id": 1, "params": []}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x2b6653dc"
}
net_listening
Returns true if client is actively listening for network connections.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{
"id": 1,
"jsonrpc": "2.0",
"method": "net_listening"
}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": true
}
net_peerCount
Returns the number of peers currently connected to the client.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{
"jsonrpc": "2.0",
"method": "net_peerCount",
"params": [],
"id": 74
}
Example response: 200
{
"jsonrpc": "2.0",
"id": 74,
"result": "0x8"
}
web3_clientVersion
Get the web3 client version.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc": "2.0", "method": "web3_clientVersion", "id": 1, "params": []}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "TRON/v4.7.4/Linux/Java1.8"
}
web3_sha3
Returns Keccak-256 (not the standardized SHA3-256) of the given data.
Method: POST
https://trx.nownodes.io/jsonrpc
Example body (raw)
{"jsonrpc":"2.0","method":"web3_sha3","params":["0x67656c6c6f20776f726c64"],"id":1}
Example response: 200
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x1b84adea42d5b7d192fd8a61a85b25abe0757e9a65cab1da470258914053823f"
}
Last updated