cURL
curl --request GET \ --url https://pm-t1.bxingupdate.com/bvapi/wallet/credentials/check \ --header 'Authorization: Bearer <token>'
{ "hasCredentials": true, "walletAddress": "<string>", "signatureType": 123 }
Check whether a wallet has valid trading credentials (API keys).
polymarket
Show WalletCredentialStatus
true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Credential status
Whether valid credentials exist for this wallet
Wallet address checked
Signature type (auto-detected by backend)