x402 List

x402 Protocol Service Directory

Strale

Data PAYMENT-READY

payment-ready until 2026-08-20

Business data and compliance APIs for AI agents. 250+ independently quality-tested capabilities: company registry lookups across 20+ countries, KYB and sanctions/PEP screening, VAT/IBAN/LEI validation, document extraction. Pay per call in USDC on Base via x402, no signup and no API key. Every call returns an audit record with cryptographic chain hashing.

Pay from $0.0216 to $0.216 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-08-13 · no on-chain settlement recorded yet

BASE URL https://api.strale.io WEBSITE https://strale.dev/?src=x402-list ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-08-13 MONITORED SINCE 2026-08-13

ASSESSMENT

updated 2h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
92ms
avg response
92ms
total checks
1

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (13/14): declares the current x402 version (2)

13 of 14 x402 conformance checks pass; failing: declares the current x402 version (2). Full checklist below.

jump to compliance checklist

price $0.0216 to $0.216 (p71 in Data)
price (min)
$0.0216
price (max)
$0.216
category percentile (min)
p71 in Data
category percentile (max)
p87 in Data
endpoints / prices
10 / 4
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
167d
registrar
GoDaddy.com, LLC
hosting
custom
domain created
2026-02-27

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /x402/adverse-media-check Screens a person or company for adverse news coverage across 235,000+ sources via Dilisense (primary) with Serper Google search fallback. Returns audit-grade evidence: risk level with documented thresholds, FATF-aligned category counts, top article headli… $0.216 Base USDC body (v1 style)
GET /x402/dns-lookup Perform a comprehensive DNS lookup for a domain. Returns A, AAAA, MX, NS, TXT, CNAME records plus SPF and DMARC detection. $0.0324 Base USDC body (v1 style)
GET /x402/email-validate Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess… $0.0324 Base USDC body (v1 style)
GET /x402/iban-validate Validate an IBAN number. Checks format, length, and mod-97 checksum. Extracts country code, bank identifier, and branch code. Pure algorithmic — fast and cheap. $0.054 Base USDC body (v1 style)
GET /x402/lei-lookup Look up a Legal Entity Identifier (LEI) via the GLEIF database. Accepts a 20-character LEI or company name. Returns entity name, jurisdiction, addresses, registration status. $0.054 Base USDC body (v1 style)
GET /x402/norwegian-company-data Look up Norwegian company data from the Brønnøysund Register Centre. Accepts org number (9 digits) or fuzzy company name. $0.054 Base USDC body (v1 style)
GET /x402/pep-check Screens an individual against the Politically Exposed Persons (PEP) database via Dilisense. Coverage spans 230+ geopolitical territories aligned with EU C/2023/724 PEP function definitions and includes Relatives and Close Associates (RCAs). Returns audit-… $0.054 Base USDC body (v1 style)
GET /x402/sanctions-check Check if a person or entity is on sanctions lists (EU, US OFAC, UN, UK OFSI, Swiss SECO, BIS, World Bank, EBRD, ADB + 125 national lists). Uses Dilisense consolidated database. Returns audit-grade evidence: match results with named source attribution and… $0.216 Base USDC body (v1 style)
GET /x402/swedish-company-data Look up Swedish company registry data via Bolagsverket's Värdefulla datamängder API. Returns name, legal form, status, registered address, SNI industry codes, registration date, and ongoing insolvency/liquidation procedures. $0.054 Base USDC body (v1 style)
GET /x402/vat-validate Validate a European VAT number against the VIES database. Returns company name, address, and validity. Caches results for 24 hours for instant responses on repeated lookups. Serves cached data when VIES is down. $0.0216 Base USDC body (v1 style)
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /x402/adverse-media-check returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://api.strale.io/x402/adverse-media-check'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "Payment required. IBAN Validation costs $0.0540 USDC per call.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/iban-validate",
        "description": "Validate an IBAN number. Checks format, length, and mod-97 checksum. Extracts country code, bank identifier, and branch code. Pure algorithmic — fast and cheap.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "iban": {
                "type": "string",
                "required": true,
                "description": "IBAN to validate (e.g. SE3550000000054910000003)"
              }
            },
            "discoverable": true
          },
          "output": {
            "error": {
              "type": "string"
            },
            "valid": {
              "type": "boolean"
            },
            "bank_code": {
              "type": "string"
            },
            "branch_code": {
              "type": "string"
            },
            "country_code": {
              "type": "string"
            }
          }
        },
        "maxAmountRequired": "54000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.strale.io/x402/iban-validate",
      "mimeType": "application/json",
      "description": "Validate an IBAN number. Checks format, length, and mod-97 checksum. Extracts country code, bank identifier, and branch code. Pure algorithmic — fast and cheap."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "iban": "example_iban"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "iban"
                  ],
                  "properties": {
                    "iban": {
                      "type": "string",
                      "description": "IBAN to validate (e.g. SE3550000000054910000003)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 1,
    "paymentRequirements": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/iban-validate",
        "description": "Validate an IBAN number. Checks format, length, and mod-97 checksum. Extracts country code, bank identifier, and branch code. Pure algorithmic — fast and cheap.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "iban": {
                "type": "string",
                "required": true,
                "description": "IBAN to validate (e.g. SE3550000000054910000003)"
              }
            },
            "discoverable": true
          },
          "output": {
            "error": {
              "type": "string"
            },
            "valid": {
              "type": "boolean"
            },
            "bank_code": {
              "type": "string"
            },
            "branch_code": {
              "type": "string"
            },
            "country_code": {
              "type": "string"
            }
          }
        },
        "maxAmountRequired": "54000",
        "maxTimeoutSeconds": 300
      }
    ]
  },
  {
    "error": "Payment required. EU VAT Validation + VIES Enrichment costs $0.0216 USDC per call.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/vat-validate",
        "description": "Validate a European VAT number against the VIES database. Returns company name, address, and validity. Caches results for 24 hours for instant responses on repeated lookups. Serves cached data when VIES is down.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "vat_number": {
                "type": "string",
                "required": true,
                "description": "EU VAT number including country prefix (e.g. SE556703748501)"
              }
            },
            "discoverable": true
          },
          "output": {
            "valid": {
              "type": "boolean"
            },
            "vat_number": {
              "type": "string"
            },
            "company_name": {
              "type": "string"
            },
            "country_code": {
              "type": "string"
            },
            "company_address": {
              "type": "string"
            }
          }
        },
        "maxAmountRequired": "21600",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.strale.io/x402/vat-validate",
      "mimeType": "application/json",
      "description": "Validate a European VAT number against the VIES database. Returns company name, address, and validity. Caches results for 24 hours for instant responses on repeated lookups. Serves cached data when VIES is down."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "vat_number": "example_vat_number"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "vat_number"
                  ],
                  "properties": {
                    "vat_number": {
                      "type": "string",
                      "description": "EU VAT number including country prefix (e.g. SE556703748501)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 1,
    "paymentRequirements": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/vat-validate",
        "description": "Validate a European VAT number against the VIES database. Returns company name, address, and validity. Caches results for 24 hours for instant responses on repeated lookups. Serves cached data when VIES is down.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "vat_number": {
                "type": "string",
                "required": true,
                "description": "EU VAT number including country prefix (e.g. SE556703748501)"
              }
            },
            "discoverable": true
          },
          "output": {
            "valid": {
              "type": "boolean"
            },
            "vat_number": {
              "type": "string"
            },
            "company_name": {
              "type": "string"
            },
            "country_code": {
              "type": "string"
            },
            "company_address": {
              "type": "string"
            }
          }
        },
        "maxAmountRequired": "21600",
        "maxTimeoutSeconds": 300
      }
    ]
  },
  {
    "error": "Payment required. Swedish Company Data costs $0.0540 USDC per call.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/swedish-company-data",
        "description": "Look up Swedish company registry data via Bolagsverket's Värdefulla datamängder API. Returns name, legal form, status, registered address, SNI industry codes, registration date, and ongoing insolvency/liquidation procedures.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "org_number": {
                "type": "string",
                "required": true,
                "description": "Swedish organisationsnummer (10 digits, e.g. 556703-7485)"
              }
            },
            "discoverable": true
          },
          "output": {
            "status": {
              "enum": [
                "active",
                "deregistered",
                "unknown"
              ],
              "type": "string"
            },
            "is_active": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "sni_codes": {
              "type": "array"
            },
            "legal_form": {
              "type": [
                "string",
                "null"
              ]
            },
            "org_number": {
              "type": "string"
            },
            "vat_number": {
              "type": "string"
            },
            "company_name": {
              "type": "string"
            },
            "company_type": {
              "type": "string"
            },
            "country_code": {
              "type": "string"
            },
            "legal_form_code": {
              "type": [
                "string",
                "null"
              ]
            },
            "registered_date": {
              "type": [
                "string",
                "null"
              ]
            },
            "alternative_names": {
              "type": "array"
            },
            "company_type_code": {
              "type": "string"
            },
            "deregistered_date": {
              "type": [
                "string",
                "null"
              ]
            },
            "ongoing_procedures": {
              "type": "array"
            },
            "registered_address": {
              "type": [
                "object",
                "null"
              ]
            },
            "business_description": {
              "type": [
                "string",
                "null"
              ]
            },
            "deregistration_reason": {
              "type": [
                "string",
                "null"
              ]
            }
          }
        },
        "maxAmountRequired": "54000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.strale.io/x402/swedish-company-data",
      "mimeType": "application/json",
      "description": "Look up Swedish company registry data via Bolagsverket's Värdefulla datamängder API. Returns name, legal form, status, registered address, SNI industry codes, registration date, and ongoing insolvency/liquidation procedures."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "org_number": "example_org_number"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "org_number"
                  ],
                  "properties": {
                    "org_number": {
                      "type": "string",
                      "description": "Swedish organisationsnummer (10 digits, e.g. 556703-7485)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 1,
    "paymentRequirements": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/swedish-company-data",
        "description": "Look up Swedish company registry data via Bolagsverket's Värdefulla datamängder API. Returns name, legal form, status, registered address, SNI industry codes, registration date, and ongoing insolvency/liquidation procedures.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "org_number": {
                "type": "string",
                "required": true,
                "description": "Swedish organisationsnummer (10 digits, e.g. 556703-7485)"
              }
            },
            "discoverable": true
          },
          "output": {
            "status": {
              "enum": [
                "active",
                "deregistered",
                "unknown"
              ],
              "type": "string"
            },
            "is_active": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "sni_codes": {
              "type": "array"
            },
            "legal_form": {
              "type": [
                "string",
                "null"
              ]
            },
            "org_number": {
              "type": "string"
            },
            "vat_number": {
              "type": "string"
            },
            "company_name": {
              "type": "string"
            },
            "company_type": {
              "type": "string"
            },
            "country_code": {
              "type": "string"
            },
            "legal_form_code": {
              "type": [
                "string",
                "null"
              ]
            },
            "registered_date": {
              "type": [
                "string",
                "null"
              ]
            },
            "alternative_names": {
              "type": "array"
            },
            "company_type_code": {
              "type": "string"
            },
            "deregistered_date": {
              "type": [
                "string",
                "null"
              ]
            },
            "ongoing_procedures": {
              "type": "array"
            },
            "registered_address": {
              "type": [
                "object",
                "null"
              ]
            },
            "business_description": {
              "type": [
                "string",
                "null"
              ]
            },
            "deregistration_reason": {
              "type": [
                "string",
                "null"
              ]
            }
          }
        },
        "maxAmountRequired": "54000",
        "maxTimeoutSeconds": 300
      }
    ]
  },
  {
    "error": "Payment required. Norwegian Company Data costs $0.0540 USDC per call.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/norwegian-company-data",
        "description": "Look up Norwegian company data from the Brønnøysund Register Centre. Accepts org number (9 digits) or fuzzy company name.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": {
                "type": "string",
                "description": "Alias for company_name"
              },
              "task": {
                "type": "string",
                "description": "Free-text alias — org number or company name"
              },
              "query": {
                "type": "string",
                "description": "Free-text alias — org number or company name"
              },
              "org_number": {
                "type": "string",
                "description": "Norwegian org number, 9 digits (e.g. 923609016)"
              },
              "company_name": {
                "type": "string",
                "description": "Company name (e.g. \"Telenor\"). Resolved against Brønnøysundregistrene and accepted only on a confident name match — an ambiguous name is refused rather than resolved to the wrong legal entity."
              },
              "company_number": {
                "type": "string",
                "description": "Alias for org_number"
              }
            },
            "discoverable": true
          },
          "output": {
            "status": {
              "type": "string"
            },
            "address": {
              "type": "string"
            },
            "org_number": {
              "type": "string"
            },
            "vat_number": {
              "type": [
                "string",
                "null"
              ]
            },
            "company_name": {
              "type": "string"
            },
            "business_type": {
              "type": "string"
            },
            "industry_code": {
              "type": [
                "string",
                "null"
              ]
            },
            "employee_count": {
              "type": [
                "integer",
                "null"
              ]
            },
            "tier_2_available": {
              "type": "boolean"
            },
            "ubo_availability": {
              "type": "string"
            },
            "registration_date": {
              "type": [
                "string",
                "null"
              ]
            },
            "industry_description": {
              "type": [
                "string",
                "null"
              ]
            },
            "legal_representatives": {
              "type": "array",
              "description": "Active legal representatives (board members, managing director, signatories, procurists) from the Brreg /roller endpoint. Strale canonical shape: {type, name, role, role_code, role_group, date_of_birth}. role_group is the Brreg rollegruppe code (STYR, DAGL, SIGN, PROK, KOMP, KONT, etc.); role_code is the per-member rolletype code (LEDE, NEST, MEDL, VARA, OBS for STYR; same as the group for single-role groups). Resigned / deregistered roles (fratraadt, avregistrert) are filtered out. Anonymous endpoint — name + birth date only, fnr not exposed."
            },
            "tier_2_available_reason": {
              "type": "string"
            },
            "ubo_availability_reason": {
              "type": "string"
            },
            "total_legal_representatives": {
              "type": "integer"
            }
          }
        },
        "maxAmountRequired": "54000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.strale.io/x402/norwegian-company-data",
      "mimeType": "application/json",
      "description": "Look up Norwegian company data from the Brønnøysund Register Centre. Accepts org number (9 digits) or fuzzy company name."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "org_number": "example_org_number"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "anyOf": [
                    {
                      "required": [
                        "org_number"
                      ]
                    },
                    {
                      "required": [
                        "company_number"
                      ]
                    },
                    {
                      "required": [
                        "company_name"
                      ]
                    },
                    {
                      "required": [
                        "name"
                      ]
                    },
                    {
                      "required": [
                        "query"
                      ]
                    },
                    {
                      "required": [
                        "task"
                      ]
                    }
                  ],
                  "required": [],
                  "properties": {
                    "name": {
                      "type": "string",
                      "description": "Alias for company_name"
                    },
                    "task": {
                      "type": "string",
                      "description": "Free-text alias — org number or company name"
                    },
                    "query": {
                      "type": "string",
                      "description": "Free-text alias — org number or company name"
                    },
                    "org_number": {
                      "type": "string",
                      "description": "Norwegian org number, 9 digits (e.g. 923609016)"
                    },
                    "company_name": {
                      "type": "string",
                      "description": "Company name (e.g. \"Telenor\"). Resolved against Brønnøysundregistrene and accepted only on a confident name match — an ambiguous name is refused rather than resolved to the wrong legal entity."
                    },
                    "company_number": {
                      "type": "string",
                      "description": "Alias for org_number"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 1,
    "paymentRequirements": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/norwegian-company-data",
        "description": "Look up Norwegian company data from the Brønnøysund Register Centre. Accepts org number (9 digits) or fuzzy company name.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": {
                "type": "string",
                "description": "Alias for company_name"
              },
              "task": {
                "type": "string",
                "description": "Free-text alias — org number or company name"
              },
              "query": {
                "type": "string",
                "description": "Free-text alias — org number or company name"
              },
              "org_number": {
                "type": "string",
                "description": "Norwegian org number, 9 digits (e.g. 923609016)"
              },
              "company_name": {
                "type": "string",
                "description": "Company name (e.g. \"Telenor\"). Resolved against Brønnøysundregistrene and accepted only on a confident name match — an ambiguous name is refused rather than resolved to the wrong legal entity."
              },
              "company_number": {
                "type": "string",
                "description": "Alias for org_number"
              }
            },
            "discoverable": true
          },
          "output": {
            "status": {
              "type": "string"
            },
            "address": {
              "type": "string"
            },
            "org_number": {
              "type": "string"
            },
            "vat_number": {
              "type": [
                "string",
                "null"
              ]
            },
            "company_name": {
              "type": "string"
            },
            "business_type": {
              "type": "string"
            },
            "industry_code": {
              "type": [
                "string",
                "null"
              ]
            },
            "employee_count": {
              "type": [
                "integer",
                "null"
              ]
            },
            "tier_2_available": {
              "type": "boolean"
            },
            "ubo_availability": {
              "type": "string"
            },
            "registration_date": {
              "type": [
                "string",
                "null"
              ]
            },
            "industry_description": {
              "type": [
                "string",
                "null"
              ]
            },
            "legal_representatives": {
              "type": "array",
              "description": "Active legal representatives (board members, managing director, signatories, procurists) from the Brreg /roller endpoint. Strale canonical shape: {type, name, role, role_code, role_group, date_of_birth}. role_group is the Brreg rollegruppe code (STYR, DAGL, SIGN, PROK, KOMP, KONT, etc.); role_code is the per-member rolletype code (LEDE, NEST, MEDL, VARA, OBS for STYR; same as the group for single-role groups). Resigned / deregistered roles (fratraadt, avregistrert) are filtered out. Anonymous endpoint — name + birth date only, fnr not exposed."
            },
            "tier_2_available_reason": {
              "type": "string"
            },
            "ubo_availability_reason": {
              "type": "string"
            },
            "total_legal_representatives": {
              "type": "integer"
            }
          }
        },
        "maxAmountRequired": "54000",
        "maxTimeoutSeconds": 300
      }
    ]
  },
  {
    "error": "Payment required. PEP Check costs $0.0540 USDC per call.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/pep-check",
        "description": "Screens an individual against the Politically Exposed Persons (PEP) database via Dilisense. Coverage spans 230+ geopolitical territories aligned with EU C/2023/724 PEP function definitions and includes Relatives and Close Associates (RCAs). Returns audit-…",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": {
                "type": "string",
                "required": true,
                "description": "Full name of person to screen"
              },
              "country": {
                "type": "string",
                "description": "ISO country code filter (optional)"
              },
              "birth_date": {
                "type": "string",
                "description": "Alias for date_of_birth (optional)"
              },
              "date_of_birth": {
                "type": "string",
                "description": "ISO date of birth (YYYY-MM-DD) for disambiguation, reduces false positives on common names (optional)"
              }
            },
            "discoverable": true
          },
          "output": {
            "query": {
              "type": "string"
            },
            "is_pep": {
              "type": "boolean"
            },
            "source": {
              "enum": [
                "dilisense"
              ],
              "type": "string"
            },
            "matches": {
              "type": "array"
            },
            "match_count": {
              "type": "integer"
            },
            "screened_at": {
              "type": "string"
            },
            "lists_queried": {
              "type": "object"
            },
            "total_results": {
              "type": "integer"
            },
            "country_filter": {
              "type": [
                "string",
                "null"
              ]
            },
            "birth_date_filter": {
              "type": [
                "string",
                "null"
              ]
            }
          }
        },
        "maxAmountRequired": "54000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.strale.io/x402/pep-check",
      "mimeType": "application/json",
      "description": "Screens an individual against the Politically Exposed Persons (PEP) database via Dilisense. Coverage spans 230+ geopolitical territories aligned with EU C/2023/724 PEP function definitions and includes Relatives and Close Associates (RCAs). Returns audit-…"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": "example_name",
              "country": "example_country",
              "birth_date": "example_birth_date",
              "date_of_birth": "example_date_of_birth"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "name"
                  ],
                  "properties": {
                    "name": {
                      "type": "string",
                      "description": "Full name of person to screen"
                    },
                    "country": {
                      "type": "string",
                      "description": "ISO country code filter (optional)"
                    },
                    "birth_date": {
                      "type": "string",
                      "format": "date",
                      "description": "Alias for date_of_birth (optional)"
                    },
                    "date_of_birth": {
                      "type": "string",
                      "format": "date",
                      "description": "ISO date of birth (YYYY-MM-DD) for disambiguation, reduces false positives on common names (optional)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 1,
    "paymentRequirements": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/pep-check",
        "description": "Screens an individual against the Politically Exposed Persons (PEP) database via Dilisense. Coverage spans 230+ geopolitical territories aligned with EU C/2023/724 PEP function definitions and includes Relatives and Close Associates (RCAs). Returns audit-…",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": {
                "type": "string",
                "required": true,
                "description": "Full name of person to screen"
              },
              "country": {
                "type": "string",
                "description": "ISO country code filter (optional)"
              },
              "birth_date": {
                "type": "string",
                "description": "Alias for date_of_birth (optional)"
              },
              "date_of_birth": {
                "type": "string",
                "description": "ISO date of birth (YYYY-MM-DD) for disambiguation, reduces false positives on common names (optional)"
              }
            },
            "discoverable": true
          },
          "output": {
            "query": {
              "type": "string"
            },
            "is_pep": {
              "type": "boolean"
            },
            "source": {
              "enum": [
                "dilisense"
              ],
              "type": "string"
            },
            "matches": {
              "type": "array"
            },
            "match_count": {
              "type": "integer"
            },
            "screened_at": {
              "type": "string"
            },
            "lists_queried": {
              "type": "object"
            },
            "total_results": {
              "type": "integer"
            },
            "country_filter": {
              "type": [
                "string",
                "null"
              ]
            },
            "birth_date_filter": {
              "type": [
                "string",
                "null"
              ]
            }
          }
        },
        "maxAmountRequired": "54000",
        "maxTimeoutSeconds": 300
      }
    ]
  },
  {
    "error": "Payment required. Adverse Media Check costs $0.2160 USDC per call.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/adverse-media-check",
        "description": "Screens a person or company for adverse news coverage across 235,000+ sources via Dilisense (primary) with Serper Google search fallback. Returns audit-grade evidence: risk level with documented thresholds, FATF-aligned category counts, top article headli…",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": {
                "type": "string",
                "required": true,
                "description": "Person or company name to screen"
              },
              "country": {
                "type": "string",
                "description": "Additional context like industry or country (optional)"
              },
              "entity_name": {
                "type": "string",
                "description": "Alias for name (optional)"
              },
              "entity_type": {
                "enum": [
                  "person",
                  "company"
                ],
                "type": "string",
                "description": "Override auto-detection of entity type (optional)"
              }
            },
            "discoverable": true
          },
          "output": {
            "query": {
              "type": "string"
            },
            "period": {
              "type": "string"
            },
            "source": {
              "enum": [
                "dilisense",
                "serper"
              ],
              "type": "string"
            },
            "categories": {
              "type": "object"
            },
            "risk_level": {
              "enum": [
                "none",
                "low",
                "medium",
                "high"
              ],
              "type": "string"
            },
            "total_hits": {
              "type": "integer"
            },
            "screened_at": {
              "type": "string"
            },
            "top_articles": {
              "type": "array"
            },
            "lists_queried": {
              "type": "object"
            },
            "fallback_reason": {
              "type": [
                "string",
                "null"
              ]
            },
            "categories_found": {
              "type": "array"
            },
            "severe_categories": {
              "type": "array"
            },
            "risk_level_thresholds": {
              "type": "object"
            }
          }
        },
        "maxAmountRequired": "216000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.strale.io/x402/adverse-media-check",
      "mimeType": "application/json",
      "description": "Screens a person or company for adverse news coverage across 235,000+ sources via Dilisense (primary) with Serper Google search fallback. Returns audit-grade evidence: risk level with documented thresholds, FATF-aligned category counts, top article headli…"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": "example_name",
              "country": "example_country",
              "entity_name": "example_entity_name",
              "entity_type": "person"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "name"
                  ],
                  "properties": {
                    "name": {
                      "type": "string",
                      "description": "Person or company name to screen"
                    },
                    "country": {
                      "type": "string",
                      "description": "Additional context like industry or country (optional)"
                    },
                    "entity_name": {
                      "type": "string",
                      "description": "Alias for name (optional)"
                    },
                    "entity_type": {
                      "enum": [
                        "person",
                        "company"
                      ],
                      "type": "string",
                      "description": "Override auto-detection of entity type (optional)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 1,
    "paymentRequirements": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/adverse-media-check",
        "description": "Screens a person or company for adverse news coverage across 235,000+ sources via Dilisense (primary) with Serper Google search fallback. Returns audit-grade evidence: risk level with documented thresholds, FATF-aligned category counts, top article headli…",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": {
                "type": "string",
                "required": true,
                "description": "Person or company name to screen"
              },
              "country": {
                "type": "string",
                "description": "Additional context like industry or country (optional)"
              },
              "entity_name": {
                "type": "string",
                "description": "Alias for name (optional)"
              },
              "entity_type": {
                "enum": [
                  "person",
                  "company"
                ],
                "type": "string",
                "description": "Override auto-detection of entity type (optional)"
              }
            },
            "discoverable": true
          },
          "output": {
            "query": {
              "type": "string"
            },
            "period": {
              "type": "string"
            },
            "source": {
              "enum": [
                "dilisense",
                "serper"
              ],
              "type": "string"
            },
            "categories": {
              "type": "object"
            },
            "risk_level": {
              "enum": [
                "none",
                "low",
                "medium",
                "high"
              ],
              "type": "string"
            },
            "total_hits": {
              "type": "integer"
            },
            "screened_at": {
              "type": "string"
            },
            "top_articles": {
              "type": "array"
            },
            "lists_queried": {
              "type": "object"
            },
            "fallback_reason": {
              "type": [
                "string",
                "null"
              ]
            },
            "categories_found": {
              "type": "array"
            },
            "severe_categories": {
              "type": "array"
            },
            "risk_level_thresholds": {
              "type": "object"
            }
          }
        },
        "maxAmountRequired": "216000",
        "maxTimeoutSeconds": 300
      }
    ]
  },
  {
    "error": "Payment required. Sanctions Check costs $0.2160 USDC per call.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/sanctions-check",
        "description": "Check if a person or entity is on sanctions lists (EU, US OFAC, UN, UK OFSI, Swiss SECO, BIS, World Bank, EBRD, ADB + 125 national lists). Uses Dilisense consolidated database. Returns audit-grade evidence: match results with named source attribution and…",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": {
                "type": "string",
                "required": true,
                "description": "Person or company name to check"
              },
              "country": {
                "type": "string",
                "description": "ISO country code filter (optional)"
              },
              "birth_date": {
                "type": "string",
                "description": "ISO date of birth (YYYY-MM-DD) for person disambiguation, reduces false positives on common names (optional)"
              },
              "entity_type": {
                "enum": [
                  "person",
                  "company"
                ],
                "type": "string",
                "description": "Override auto-detection of entity type (optional)"
              }
            },
            "discoverable": true
          },
          "output": {
            "query": {
              "type": "string"
            },
            "schema": {
              "enum": [
                "Person",
                "Company"
              ],
              "type": "string"
            },
            "source": {
              "enum": [
                "dilisense"
              ],
              "type": "string"
            },
            "matches": {
              "type": "array"
            },
            "queried_at": {
              "type": "string"
            },
            "match_count": {
              "type": "integer"
            },
            "is_sanctioned": {
              "type": "boolean"
            },
            "lists_queried": {
              "type": "object"
            },
            "total_results": {
              "type": "integer"
            },
            "country_filter": {
              "type": [
                "string",
                "null"
              ]
            },
            "birth_date_filter": {
              "type": [
                "string",
                "null"
              ]
            }
          }
        },
        "maxAmountRequired": "216000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.strale.io/x402/sanctions-check",
      "mimeType": "application/json",
      "description": "Check if a person or entity is on sanctions lists (EU, US OFAC, UN, UK OFSI, Swiss SECO, BIS, World Bank, EBRD, ADB + 125 national lists). Uses Dilisense consolidated database. Returns audit-grade evidence: match results with named source attribution and…"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": "example_name",
              "country": "example_country",
              "birth_date": "example_birth_date",
              "entity_type": "person"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "name"
                  ],
                  "properties": {
                    "name": {
                      "type": "string",
                      "description": "Person or company name to check"
                    },
                    "country": {
                      "type": "string",
                      "description": "ISO country code filter (optional)"
                    },
                    "birth_date": {
                      "type": "string",
                      "format": "date",
                      "description": "ISO date of birth (YYYY-MM-DD) for person disambiguation, reduces false positives on common names (optional)"
                    },
                    "entity_type": {
                      "enum": [
                        "person",
                        "company"
                      ],
                      "type": "string",
                      "description": "Override auto-detection of entity type (optional)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 1,
    "paymentRequirements": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/sanctions-check",
        "description": "Check if a person or entity is on sanctions lists (EU, US OFAC, UN, UK OFSI, Swiss SECO, BIS, World Bank, EBRD, ADB + 125 national lists). Uses Dilisense consolidated database. Returns audit-grade evidence: match results with named source attribution and…",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "name": {
                "type": "string",
                "required": true,
                "description": "Person or company name to check"
              },
              "country": {
                "type": "string",
                "description": "ISO country code filter (optional)"
              },
              "birth_date": {
                "type": "string",
                "description": "ISO date of birth (YYYY-MM-DD) for person disambiguation, reduces false positives on common names (optional)"
              },
              "entity_type": {
                "enum": [
                  "person",
                  "company"
                ],
                "type": "string",
                "description": "Override auto-detection of entity type (optional)"
              }
            },
            "discoverable": true
          },
          "output": {
            "query": {
              "type": "string"
            },
            "schema": {
              "enum": [
                "Person",
                "Company"
              ],
              "type": "string"
            },
            "source": {
              "enum": [
                "dilisense"
              ],
              "type": "string"
            },
            "matches": {
              "type": "array"
            },
            "queried_at": {
              "type": "string"
            },
            "match_count": {
              "type": "integer"
            },
            "is_sanctioned": {
              "type": "boolean"
            },
            "lists_queried": {
              "type": "object"
            },
            "total_results": {
              "type": "integer"
            },
            "country_filter": {
              "type": [
                "string",
                "null"
              ]
            },
            "birth_date_filter": {
              "type": [
                "string",
                "null"
              ]
            }
          }
        },
        "maxAmountRequired": "216000",
        "maxTimeoutSeconds": 300
      }
    ]
  },
  {
    "error": "Payment required. LEI Lookup costs $0.0540 USDC per call.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/lei-lookup",
        "description": "Look up a Legal Entity Identifier (LEI) via the GLEIF database. Accepts a 20-character LEI or company name. Returns entity name, jurisdiction, addresses, registration status.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "lei": {
                "type": "string",
                "description": "20-character LEI code (e.g. 549300MLUDYVRQOOXS22)"
              },
              "company_name": {
                "type": "string",
                "description": "Company name to search for in GLEIF (alternative to LEI code)"
              }
            },
            "discoverable": true
          },
          "output": {
            "lei": {
              "type": "string"
            },
            "status": {
              "type": "string"
            },
            "legal_name": {
              "type": "string"
            },
            "jurisdiction": {
              "type": "string"
            },
            "legal_address": {
              "type": "object"
            }
          }
        },
        "maxAmountRequired": "54000",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.strale.io/x402/lei-lookup",
      "mimeType": "application/json",
      "description": "Look up a Legal Entity Identifier (LEI) via the GLEIF database. Accepts a 20-character LEI or company name. Returns entity name, jurisdiction, addresses, registration status."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "lei": "example_lei",
              "company_name": "example_company_name"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [],
                  "properties": {
                    "lei": {
                      "type": "string",
                      "description": "20-character LEI code (e.g. 549300MLUDYVRQOOXS22)"
                    },
                    "company_name": {
                      "type": "string",
                      "description": "Company name to search for in GLEIF (alternative to LEI code)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 1,
    "paymentRequirements": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/lei-lookup",
        "description": "Look up a Legal Entity Identifier (LEI) via the GLEIF database. Accepts a 20-character LEI or company name. Returns entity name, jurisdiction, addresses, registration status.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "lei": {
                "type": "string",
                "description": "20-character LEI code (e.g. 549300MLUDYVRQOOXS22)"
              },
              "company_name": {
                "type": "string",
                "description": "Company name to search for in GLEIF (alternative to LEI code)"
              }
            },
            "discoverable": true
          },
          "output": {
            "lei": {
              "type": "string"
            },
            "status": {
              "type": "string"
            },
            "legal_name": {
              "type": "string"
            },
            "jurisdiction": {
              "type": "string"
            },
            "legal_address": {
              "type": "object"
            }
          }
        },
        "maxAmountRequired": "54000",
        "maxTimeoutSeconds": 300
      }
    ]
  },
  {
    "error": "Payment required. Email Validation costs $0.0324 USDC per call.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/email-validate",
        "description": "Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "email": {
                "type": "string",
                "required": true,
                "description": "Email address to validate"
              }
            },
            "discoverable": true
          },
          "output": {
            "email": {
              "type": "string"
            },
            "valid": {
              "type": "boolean"
            },
            "domain": {
              "type": "string",
              "description": "Domain part of the email address"
            },
            "is_disposable": {
              "type": "boolean"
            },
            "has_mx_records": {
              "type": "boolean"
            },
            "is_role_address": {
              "type": "boolean"
            }
          }
        },
        "maxAmountRequired": "32400",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.strale.io/x402/email-validate",
      "mimeType": "application/json",
      "description": "Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "email": "example_email"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "email"
                  ],
                  "properties": {
                    "email": {
                      "type": "string",
                      "description": "Email address to validate"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 1,
    "paymentRequirements": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/email-validate",
        "description": "Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "email": {
                "type": "string",
                "required": true,
                "description": "Email address to validate"
              }
            },
            "discoverable": true
          },
          "output": {
            "email": {
              "type": "string"
            },
            "valid": {
              "type": "boolean"
            },
            "domain": {
              "type": "string",
              "description": "Domain part of the email address"
            },
            "is_disposable": {
              "type": "boolean"
            },
            "has_mx_records": {
              "type": "boolean"
            },
            "is_role_address": {
              "type": "boolean"
            }
          }
        },
        "maxAmountRequired": "32400",
        "maxTimeoutSeconds": 300
      }
    ]
  },
  {
    "error": "Payment required. DNS Lookup costs $0.0324 USDC per call.",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/dns-lookup",
        "description": "Perform a comprehensive DNS lookup for a domain. Returns A, AAAA, MX, NS, TXT, CNAME records plus SPF and DMARC detection.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "domain": {
                "type": "string",
                "required": true,
                "description": "Domain name (e.g. example.com)"
              }
            },
            "discoverable": true
          },
          "output": {
            "domain": {
              "type": "string"
            },
            "has_spf": {
              "type": "boolean"
            },
            "a_records": {
              "type": "array"
            },
            "has_dmarc": {
              "type": "boolean"
            },
            "mx_records": {
              "type": "array"
            },
            "ns_records": {
              "type": "array"
            }
          }
        },
        "maxAmountRequired": "32400",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://api.strale.io/x402/dns-lookup",
      "mimeType": "application/json",
      "description": "Perform a comprehensive DNS lookup for a domain. Returns A, AAAA, MX, NS, TXT, CNAME records plus SPF and DMARC detection."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "domain": "example_domain"
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET",
                    "HEAD",
                    "DELETE"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "domain"
                  ],
                  "properties": {
                    "domain": {
                      "type": "string",
                      "description": "Domain name (e.g. example.com)"
                    }
                  }
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    },
    "x402Version": 1,
    "paymentRequirements": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x66D7C2F952362BFB24FD7F02a9beC9c754ea83bC",
        "scheme": "exact",
        "network": "base",
        "mimeType": "application/json",
        "resource": "https://api.strale.io/x402/dns-lookup",
        "description": "Perform a comprehensive DNS lookup for a domain. Returns A, AAAA, MX, NS, TXT, CNAME records plus SPF and DMARC detection.",
        "outputSchema": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "domain": {
                "type": "string",
                "required": true,
                "description": "Domain name (e.g. example.com)"
              }
            },
            "discoverable": true
          },
          "output": {
            "domain": {
              "type": "string"
            },
            "has_spf": {
              "type": "boolean"
            },
            "a_records": {
              "type": "array"
            },
            "has_dmarc": {
              "type": "boolean"
            },
            "mx_records": {
              "type": "array"
            },
            "ns_records": {
              "type": "array"
            }
          }
        },
        "maxAmountRequired": "32400",
        "maxTimeoutSeconds": 300
      }
    ]
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/strale/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-13 · uptime 100.0% · 123ms avg08-1308-13
90d UPTIME 100%
RESPONSE TIME
08-13 · 123ms avg08-13 · 123ms avg08-1308-13
AVG RESP 126ms
PRICE (captured 402, USD)
building price history ($0.054)

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

VOLUME (on-chain settlement, USD)
building volume history (1 day so far)
DISTINCT BUYERS
building buyer history (1 day so far)

COMPLIANCE

13/14 checks pass · grade A · failing: declares the current x402 version (2)

last 402 captured 2026-08-13 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (10) live · click to expand
TIME STATUS RESP CAUSE
● OK 104ms
● OK 101ms
● SLOW 195ms
● OK 104ms
● OK 126ms
● OK 145ms
● OK 115ms
● OK 92ms
● OK 186ms
● OK 92ms

EMBED THIS BADGE

Show that Strale is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Strale listed on x402-list
status
Strale uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/strale?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/strale.svg" alt="Strale listed on x402-list" height="28">
</a>
// Markdown
[![Strale on x402-list](https://x402-list.com/badge/strale.svg)](https://x402-list.com/services/strale?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/strale?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/strale.svg?data=uptime" alt="Strale uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/strale/update.