{
  "x402Version": 2,
  "id": 156,
  "slug": "156",
  "resource": "https://x402.ottoai.services/token-security",
  "description": "Token security scanner — is this token safe to buy? Honeypot, rug-pull, and scam detection for any token contract — flags can't-sell traps, hidden mints, malicious buy/sell taxes, and holder concentration. Powered by GoPlus across 8 chains.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "chain": "8453"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "report": "=== TOKEN SECURITY SCAN ===\nPowered by GoPlus Security\n\nToken: Example Token (EXMPL)\nChain: Base (8453)\nContract: 0x1234...abcd\nSource Code: [OK] Verified\n\n[!] 1 warnings, 2 info\n\nWARNINGS\n  [!] High Holder Concentration: Top 10 holders control 41% of supply\n\nINFO\n  [i] Mintable: Owner can mint new tokens\n  [i] Proxy Contract: Implementation can be upgraded\n\nTAXES\n  Buy Tax: 0%\n  Sell Tax: 0%\n\nHOLDERS: 12840\nTop holders:\n  1. 0x4200...0006: 18.2% (DEX Pool) [LOCKED]\n  2. 0x9f8e...11aa: 7.4%\n\nLIQUIDITY\n  Uniswap V3: $2.4M\n\nOwner + creator addresses included.\nWARNING: This is an automated scan. Always DYOR before investing."
            },
            "meta": {
              "degraded": false,
              "generatedAt": "2026-08-10T12:00:00.000Z",
              "sourceHealth": {
                "goplus": "unknown"
              }
            },
            "status": "success"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "address": {
                    "description": "Token contract address (0x-prefixed)",
                    "type": "string"
                  },
                  "chain": {
                    "description": "Chain ID or name, case-insensitive. IDs: 1 (Ethereum), 10 (Optimism), 56 (BSC), 137 (Polygon), 196 (X Layer), 8453 (Base), 42161 (Arbitrum), 43114 (Avalanche). Names also accepted: ethereum/eth, optimism, bsc/bnb, polygon/matic, xlayer/x-layer, base, arbitrum, avalanche/avax. Default: 8453 (Base).",
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "description": "Report object on success, error string on failure"
                  },
                  "meta": {
                    "description": "Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.",
                    "properties": {
                      "degraded": {
                        "type": "boolean"
                      },
                      "generatedAt": {
                        "type": "string"
                      },
                      "sourceHealth": {
                        "type": "object"
                      },
                      "stalenessSec": {
                        "type": [
                          "number",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "generatedAt",
                      "degraded",
                      "sourceHealth"
                    ],
                    "type": "object"
                  },
                  "report": {
                    "description": "DEPRECATED mirror of data.report — kept so pre-2026-08-10 integrations keep working.",
                    "type": "string"
                  },
                  "status": {
                    "enum": [
                      "success",
                      "failed"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "status",
                  "data",
                  "meta"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_hc2dhq09"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "offer-receipt": {
      "info": {
        "offers": [
          {
            "acceptIndex": 0,
            "format": "eip712",
            "payload": {
              "amount": "1000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
              "resourceUrl": "https://x402.ottoai.services/token-security",
              "scheme": "exact",
              "validUntil": 1788910308,
              "version": 1
            },
            "signature": "0xaa9497ad66f4e4d6b59bf26eca33caeb2be16f5cd9488d17eed7040f21e9d43d61cb5bb79b3b389b5843d5316c4934dcd71d57733e24ff125064814a737bdb9e1c"
          },
          {
            "acceptIndex": 1,
            "format": "eip712",
            "payload": {
              "amount": "1000",
              "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
              "network": "eip155:8453",
              "payTo": "0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808",
              "resourceUrl": "https://x402.ottoai.services/token-security",
              "scheme": "exact",
              "validUntil": 1788910308,
              "version": 1
            },
            "signature": "0xaa9497ad66f4e4d6b59bf26eca33caeb2be16f5cd9488d17eed7040f21e9d43d61cb5bb79b3b389b5843d5316c4934dcd71d57733e24ff125064814a737bdb9e1c"
          },
          {
            "acceptIndex": 2,
            "format": "eip712",
            "payload": {
              "amount": "1000",
              "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
              "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
              "payTo": "6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5",
              "resourceUrl": "https://x402.ottoai.services/token-security",
              "scheme": "exact",
              "validUntil": 1788910308,
              "version": 1
            },
            "signature": "0xc0dc0052760768136dd3b3eba967da8738abe0a5c1ee11863b4542139065cc4565d4b0e27a5a4f23f2b171a57a237561e67093464bbbd3dbfd895d633aef43711b"
          }
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "offers": {
            "items": {
              "properties": {
                "acceptIndex": {
                  "type": "integer"
                },
                "format": {
                  "type": "string"
                },
                "payload": {
                  "properties": {
                    "amount": {
                      "type": "string"
                    },
                    "asset": {
                      "type": "string"
                    },
                    "network": {
                      "type": "string"
                    },
                    "payTo": {
                      "type": "string"
                    },
                    "resourceUrl": {
                      "type": "string"
                    },
                    "scheme": {
                      "type": "string"
                    },
                    "validUntil": {
                      "type": "integer"
                    },
                    "version": {
                      "type": "integer"
                    }
                  },
                  "required": [
                    "version",
                    "resourceUrl",
                    "scheme",
                    "network",
                    "asset",
                    "payTo",
                    "amount"
                  ],
                  "type": "object"
                },
                "signature": {
                  "type": "string"
                }
              },
              "required": [
                "format",
                "signature"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "offers"
        ],
        "type": "object"
      }
    },
    "otto-content-receipt": {},
    "sign-in-with-x": {
      "info": {
        "domain": "x402.ottoai.services",
        "issuedAt": "2026-09-08T23:26:48.850Z",
        "nonce": "cb372a77acb7727189ad2dd526243cd0",
        "resources": [
          "https://x402.ottoai.services/token-security"
        ],
        "statement": "Sign in to access Otto AI market intelligence",
        "uri": "https://x402.ottoai.services/token-security",
        "version": "1"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "address": {
            "type": "string"
          },
          "chainId": {
            "type": "string"
          },
          "domain": {
            "type": "string"
          },
          "expirationTime": {
            "format": "date-time",
            "type": "string"
          },
          "issuedAt": {
            "format": "date-time",
            "type": "string"
          },
          "nonce": {
            "type": "string"
          },
          "notBefore": {
            "format": "date-time",
            "type": "string"
          },
          "requestId": {
            "type": "string"
          },
          "resources": {
            "items": {
              "format": "uri",
              "type": "string"
            },
            "type": "array"
          },
          "signature": {
            "type": "string"
          },
          "statement": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "uri": {
            "format": "uri",
            "type": "string"
          },
          "version": {
            "type": "string"
          }
        },
        "required": [
          "domain",
          "address",
          "uri",
          "version",
          "chainId",
          "type",
          "nonce",
          "issuedAt",
          "signature"
        ],
        "type": "object"
      },
      "supportedChains": [
        {
          "chainId": "eip155:8453",
          "type": "eip191"
        },
        {
          "chainId": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
          "type": "ed25519"
        }
      ]
    }
  },
  "tags": [
    "bazaar",
    "builder-code",
    "offer-receipt",
    "otto-content-receipt",
    "sign-in-with-x"
  ],
  "sourceHost": "x402.ottoai.services",
  "lastUpdated": "2026-09-08T23:26:48.907Z",
  "quality": {
    "calls30d": 55,
    "uniquePayers30d": 6,
    "lastCalledAt": "2026-09-08T23:26:48.667Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.ottoai.services",
    "manifest_name": "x402.ottoai.services",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}