mirrored listing x402 eip155:8453

Screen a person or company name against international sanctions (US OFAC SDN + Consolidate

Screen a person or company name against international sanctions (US OFAC SDN + Consolidated, EU, UK), Politically Exposed Persons (PEP: national politicians of 31 countries, sourced from Wikidata), and national lists (Mexico: SAT 69/69-B and sanctioned suppliers; Brazil, Colombia, Argentina, Dominican Republic). Fuzzy name + alias matching with a 0-100 score. Every hit and source is stamped with list, program and refresh date.

Do you run api.resetparatodos.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
100000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-25
updated

Provider

api.resetparatodos.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "country": "MX",
          "name": "Nicolas Maduro",
          "tax_id": "EKU9003173C9"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "evidence": {
            "sources_checked": [
              {
                "license": "Public domain",
                "source": "OFAC_SDN"
              },
              {
                "license": "CC-BY 4.0",
                "source": "EU"
              },
              {
                "license": "Open Government Licence v3.0",
                "source": "UK"
              }
            ]
          },
          "ok": true,
          "result": {
            "international": {
              "hits": [
                {
                  "matched_name": "PUTIN, Vladimir Vladimirovich",
                  "matched_on": "name",
                  "program": "RUSSIA-EO14024",
                  "score": 100,
                  "source": "OFAC_SDN"
                },
                {
                  "matched_name": "Vladimir Vladimirovich PUTIN",
                  "matched_on": "name",
                  "program": "Russia",
                  "score": 100,
                  "source": "UK"
                }
              ]
            },
            "match_found": true,
            "name": "Vladimir Putin",
            "national": {
              "checked": false,
              "reason": "no country provided; international core only"
            }
          }
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "country": {
                  "description": "ISO country code for national-list screening (e.g. MX). Optional.",
                  "type": "string"
                },
                "name": {
                  "description": "Full name of the person or entity to screen",
                  "type": "string"
                },
                "tax_id": {
                  "description": "National tax ID (e.g. Mexican RFC) for national lookups. Optional.",
                  "type": "string"
                }
              },
              "required": [
                "name"
              ],
              "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": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.resetparatodos.com/x402/v1/screen"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.resetparatodos.com/x402/v1/screen");
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://api.resetparatodos.com/x402/v1/screen")
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/7383.json, and this resource appears in /discovery/resources and /discovery/search.