{
  "x402Version": 2,
  "id": 5171,
  "slug": "5171",
  "resource": "https://rugsense.xyz/api/launches/latest",
  "description": "Scored intelligence on freshly-launched Base tokens: safety + momentum → composite score and an AVOID/WATCH/HOT decision per launch. One call returns a ranked list.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xEFABaaE57e9AacAb865dcCce024053fcb9B0072E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "chain": "base",
            "count": 1,
            "launches": [
              {
                "address": "0x…",
                "composite": 63,
                "flags": [
                  {
                    "code": "SELLABLE",
                    "severity": "info"
                  }
                ],
                "momentumScore": 55,
                "safetyConfidence": 75,
                "safetyScore": 70,
                "symbol": "TKN",
                "tier": "WATCH"
              }
            ]
          },
          "type": "json"
        }
      },
      "routeTemplate": "/api/launches/latest",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "limit": {
                    "description": "Max launches (1-50, default 20)",
                    "type": "string"
                  },
                  "minSafety": {
                    "description": "Only launches with safetyScore >= this (0-100)",
                    "type": "string"
                  },
                  "tier": {
                    "description": "Filter by tier: HOT | WATCH | AVOID",
                    "type": "string"
                  }
                },
                "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": "rugsense.xyz",
  "lastUpdated": "2026-09-17T06:14:27.65Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T06:14:27.387Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "rugsense.xyz",
    "manifest_name": "rugsense.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}