EVM, SVM, and TVM onchain data endpoints, plus API documentation and monitoring.
    Read-only preview
    You're browsing the public OpenAPI spec. Sign in to send live requests with your team's API key.
    Documentation

    x402 Discovery

    FREE
    Returns the public x402 discovery document. Payment enforcement, verification, settlement, and metering are handled by the proxy layer.
    GET
    https://api.pinax.network/.well-known/x402

    Response

    200 OK
    {
      "x402Version": 2,
      "name": "Pinax API",
      "resourceServer": "https://api.pinax.network",
      "payment": {
        "enforcement": "proxy"
      },
      "discovery": {
        "openapi": "https://api.pinax.network/openapi",
        "llms": "https://api.pinax.network/llms.txt",
        "skill": "https://api.pinax.network/SKILL.md"
      },
      "datasets": []
    }