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

# Get Supported

> Return supported schemes and networks for this x402 resource server.

Response format follows x402 v2 spec SupportedKind structure.



## OpenAPI

````yaml /api-reference/openapi.json get /x402/supported
openapi: 3.1.0
info:
  title: LimitGuard.ai
  description: Trust Intelligence API - Entity verification and risk scoring
  version: 0.1.0
servers:
  - url: https://api.limitguard.ai
security: []
paths:
  /x402/supported:
    get:
      tags:
        - x402
      summary: Get Supported
      description: |-
        Return supported schemes and networks for this x402 resource server.

        Response format follows x402 v2 spec SupportedKind structure.
      operationId: get_supported_x402_supported_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````