Kobaru
    Kobaru
    • Kobaru.io Gateway API
      • Introduction
        • What is Kobaru?
        • Quick start
        • How x402 works
      • Integration
        • Standard x402 SDK
        • Advanced SDK
        • Transparent proxy integration
        • Direct API integration
      • Core Concepts
        • Available Chains and Assets
        • Payment schemes
        • Security
        • Usage models
      • Guides
        • Pricing your API
        • Going to Production
        • Testing with devnet
        • Bazaar discovery
      • API Reference
        • Error Handling
        • Get Supported Payment Kinds
        • Verify Payment Authorization
        • Settle Payment
      • Discovery
        • List Discovery Resources
      • Schemas
        • SupportedResponse
        • ErrorResponse
        • UnauthorizedResponse
        • RateLimitResponse
        • VerifySuccessResponse
        • VerifyErrorResponse
        • SettleSuccessResponse
        • SettleErrorResponse
        • DiscoveryResourceItem
        • ListDiscoveryResourcesResponse

    SupportedResponse

    {
        "kinds": [
            {
                "x402Version": 0,
                "scheme": "string",
                "network": "string",
                "extra": {
                    "property1": null,
                    "property2": null
                }
            }
        ],
        "extensions": [
            {
                "usageModel": {
                    "model": "string",
                    "limit": 0,
                    "unit": "string"
                },
                "property1": null,
                "property2": null
            }
        ],
        "signers": {
            "property1": "string",
            "property2": "string"
        }
    }
    Built with