v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Balances & UTXO

Get Account Nonce

Returns the nonce for a user-defined account address.

get/{protocol}/{network}/account/{address}/nonce

Path parameters

protocolstring required

The protocol handle, one of: ethereum, polygon, polkadot, solana.

networkstring required

Which network to target. Available networks can be found in the list of supported protocols or with /{protocol}.

addressstring required

The account address of the protocol.

Query parameters

block_numberstring

Optional field to get the account nonce at a specific block height (not applicable to solana)

Response

Transaction outputs filtered by the given parameters

noncestring required

Account Nonce.

Example response

{
  "nonce": "8000"
}