{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "x402-wach-ai-verify-token",
  "title": "X402 \u00b7 Verify Token",
  "url": "https://x402.wach.ai/verify-token",
  "category": "finance",
  "summary": "X402 \u00b7 Verify Token \u2014 x402-protected finance API. Pay $0.100 per call on base. Indexed by x402all.",
  "seo": {
    "title": "X402 \u00b7 Verify Token \u2014 x402 finance API \u00b7 $0.100 per call",
    "description": "X402 \u00b7 Verify Token \u2014 x402-protected finance API. Pay $0.100 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 3.333,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xeea4e16d5a8ede884ea05910ae03b8fa93b8d777",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 60,
      "description": "Comprehensive token verification report powered by WachAI. Returns asset details, ownership, market data, categories, and social information for a token on ethereum, bsc, polygo, base and solana network.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "chainId": {
              "type": "string",
              "required": false,
              "description": "The blockchain network chain ID (optional, defaults to 1)."
            },
            "tokenAddress": {
              "type": "string",
              "required": true,
              "description": "The address of the token to check."
            }
          }
        },
        "output": {
          "type": "object",
          "properties": {
            "data": {
              "type": "object",
              "properties": {
                "source": {
                  "type": "string"
                },
                "chainName": {
                  "type": "string"
                },
                "codeChecks": {
                  "type": "object"
                },
                "tokenScore": {
                  "type": "object",
                  "properties": {
                    "codeScore": {
                      "type": "object",
                      "properties": {
                        "percent": {
                          "type": "number"
                        },
                        "maxScore": {
                          "type": "number"
                        },
                        "minScore": {
                          "type": "number"
                        },
                        "achievedScore": {
                          "type": "number"
                        }
                      }
                    },
                    "totalScore": {
                      "type": "object",
                      "properties": {
                        "percent": {
                          "type": "number"
                        },
                        "maxScore": {
                          "type": "number"
                        },
                        "minScore": {
                          "type": "number"
                        },
                        "achievedScore": {
                          "type": "number"
                        }
                      }
                    },
                    "marketScore": {
                      "type": "object",
                      "properties": {
                        "percent": {
                          "type": "number"
                        },
                        "maxScore": {
                          "type": "number"
                        },
                        "minScore": {
                          "type": "number"
                        },
                        "achievedScore": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "marketChecks": {
                  "type": "object"
                },
                "chainFullName": {
                  "type": "string"
                },
                "honeypotDetails": {
                  "type": "object"
                },
                "liquidityChecks": {
                  "type": "object"
                },
                "tokenInformation": {
                  "type": "object",
                  "properties": {
                    "tokenName": {
                      "type": "string"
                    },
                    "marketData": {
                      "type": "object",
                      "properties": {
                        "volume24h": {
                          "type": "string"
                        },
                        "marketCapUsd": {
                          "type": "string"
                        },
                        "priceChange24h": {
                          "type": "string"
                        },
                        "currentPriceUsd": {
                          "type": "string"
                        }
                      }
                    },
                    "tokenSymbol": {
                      "type": "string"
                    },
                    "totalSupply": {
                      "type": "string"
                    },
                    "ownerAddress": {
                      "type": "string"
                    },
                    "ownerBalance": {
                      "type": "string"
                    },
                    "tokenAddress": {
                      "type": "string"
                    },
                    "externalLinks": {
                      "type": "object",
                      "properties": {
                        "coinGeckoLink": {
                          "type": "string"
                        },
                        "geckoTerminal": {
                          "type": "string"
                        },
                        "blockExplorerLink": {
                          "type": "string"
                        }
                      }
                    },
                    "creatorAddress": {
                      "type": "string"
                    },
                    "creatorBalance": {
                      "type": "string"
                    },
                    "tokenCategories": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "socialInformation": {
                      "type": "object",
                      "properties": {
                        "reddit": {
                          "type": "object",
                          "properties": {
                            "url": {
                              "type": "string"
                            },
                            "subscribers": {
                              "anyOf": [
                                {
                                  "type": "integer"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          }
                        },
                        "twitter": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "followers": {
                              "type": "integer"
                            }
                          }
                        },
                        "facebook": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "likes": {
                              "anyOf": [
                                {
                                  "type": "integer"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          }
                        },
                        "telegram": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "members": {
                              "anyOf": [
                                {
                                  "type": "integer"
                                },
                                {
                                  "type": "null"
                                }
                              ]
                            }
                          }
                        },
                        "githubLinks": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "tokenCreationDate": {
                      "type": "string"
                    },
                    "isVirtualsProtocol": {
                      "type": "string"
                    }
                  }
                }
              }
            },
            "chainId": {
              "type": "string"
            },
            "timestamp": {
              "type": "string",
              "format": "date-time"
            },
            "tokenAddress": {
              "type": "string"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "x402-wach-ai",
    "host": "x402.wach.ai",
    "url": "https://x402.wach.ai",
    "favicon": "https://x402.wach.ai/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402-wach-ai-verify-token",
    "url": "https://x402all.com/resource/x402-wach-ai-verify-token",
    "name": "X402 \u00b7 Verify Token",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402-wach-ai-verify-token",
      "@type": "Offer",
      "price": "0.1",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.100000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://x402.wach.ai/verify-token",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402-wach-ai",
      "url": "https://x402.wach.ai",
      "name": "x402.wach.ai",
      "@type": "Organization"
    },
    "identifier": "x402-wach-ai-verify-token",
    "description": "X402 \u00b7 Verify Token \u2014 x402-protected finance API. Pay $0.100 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-wach-ai-verify-token",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-wach-ai-verify-token",
  "callability": {
    "status": "partial",
    "schema_callability": 0.35,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.5,
    "validated_at": "2026-05-10T22:30:39.735878+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://x402.wach.ai/verify-token",
    "response_schema": {
      "type": "object",
      "properties": {
        "data": {
          "type": "object",
          "properties": {
            "source": {
              "type": "string"
            },
            "chainName": {
              "type": "string"
            },
            "codeChecks": {
              "type": "object"
            },
            "tokenScore": {
              "type": "object",
              "properties": {
                "codeScore": {
                  "type": "object",
                  "properties": {
                    "percent": {
                      "type": "number"
                    },
                    "maxScore": {
                      "type": "number"
                    },
                    "minScore": {
                      "type": "number"
                    },
                    "achievedScore": {
                      "type": "number"
                    }
                  }
                },
                "totalScore": {
                  "type": "object",
                  "properties": {
                    "percent": {
                      "type": "number"
                    },
                    "maxScore": {
                      "type": "number"
                    },
                    "minScore": {
                      "type": "number"
                    },
                    "achievedScore": {
                      "type": "number"
                    }
                  }
                },
                "marketScore": {
                  "type": "object",
                  "properties": {
                    "percent": {
                      "type": "number"
                    },
                    "maxScore": {
                      "type": "number"
                    },
                    "minScore": {
                      "type": "number"
                    },
                    "achievedScore": {
                      "type": "number"
                    }
                  }
                }
              }
            },
            "marketChecks": {
              "type": "object"
            },
            "chainFullName": {
              "type": "string"
            },
            "honeypotDetails": {
              "type": "object"
            },
            "liquidityChecks": {
              "type": "object"
            },
            "tokenInformation": {
              "type": "object",
              "properties": {
                "tokenName": {
                  "type": "string"
                },
                "marketData": {
                  "type": "object",
                  "properties": {
                    "volume24h": {
                      "type": "string"
                    },
                    "marketCapUsd": {
                      "type": "string"
                    },
                    "priceChange24h": {
                      "type": "string"
                    },
                    "currentPriceUsd": {
                      "type": "string"
                    }
                  }
                },
                "tokenSymbol": {
                  "type": "string"
                },
                "totalSupply": {
                  "type": "string"
                },
                "ownerAddress": {
                  "type": "string"
                },
                "ownerBalance": {
                  "type": "string"
                },
                "tokenAddress": {
                  "type": "string"
                },
                "externalLinks": {
                  "type": "object",
                  "properties": {
                    "coinGeckoLink": {
                      "type": "string"
                    },
                    "geckoTerminal": {
                      "type": "string"
                    },
                    "blockExplorerLink": {
                      "type": "string"
                    }
                  }
                },
                "creatorAddress": {
                  "type": "string"
                },
                "creatorBalance": {
                  "type": "string"
                },
                "tokenCategories": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "socialInformation": {
                  "type": "object",
                  "properties": {
                    "reddit": {
                      "type": "object",
                      "properties": {
                        "url": {
                          "type": "string"
                        },
                        "subscribers": {
                          "anyOf": [
                            {
                              "type": "integer"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      }
                    },
                    "twitter": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "integer"
                        }
                      }
                    },
                    "facebook": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "likes": {
                          "anyOf": [
                            {
                              "type": "integer"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      }
                    },
                    "telegram": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "members": {
                          "anyOf": [
                            {
                              "type": "integer"
                            },
                            {
                              "type": "null"
                            }
                          ]
                        }
                      }
                    },
                    "githubLinks": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "tokenCreationDate": {
                  "type": "string"
                },
                "isVirtualsProtocol": {
                  "type": "string"
                }
              }
            }
          }
        },
        "chainId": {
          "type": "string"
        },
        "timestamp": {
          "type": "string",
          "format": "date-time"
        },
        "tokenAddress": {
          "type": "string"
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "8d6481dee536c97108514cf6781a752d3f5e42185feb19dacc79fb14414e658e"
  }
}