ronin_getTransactionBySenderAndNonce
POST/
Given a from
address and a nonce
, returns the transaction hash or null
if not found.
Parameters:
from
: the sender Ronin address.nonce
: the sender nonce.
Returns:
result
: the transaction hash ornull
if it doesn't exist.
Example:
"params": [
"0x52349003240770727900b06a3b3a90f5c0219ade",
"0x112d88"
]
Request
Query Parameters
apikey stringrequired
Your API key
- application/json
Body
id integer
jsonrpc string
method string
params string[]
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
jsonrpc string
id integer
result string
{
"jsonrpc": "2.0",
"id": 1,
"result": "0xcf1911356099c562421c4ce7bc47707a39866094f9102cb891cf2cb0194d95d1"
}
Loading...
Was this helpful?
Happy React is loading...