Skip to main content
POST
eth_getTransactionBySenderAndNonce
Plasma API method that returns the transaction information by sender address and nonce.

Parameters

  • address — the sender address
  • quantity — the transaction nonce

Response

  • object — a transaction object, or null when no transaction was found

eth_getTransactionBySenderAndNonce code examples

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:eth_getTransactionBySenderAndNonce
params
string[]

The sender address.

Response

200 - application/json

Returns the transaction information by sender address and nonce.

jsonrpc
string
id
integer
result
object | null
Last modified on May 18, 2026