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

Method
URL

GET

/address/{walletAddress}

Request Header

Parameter
Type
Required
Description

walletAdddress

String

required

The address of the wallet associated with the user

Response

Response Elements

Field
Type
Required
Description

code

Number

required

3-digit HTTP status code

body

json

required

Whether the wallet address is verified

Last updated