Skip to main content

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 or null if it doesn't exist.

Example:

"params": [
"0x52349003240770727900b06a3b3a90f5c0219ade",
"0x112d88"
]

Request

Query Parameters

    apikey stringrequired

    Your API key

Body

    id integer
    jsonrpc string
    method string
    params string[]

Responses

Successful response

Schema

    jsonrpc string
    id integer
    result string
Loading...