cURL
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" }
Verify whether encrypted trading credentials already exist for a wallet.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Credential status