Check Wallet Existence

POST Circular_CheckWallet_

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

When the wallet exists:

{
    "Result": 200,
    "Response": "Success",
    "Node": "7bb5bd50729d6857942701d5673ea70ca1625f883230d8543970a452d1abe1c4"
}

Last updated