Skip to main content
GET
/
auth
/
validate-readonly-api-key
Validate a readonly API key
curl --request GET \
  --url https://clob.kuest.com/auth/validate-readonly-api-key
{
  "valid": true
}
Validate whether a readonly API key is active for a given address. This endpoint is public and does not require authentication headers.

Query parameters

ParameterTypeRequiredDescription
addressstringYesWallet address associated with the readonly key.
keystringYesReadonly API key to validate.

Response fields

FieldTypeDescription
validbooleanWhether the readonly key is valid for the address.

Query Parameters

address
string
required

Wallet address associated with the readonly key.

key
string
required

Readonly API key to validate.

Response

Validation result

valid
boolean
required

Whether the readonly key is valid for the address.