ToolAssay

Multi-gate compliance verification

Multi-gate compliance verification: IBAN validation, sanctions screening, onchain address validation with XDR-1 signed receipts. x402 economy/standard/premium tiers.

Answeringour last check, 2026-09-27
1 of 1checks answered this week
41 msmedian answer time
$0.005listed price per call
$0.005price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://verify.code402.dev/v1/verify/bundle

CategoryCompany and compliance
Provider hostverify.code402.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-27 valid payment request 402$0.005 41 ms

Example input (from the provider)

{
  "body": {},
  "bodyType": "json",
  "method": "POST",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "properties": {
        "body": {
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "bundle": {
            "iban": {
              "gate": "pass"
            }
          },
          "gate_results": {
            "iban": "pass"
          },
          "receipt": {
            "tool": "bundle-verify",
            "v": "XDR-1"
          }
        },
        "type": {
          "const": "json",
          "type": "string"
        }
      },
      "required": [
        "type",
        "example"
      ],
      "type": "object"
    }
  }
}

This page as JSON