{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "x402-wach-quillai-network-verify-token",
  "title": "WachAI \u00b7 Token Verification Report",
  "url": "https://x402.wach.quillai.network/verify-token",
  "category": "finance",
  "summary": "Get a comprehensive token verification report including asset details, ownership, market data, and social information.",
  "seo": {
    "title": "Token Verification Report API | 0.1 USDC",
    "description": "Comprehensive token verification powered by WachAI. Returns asset details, ownership, market data, categories, and social info. Supports Ethereum, BSC, Polygon, Base, Solana."
  },
  "use_cases": [
    "Verify token legitimacy before trading",
    "Enrich token data with onchain and offchain metrics",
    "Screen tokens for risk factors"
  ],
  "ideal_buyer": "Trading agents and due diligence systems that need comprehensive token verification data.",
  "example_prompt": "Get verification report for token 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb on Base",
  "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"
            }
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "finance-cl-0d477e0bf8d7",
  "origin": {
    "slug": "x402-wach-quillai-network",
    "host": "x402.wach.quillai.network",
    "url": "https://x402.wach.quillai.network"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/x402-wach-quillai-network-verify-token",
    "url": "https://x402all.com/resource/x402-wach-quillai-network-verify-token",
    "name": "WachAI \u00b7 Token Verification Report",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/x402-wach-quillai-network-verify-token",
      "@type": "Offer",
      "price": "0.1",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.100000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://x402.wach.quillai.network/verify-token",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/x402-wach-quillai-network",
      "url": "https://x402.wach.quillai.network",
      "name": "x402.wach.quillai.network",
      "@type": "Organization"
    },
    "identifier": "x402-wach-quillai-network-verify-token",
    "description": "Comprehensive token verification powered by WachAI. Returns asset details, ownership, market data, categories, and social info. Supports Ethereum, BSC, Polygon, Base, Solana.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=x402-wach-quillai-network-verify-token",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=x402-wach-quillai-network-verify-token"
}
