Skip to main content
organizationId
string
required
Unique identifier for a given Organization.
address
string
required
The Ethereum address to query nonces for.
caip2
enum<string>
required
Enum options: eip155:1, eip155:11155111, eip155:8453, eip155:84532, eip155:137, eip155:80002, eip155:56, eip155:97, eip155:10, eip155:11155420, eip155:143, eip155:10143, eip155:42161, eip155:4217, eip155:42431, eip155:421614
nonce
boolean
Whether to fetch the standard on-chain nonce.
gasStationNonce
boolean
Whether to fetch the gas station nonce used for sponsored transactions.
A successful response returns the following fields:
nonce
string
The standard on-chain nonce for the address, if requested.
gasStationNonce
string
The gas station nonce for sponsored transactions, if requested.