mirrored listing x402 eip155:8453

Use when an autonomous agent needs signed, auditable payee evidence before or after a paym

Use when an autonomous agent needs signed, auditable payee evidence before or after a payment. Runs an exact-match OFAC SDN and Consolidated lookup for crypto wallets, UIDs, or exact names and returns current U.S. Treasury source hashes and a signed receipt. Exact match only; no fuzzy screening, ownership/control analysis, or sanctions clearance.

Do you run evidence.regulavita.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
3
calls / 30d
3
unique payers
2026-08-30
updated

Provider

evidence.regulavita.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x9500075649a70411c81f99c4314f6cff55d12579",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "identifier": "0x0000000000000000000000000000000000000000",
          "identifier_type": "crypto_address",
          "lists": [
            "SDN",
            "CONSOLIDATED"
          ],
          "networks": [
            "eip155:1",
            "eip155:8453"
          ]
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "match_scope": "exact_normalized_identifier_only",
          "match_status": "NO_EXACT_MATCH",
          "matches": [],
          "receipt": {
            "algorithm": "Ed25519"
          },
          "request_id": "ofac_example",
          "source_versions": []
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "identifier": {
                  "maxLength": 256,
                  "minLength": 1,
                  "type": "string"
                },
                "identifier_type": {
                  "enum": [
                    "crypto_address",
                    "ofac_uid",
                    "exact_name"
                  ]
                },
                "lists": {
                  "items": {
                    "enum": [
                      "SDN",
                      "CONSOLIDATED"
                    ]
                  },
                  "maxItems": 2,
                  "minItems": 1,
                  "type": "array"
                },
                "networks": {
                  "items": {
                    "type": "string"
                  },
                  "maxItems": 8,
                  "type": "array"
                }
              },
              "required": [
                "identifier_type",
                "identifier"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "match_status": {
                  "enum": [
                    "EXACT_MATCH",
                    "NO_EXACT_MATCH"
                  ]
                },
                "matches": {
                  "type": "array"
                },
                "provenance": {
                  "type": "object"
                },
                "receipt": {
                  "type": "object"
                },
                "request_id": {
                  "type": "string"
                },
                "source_versions": {
                  "type": "array"
                }
              },
              "required": [
                "request_id",
                "match_status",
                "matches",
                "source_versions",
                "receipt"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://evidence.regulavita.com/v1/ofac/exact-identifier-evidence"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://evidence.regulavita.com/v1/ofac/exact-identifier-evidence");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://evidence.regulavita.com/v1/ofac/exact-identifier-evidence")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/2193.json, and this resource appears in /discovery/resources and /discovery/search.