Search the US Treasury OFAC SDN sanctions list by name
Search the US Treasury OFAC SDN sanctions list by name. ?q=<name>&limit=10
3000 (raw units)
price
9
calls / 30d
1
unique payers
2026-09-13
updated
Provider
pyfile-agent.taile3ff35.ts.net · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "3000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "3000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "3000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "nano:mainnet",
"payTo": "nano_3uojbn47b5xqcbs4yibbasamn8aeyqxgyi1z8peogwtdn6z3kagjanjpz4ss",
"asset": "XNO",
"amount": "8628000000000000000000000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"limit": 10,
"q": "Apple"
},
"type": "http"
},
"output": {
"example": {
"list_total": 19388,
"matches": 1,
"query": "Huawei",
"results": [
{
"name": "HUAWEI TECHNOLOGIES CO., LTD.",
"programs": [
"NPWMD"
],
"type": "Entity"
}
],
"sanctioned": true,
"source": "OFAC SDN (treasury.gov)"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"type": "number"
},
"q": {
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"list_total": {
"type": "integer"
},
"matches": {
"type": "integer"
},
"query": {
"type": "string"
},
"results": {
"items": {
"properties": {
"name": {
"type": "string"
},
"programs": {
"items": {
"type": "string"
},
"type": "array"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"sanctioned": {
"type": "boolean"
},
"source": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"rail-hint": {
"info": {
"bootstrap": "pip install feeless402 && nano-pay init && nano-pay claim https://feeless402.com",
"cheapest": "nano:mainnet",
"docs": "https://railhint.com",
"why": "Zero network fees, no price floor, sub-second finality — Nano is the true metered price for a machine-to-machine call."
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"info": {
"type": "object"
}
},
"required": [
"info"
],
"type": "object"
}
}
}Use it
curl
curl "https://pyfile-agent.taile3ff35.ts.net/data/sanctions" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://pyfile-agent.taile3ff35.ts.net/data/sanctions");
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://pyfile-agent.taile3ff35.ts.net/data/sanctions")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7156.json, and this resource appears in /discovery/resources and /discovery/search.