isWalletExist

Verify that the wallet address is authorized. This API is requested when authentication information is required for a wallet address.

Request

API Request Methods

MethodURL

GET

/address/{walletAddress}

Request Header

ParameterTypeRequiredDescription

walletAdddress

String

required

The address of the wallet associated with the user

Response

Response Elements

FieldTypeRequiredDescription

code

Number

required

3-digit HTTP status code

body

json

required

Whether the wallet address is verified

Last updated