Vendor Due Diligence & OFAC

Explore practical art guides, trusted buying recommendations, artist-focused features, and curated resources for illustrators, painters, and visual creators.

SearchLiveeip155:8453Exactvia cdp
Vendor OFAC sanctions screeningVendor due diligenceCompany verificationOFAC primary and alias namesVendor risk assessment
Calls · 30d
2→ 0%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 10 snapshots so far.
$0.22
Verified settled volume
15 settlements proven x402 by their on-chain EIP-3009 marker.
$0.025
Listed price
As published in the catalog. Always read the live 402 before paying.
2
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-09-04 03:46Z
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0xf69586f5E0e5B3b105A1937364D8B299877c9735

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.025USDC≈ $0.025 USD
on Base · exact scheme

Pay 0.025 USDC on Base to 0xf695…c9735. The signed payment is good for 1 minute.

USD Coin contract
0x8335…02913
Payment window
1 minute
As published
25000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0xf69586f5E0e5B3b105A1937364D8B299877c9735",
    "amount": "25000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 60
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "cik": "320193",
          "domain": "apple.com",
          "company_name": "Apple Inc.",
          "jurisdiction": "US"
        },
        "type": "http",
        "method": "POST",
        "bodyType": "json"
      },
      "output": {
        "type": "json",
        "example": {
          "query": {
            "cik": "320193",
            "domain": "apple.com",
            "company_name": "Apple Inc.",
            "jurisdiction": "US"
          },
          "license": {
            "id": "the-artillerist-paid-machine-response-v1.0",
            "url": "https://theartillerist.com/api/v1/licenses/paid-content.json",
            "permits": [
              "retrieve_and_parse_response",
              "use_as_ai_input_for_the_purchaser_requested_task",
              "ground_answers_and_create_summaries_for_the_purchaser",
              "extract_facts_recommendations_and_calculations"
            ],
            "version": "1.0",
            "prohibits": [
              "model_training_or_fine_tuning",
              "persistent_corpus_indexing_or_dataset_creation",
              "redistribution_or_republication_of_substantial_portions",
              "resale_of_the_raw_response_or_a_competing_database",
              "circumvention_of_payment_or_access_controls"
            ],
            "terms_url": "https://theartillerist.com/paid-content-license",
            "resource_type": "agent_intelligence_api_response",
            "attaches_after": "successful_x402_settlement"
          },
          "payment": {
            "status": "settled",
            "network": "eip155:8453",
            "amount_usdc": "0.025000",
            "transaction_reference": "redacted-example"
          },
          "product": {
            "id": "vendor-risk",
            "name": "Vendor Risk Brief"
          },
          "signals": [],
          "evidence": [
            {
              "source": "gleif",
              "status": "ok",
              "source_url": "https://api.gleif.org/api/v1/lei-records/HWUPKR0MPOU8FGXBT394",
              "retrieved_at": "2026-09-02T12:00:00+00:00"
            }
          ],
          "identity": {
            "gleif": {
              "lei": "HWUPKR0MPOU8FGXBT394",
              "matched": true,
              "legal_name": "APPLE INC."
            },
            "sec_edgar": {
              "cik": "0000320193",
              "matched": true,
              "tickers": [
                "AAPL"
              ]
            },
            "submitted_name": "Apple Inc.",
            "domain_registration": {
              "domain": "apple.com",
              "matched": true,
              "privacy_note": "Registrant contact data is intentionally omitted."
            }
          },
          "report_id": "air_0123456789abcdef0123456789abcdef",
          "screening": {
            "matches": [],
            "match_count": 0,
            "interpretation": "No exact normalized primary-name or alias match was found in the locally synced official files."
          },
          "confidence": {
            "basis": "Multiple official sources returned usable evidence.",
            "level": "high",
            "score": 96
          },
          "monitoring": null,
          "duration_ms": 420,
          "fresh_until": "2026-09-02T18:00:00+00:00",
          "limitations": [
            "Informational evidence only; not legal, sanctions, investment, credit, or compliance advice."
          ],
          "methodology": [
            "Deterministic retrieval and normalization; no language model creates or fills facts."
          ],
          "generated_at": "2026-09-02T12:00:00+00:00",
          "report_status": "complete_with_disclosed_gaps",
          "schema_version": "1.1"
        }
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "properties": {
            "body": {
              "type": "object"
            },
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "bodyType": {
              "enum": [
                "json"
              ],
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object"
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    }
  }
}

Provenance

Seen in the source catalog
2026-09-04 03:46Z
Last indexed by Roundhouse
2026-09-10 12:40Z
Last enriched (probe, favicon, geo)
2026-09-11 17:16Z
x402 version
2
Max timeout
60s
Liveness probe
HTTP 405
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 10 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service Vendor Due Diligence & OFAC and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Vendor%20Due%20Diligence%20%26%20OFAC'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://theartillerist.com/api/v1/intelligence/vendor-risk, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.