Skip to main content
POST
/
public
/
v1
/
query
/
get_nonces

Authorizations

string
required
Cryptographically signed (stamped) request to be passed in as a header. For more info, see here.

Body

string
required
Unique identifier for a given Organization.
string
required
The Ethereum address to query nonces for.
string
required
The network identifier in CAIP-2 format (e.g., ‘eip155:1’ for Ethereum mainnet).
boolean
Whether to fetch the standard on-chain nonce.
boolean
Whether to fetch the gas station nonce used for sponsored transactions.

Response

A successful response returns the following fields:
string
The standard on-chain nonce for the address, if requested.
string
The gas station nonce for sponsored transactions, if requested.