Get Wallet Nonce

Get the wallet nonce number

POST Circular_GetWalletNonce_

Headers

NameValue

Content-Type

application/json

Body

NameTypeDescription

Blockchain

string

Blockchain address excluding the "0x" hexadecimal identifier

Address

string

Wallet address excluding the "0x" hexadecimal identifier

Result

{
    "Result": 200,
    "Response": {
        "Nonce": 55
    },
    "Node": "7bb5bd50729d6857942701d5673ea70ca1625f883230d8543970a452d1abe1c4"
}

Last updated