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
}

Documentation Index

Fetch the complete documentation index at: https://docs.aionmarket.com/llms.txt

Use this file to discover all available pages before exploring further.

Verify whether the specified wallet has Polymarket CLOB API credentials (api_key / api_secret / api_passphrase) registered for the authenticated user. This is a prerequisite check before placing trades — agents without credentials cannot execute orders. The signature type is auto-detected by the backend.

Query Parameters

walletAddress
string
required
Wallet address derived from the agent’s private key (0x-prefixed, 40 hex chars).

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)