Skip to main content
GET
/
wallet
/
credentials
/
check
Check Wallet Credentials
curl --request GET \
  --url https://www.aionmarket.com/bvapi/wallet/credentials/check \
  --header 'Authorization: Bearer <token>'
{
  "hasCredentials": true,
  "walletAddress": "<string>",
  "signatureType": 123,
  "encryptedCredentials": true,
  "registeredAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
default:YOUR_API_KEY
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

walletAddress
string
required

Response

200 - application/json

Credential status

hasCredentials
boolean
walletAddress
string
signatureType
integer
encryptedCredentials
boolean
registeredAt
string<date-time>