{
  "x402Version": 2,
  "id": 1086,
  "slug": "1086",
  "resource": "https://svm402.com/analyze/:address",
  "description": "Full analysis of a Solana token given its mint address — current price, liquidity, safety risk score, honeypot check, and top-holder concentration. Call this when you need a complete due-diligence report on one token. — $0.03 USDC",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "4ofUMGcRHsfr6LMY6AuaRSQpqyKsvibSbXmieQL4i8Dc",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "holders": {
              "top_10_pct": 15,
              "total_holders": 100000
            },
            "price": {
              "liquidity_usd": 1234567,
              "price_usd": 0.000012
            },
            "safety": {
              "is_honeypot": false,
              "risk_score": 25
            },
            "token": {
              "address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
              "name": "Bonk",
              "symbol": "BONK"
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/analyze/:address",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "headers": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object"
              },
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "address": {
                    "description": "Solana token mint address (base58, 32-44 chars)",
                    "maxLength": 44,
                    "minLength": 32,
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "svm402.com",
  "lastUpdated": "2026-09-14T12:10:29.23Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T12:10:29.034Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "svm402.com",
    "manifest_name": "svm402.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}