> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simmer.markets/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallet Check Credentials

> Check if CLOB credentials are already registered for this user's wallet.



## OpenAPI

````yaml /openapi.json get /api/sdk/wallet/credentials/check
openapi: 3.1.0
info:
  title: Simmer API
  description: Agent-native trading infrastructure for prediction markets.
  version: 1.0.0
servers:
  - url: https://api.simmer.markets
security: []
paths:
  /api/sdk/wallet/credentials/check:
    get:
      summary: Wallet Check Credentials
      description: Check if CLOB credentials are already registered for this user's wallet.
      operationId: api_wallet_check_credentials_api_sdk_wallet_credentials_check_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````