ToolAssay

Wallet sanctions check for a validated EVM or Solana address

Wallet sanctions check for a validated EVM or Solana address. Returns a direct verdict, recommended action, match evidence, source lists, and an explicit AML-scope caveat.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
631 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://wallet-sanctions.use.x402atlas.com/check

CategoryCompany and compliance
Provider hostwallet-sanctions.use.x402atlas.com
Networkseip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days9 from 6 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 631 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "address": {
              "description": "A 20-byte EVM hex address (0x...) or case-sensitive 32-byte Solana base58 public key. Address family is detected automatically.",
              "maxLength": 44,
              "minLength": 32,
              "type": "string"
            }
          },
          "required": [
            "address"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "address": {
              "description": "Validated canonical address.",
              "type": "string"
            },
            "address_format": {
              "enum": [
                "evm",
                "solana"
              ],
              "type": "string"
            },
            "cached": {
              "type": "boolean"
            },
            "checked_at": {
              "description": "When the upstream result was obtained; retained on cache hits.",
              "format": "date-time",
              "type": "string"
            },
            "is_sanctioned": {
              "type": "boolean"
            },
            "limitations": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "match": {
              "description": "Evidence for a positive exact match; null when verdict is not_listed.",
              "properties": {
                "listed_blockchain": {
                  "type": "string"
                },
                "name": {
                  "type": "string"
                },
                "sanctioned_at": {
                  "format": "date-time",
                  "type": "string"
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "recommended_action": {
              "enum": [
                "block_and_review",
                "no_exact_match"
              ],
              "type": "string"
            },
            "source": {
              "properties": {
                "check_type": {
                  "type": "string"
                },
                "lists": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "check_type",
                "lists"
              ],
              "type": "object"
            },
            "summary": {
              "description": "Human-readable interpretation with the scope caveat included.",
              "type": "string"
            },
            "verdict": {
              "enum": [
                "sanctioned",
                "not_listed"
              ],
              "type": "string"
            }
          },
          "required": [
            "address",
            "address_format",
            "verdict",
            "is_sanctioned",
            "recommended_action",
            "summary",
            "match",
            "checked_at",
            "cached",
            "source",
            "limitations"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON