Skip to main content
GET
/
wallet
/
credentials
/
check
Check Wallet Credentials
curl --request GET \
  --url https://pm-t1.bxingupdate.com/bvapi/wallet/credentials/check \
  --header 'Authorization: Bearer <token>'
{
  "hasCredentials": true,
  "walletAddress": "<string>",
  "signatureType": 123
}
Verify whether the specified wallet has valid trading credentials set up for the given venue. This is a prerequisite check before placing trades — agents without credentials cannot execute orders.

Query Parameters

walletAddress
string
required
The wallet address to check credentials for.
venue
string
default:"polymarket"
Trading venue identifier. Default: polymarket.

Response

data
object
Credential status.

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

Whether valid credentials exist for this wallet

walletAddress
string

Wallet address checked

signatureType
integer

Signature type (auto-detected by backend)