Skip to main content
Glama

pump.fun rug-check verdict with a shareable card ($0.01)

verdict
Read-onlyIdempotent

Use when you need one answer for a Solana memecoin on pump.fun you are about to buy or hold, plus a link to pass on; for the raw evidence use the $0.005 compact check (GET /v1/check/mint), and to find mints use the free /v1/radar. The compact check of one mint as a bounded verdict with a one-line reason, the calibrated P(rug within 5 min) and P(true graduation) exactly as /v1/check/mint publishes them (/v1/calibration), up to three observed flags with first-observed times and evidence, and share_url: a free card page signed at purchase time that anyone can open without paying. The rule is fixed and public (/v1/labels): avoid = a documented rug or close flag observed, or P(rug within 5 min) >= 0.5; caution = P(rug) >= 0.1, concentrated, stalled or mayhem risk label, or odds unavailable; no_flags_observed = none of these, which is not a safety guarantee. P(true graduation) never softens a verdict. Same rules as the compact check: full live coverage and feed lag <= 5 s required; unavailable or stale is unpaid. Exact signed-payment retries recover the original result for 10 min. The verdict also carries the compact check's market (USD price, market cap = price x total supply, curve liquidity) and authorities (the pump.fun program rule), and its free card shows the market cap at purchase. The answer also carries the mint's cohorts block (dev, bundlers, snipers, top-1 and top-10 share) as context for the reasons; the rule does not read it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesA pump.fun mint with full live coverage; check /v1/check/coverage first. Accepts a mint or a pump.fun/gmgn/solscan/birdeye link.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "coverage": {
      -        "const": "full",
      -        "title": "Coverage",
      -        "type": "string"
      -      },
      -      "data": {
      -        "properties": {
      -          "age_s": {
      -            "anyOf": [
      -              {
      -                "type": "number"
      -              },
      -              {
      -                "type": "null"
      -              }
      -            ],
      -            "title": "Age S"
      -          },
      -          "basis": {
      -            "description": "Rule ids that fired; empty for no_flags_observed. The rule is published at /v1/labels.",
      -            "items": {
      -              "type": "string"
      -            },
      -            "title": "Basis",
      -            "type": "array"
      -          },
      -          "coverage": {
      -            "const": "full",
      -            "title": "Coverage",
      -            "type": "string"
      -          },
      -          "disclaimer": {
      -            "title": "Disclaimer",
      -            "type": "string"
      -          },
      -          "fresh_verdict_url": {
      -            "title": "Fresh Verdict Url",
      -            "type": "string"
      -          },
      -          "generated_at": {
      -            "title": "Generated At",
      -            "type": "string"
      -          },
      -          "lifecycle": {
      -            "title": "Lifecycle",
      -            "type": "string"
      -          },
      -          "links": {
      -            "anyOf": [
      -              {
      -                "properties": {
      -                  "axiom": {
      -                    "title": "Axiom",
      -                    "type": "string"
      -                  },
      -                  "dexscreener": {
      -                    "title": "Dexscreener",
      -                    "type": "string"
      -                  },
      -                  "gmgn": {
      -                    "title": "Gmgn",
      -                    "type": "string"
      -                  },
      -                  "jupiter": {
      -                    "title": "Jupiter",
      -                    "type": "string"
      -                  },
      -                  "note": {
      -                    "title": "Note",
      -                    "type": "string"
      -                  },
      -                  "photon": {
      -                    "title": "Photon",
      -                    "type": "string"
      -                  },
      -                  "pumpfun": {
      -                    "title": "Pumpfun",
      -                    "type": "string"
      -                  }
      -                },
      -                "required": [
      -                  "pumpfun",
      -                  "dexscreener",
      -                  "jupiter",
      -                  "gmgn",
      -                  "axiom",
      -                  "photon",
      -                  "note"
      -                ],
      -                "title": "TradeLinks",
      -                "type": "object"
      -              },
      -              {
      -                "type": "null"
      -              }
      -            ],
      -            "default": null,
      -            "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      -          },
      -          "mint": {
      -            "title": "Mint",
      -            "type": "string"
      -          },
      -          "odds_caveat": {
      -            "title": "Odds Caveat",
      -            "type": "string"
      -          },
      -          "probabilities": {
      -            "anyOf": [
      -              {
      -                "properties": {
      -                  "base_rate_same_age": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Base Rate Same Age"
      -                  },
      -                  "calibration": {
      -                    "title": "Calibration",
      -                    "type": "string"
      -                  },
      -                  "diagnostics": {
      -                    "anyOf": [
      -                      {
      -                        "additionalProperties": true,
      -                        "type": "object"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Diagnostics"
      -                  },
      -                  "features_used": {
      -                    "anyOf": [
      -                      {
      -                        "additionalProperties": true,
      -                        "type": "object"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Features Used"
      -                  },
      -                  "horizon_s": {
      -                    "title": "Horizon S",
      -                    "type": "integer"
      -                  },
      -                  "model": {
      -                    "title": "Model",
      -                    "type": "string"
      -                  },
      -                  "reason": {
      -                    "anyOf": [
      -                      {
      -                        "type": "string"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Reason"
      -                  },
      -                  "recalibration": {
      -                    "anyOf": [
      -                      {
      -                        "type": "string"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Recalibration"
      -                  },
      -                  "rug_within_300s": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Rug Within 300S"
      -                  },
      -                  "rug_within_300s_basis": {
      -                    "anyOf": [
      -                      {
      -                        "type": "string"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Rug Within 300S Basis"
      -                  },
      -                  "rug_within_300s_reason": {
      -                    "anyOf": [
      -                      {
      -                        "type": "string"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Rug Within 300S Reason"
      -                  },
      -                  "true_graduation": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "True Graduation"
      -                  },
      -                  "true_graduation_reason": {
      -                    "anyOf": [
      -                      {
      -                        "type": "string"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "True Graduation Reason"
      -                  }
      -                },
      -                "required": [
      -                  "model",
      -                  "calibration",
      -                  "horizon_s"
      -                ],
      -                "title": "Probabilities",
      -                "type": "object"
      -              },
      -              {
      -                "type": "null"
      -              }
      -            ],
      -            "description": "The calibrated numbers exactly as the compact check publishes them."
      -          },
      -          "reason": {
      -            "title": "Reason",
      -            "type": "string"
      -          },
      -          "reasons": {
      -            "description": "Up to three observed flags, earliest first.",
      -            "items": {
      -              "properties": {
      -                "code": {
      -                  "title": "Code",
      -                  "type": "string"
      -                },
      -                "evidence": {
      -                  "additionalProperties": true,
      -                  "title": "Evidence",
      -                  "type": "object"
      -                },
      -                "first_seen_after_launch_s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "First Seen After Launch S"
      -                },
      -                "first_seen_at": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "First Seen At"
      -                },
      -                "text": {
      -                  "title": "Text",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "code",
      -                "text",
      -                "first_seen_at",
      -                "first_seen_after_launch_s",
      -                "evidence"
      -              ],
      -              "title": "VerdictReason",
      -              "type": "object"
      -            },
      -            "maxItems": 3,
      -            "title": "Reasons",
      -            "type": "array"
      -          },
      -          "reasons_total": {
      -            "minimum": 0,
      -            "title": "Reasons Total",
      -            "type": "integer"
      -          },
      -          "result_id": {
      -            "title": "Result Id",
      -            "type": "string"
      -          },
      -          "risk_label": {
      -            "title": "Risk Label",
      -            "type": "string"
      -          },
      -          "rule": {
      -            "title": "Rule",
      -            "type": "string"
      -          },
      -          "share_url": {
      -            "description": "Free card page signed at purchase time; renders this verdict without recomputing or paying.",
      -            "title": "Share Url",
      -            "type": "string"
      -          },
      -          "t": {
      -            "title": "T",
      -            "type": "number"
      -          },
      -          "verdict": {
      -            "enum": [
      -              "avoid",
      -              "caution",
      -              "no_flags_observed"
      -            ],
      -            "title": "Verdict",
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "mint",
      -          "verdict",
      -          "basis",
      -          "reason",
      -          "probabilities",
      -          "odds_caveat",
      -          "reasons",
      -          "reasons_total",
      -          "lifecycle",
      -          "risk_label",
      -          "coverage",
      -          "age_s",
      -          "generated_at",
      -          "t",
      -          "result_id",
      -          "share_url",
      -          "fresh_verdict_url",
      -          "rule",
      -          "disclaimer"
      -        ],
      -        "title": "VerdictData",
      -        "type": "object"
      -      },
      -      "generated_at": {
      -        "title": "Generated At",
      -        "type": "string"
      -      },
      -      "meta": {
      -        "additionalProperties": true,
      -        "title": "Meta",
      -        "type": "object"
      -      },
      -      "ok": {
      -        "const": true,
      -        "title": "Ok",
      -        "type": "boolean"
      -      },
      -      "schema_version": {
      -        "const": "2.0",
      -        "title": "Schema Version",
      -        "type": "string"
      -      },
      -      "t": {
      -        "title": "T",
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "ok",
      -      "schema_version",
      -      "generated_at",
      -      "t",
      -      "coverage",
      -      "data",
      -      "meta"
      -    ],
      -    "title": "VerdictEnvelope",
      -    "type": "object"
      -  },
      -  {
      -    "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
      -    "properties": {
      -      "accepts": {
      -        "items": {
      -          "properties": {
      -            "amount": {
      -              "type": "string"
      -            },
      -            "asset": {
      -              "type": "string"
      -            },
      -            "extra": {
      -              "type": "object"
      -            },
      -            "maxTimeoutSeconds": {
      -              "type": "integer"
      -            },
      -            "network": {
      -              "type": "string"
      -            },
      -            "payTo": {
      -              "type": "string"
      -            },
      -            "scheme": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "scheme",
      -            "network",
      -            "amount",
      -            "asset",
      -            "payTo"
      -          ],
      -          "type": "object"
      -        },
      -        "minItems": 1,
      -        "type": "array"
      -      },
      -      "error": {
      -        "type": "string"
      -      },
      -      "extensions": {
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "description": {
      -            "type": "string"
      -          },
      -          "mimeType": {
      -            "type": "string"
      -          },
      -          "url": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "url"
      -        ],
      -        "type": "object"
      -      },
      -      "x402/payment-response": {
      -        "properties": {
      -          "errorReason": {
      -            "type": "string"
      -          },
      -          "network": {
      -            "type": "string"
      -          },
      -          "success": {
      -            "type": "boolean"
      -          },
      -          "transaction": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "success"
      -        ],
      -        "type": "object"
      -      },
      -      "x402Version": {
      -        "const": 2
      -      }
      -    },
      -    "required": [
      -      "x402Version",
      -      "resource",
      -      "accepts"
      -    ],
      -    "title": "PaymentRequired",
      -    "type": "object"
      -  },
      -  {
      -    "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
      -    "properties": {
      -      "address": {
      -        "type": "string"
      -      },
      -      "avoid_skipped": {
      -        "type": "integer"
      -      },
      -      "case_mangled_mints": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "charged": {
      -        "type": [
      -          "boolean",
      -          "null"
      -        ]
      -      },
      -      "curve": {
      -        "type": "string"
      -      },
      -      "error": {
      -        "type": "string"
      -      },
      -      "feed_lag_s": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "free_check": {
      -        "type": "string"
      -      },
      -      "got": {
      -        "type": [
      -          "string",
      -          "integer"
      -        ]
      -      },
      -      "hint": {
      -        "type": "string"
      -      },
      -      "invalid": {
      -        "type": "object"
      -      },
      -      "live_examples": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "max_feed_lag_s": {
      -        "type": "number"
      -      },
      -      "max_mints": {
      -        "type": "integer"
      -      },
      -      "max_table_lag_s": {
      -        "type": "number"
      -      },
      -      "message": {
      -        "type": "string"
      -      },
      -      "mint": {
      -        "type": "string"
      -      },
      -      "missing": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "newest_cursor": {
      -        "type": "string"
      -      },
      -      "ok": {
      -        "const": false
      -      },
      -      "payment_status": {
      -        "type": "string"
      -      },
      -      "scanned": {
      -        "type": "integer"
      -      },
      -      "schema": {
      -        "type": "object"
      -      },
      -      "since": {
      -        "type": [
      -          "string",
      -          "null"
      -        ]
      -      },
      -      "table_lag_s": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "tool": {
      -        "type": "string"
      -      },
      -      "unavailable_mints": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "unverified_event": {
      -        "type": [
      -          "object",
      -          "null"
      -        ]
      -      },
      -      "window_s": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "ok",
      -      "error"
      -    ],
      -    "title": "Refusal",
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "coverage": {
      +        "const": "full",
      +        "title": "Coverage",
      +        "type": "string"
      +      },
      +      "data": {
      +        "properties": {
      +          "age_s": {
      +            "anyOf": [
      +              {
      +                "type": "number"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "title": "Age S"
      +          },
      +          "authorities": {
      +            "anyOf": [
      +              {
      +                "properties": {
      +                  "freeze_authority": {
      +                    "anyOf": [
      +                      {
      +                        "type": "boolean"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "true = set (accounts can be frozen), false = none, null = not read.",
      +                    "title": "Freeze Authority"
      +                  },
      +                  "metadata_mutable": {
      +                    "anyOf": [
      +                      {
      +                        "type": "boolean"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "true = name, symbol or image can still change, false = immutable, null = not read.",
      +                    "title": "Metadata Mutable"
      +                  },
      +                  "mint_authority": {
      +                    "anyOf": [
      +                      {
      +                        "type": "boolean"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "true = set (more can be minted), false = none, null = not read.",
      +                    "title": "Mint Authority"
      +                  },
      +                  "source": {
      +                    "anyOf": [
      +                      {
      +                        "enum": [
      +                          "onchain",
      +                          "pumpfun_rule"
      +                        ],
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "pumpfun_rule: pump.fun's program leaves no mint or freeze authority and immutable metadata.",
      +                    "title": "Source"
      +                  }
      +                },
      +                "title": "Authorities",
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Mint, freeze and metadata authorities (/v1/labels authorities)."
      +          },
      +          "basis": {
      +            "description": "Rule ids that fired; empty for no_flags_observed. The rule is published at /v1/labels.",
      +            "items": {
      +              "type": "string"
      +            },
      +            "title": "Basis",
      +            "type": "array"
      +          },
      +          "cohorts": {
      +            "anyOf": [
      +              {
      +                "properties": {
      +                  "bundlers": {
      +                    "properties": {
      +                      "buy_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "SOL that entered the curve on the cohort's buys (fees paid outside the curve are not in it).",
      +                        "title": "Buy Sol"
      +                      },
      +                      "n_holding": {
      +                        "anyOf": [
      +                          {
      +                            "minimum": 0,
      +                            "type": "integer"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Wallets of the cohort still holding tokens.",
      +                        "title": "N Holding"
      +                      },
      +                      "n_wallets": {
      +                        "anyOf": [
      +                          {
      +                            "minimum": 0,
      +                            "type": "integer"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Wallets in the cohort, sold-out ones included.",
      +                        "title": "N Wallets"
      +                      },
      +                      "net_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "buy_sol - sell_sol: negative when the cohort took out more SOL than it put in; null when sol_complete is false for it.",
      +                        "title": "Net Sol"
      +                      },
      +                      "reason": {
      +                        "anyOf": [
      +                          {
      +                            "type": "string"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Why the cohort's figures are null.",
      +                        "title": "Reason"
      +                      },
      +                      "sell_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "SOL that left the curve on the cohort's sells.",
      +                        "title": "Sell Sol"
      +                      },
      +                      "share_of_supply": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "description": "Tokens the cohort's wallets hold now / total supply (1B; 2B on a mayhem launch).",
      +                        "title": "Share Of Supply"
      +                      },
      +                      "source": {
      +                        "enum": [
      +                          "tape",
      +                          "tape+funding_capture",
      +                          "unavailable"
      +                        ],
      +                        "title": "Source",
      +                        "type": "string"
      +                      },
      +                      "wallets": {
      +                        "anyOf": [
      +                          {
      +                            "items": {
      +                              "properties": {
      +                                "first_slot_offset": {
      +                                  "anyOf": [
      +                                    {
      +                                      "type": "integer"
      +                                    },
      +                                    {
      +                                      "type": "null"
      +                                    }
      +                                  ],
      +                                  "default": null,
      +                                  "description": "Slots after the create slot when the wallet's first tokens of this mint arrived; null when it never received any.",
      +                                  "title": "First Slot Offset"
      +                                },
      +                                "net_sol": {
      +                                  "anyOf": [
      +                                    {
      +                                      "type": "number"
      +                                    },
      +                                    {
      +                                      "type": "null"
      +                                    }
      +                                  ],
      +                                  "default": null,
      +                                  "description": "SOL it put into the curve on its buys minus SOL it took out on its sells; null when the tape cannot give it exactly.",
      +                                  "title": "Net Sol"
      +                                },
      +                                "share_of_supply": {
      +                                  "description": "Tokens this wallet holds now / total supply.",
      +                                  "title": "Share Of Supply",
      +                                  "type": "number"
      +                                },
      +                                "wallet": {
      +                                  "title": "Wallet",
      +                                  "type": "string"
      +                                }
      +                              },
      +                              "required": [
      +                                "wallet",
      +                                "share_of_supply"
      +                              ],
      +                              "title": "CohortWallet",
      +                              "type": "object"
      +                            },
      +                            "maxItems": 10,
      +                            "type": "array"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Up to 10 of the cohort's wallets, largest holding first.",
      +                        "title": "Wallets"
      +                      }
      +                    },
      +                    "required": [
      +                      "share_of_supply",
      +                      "source"
      +                    ],
      +                    "title": "Cohort",
      +                    "type": "object"
      +                  },
      +                  "dev": {
      +                    "properties": {
      +                      "buy_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "SOL that entered the curve on the cohort's buys (fees paid outside the curve are not in it).",
      +                        "title": "Buy Sol"
      +                      },
      +                      "n_funded_by_creator": {
      +                        "description": "Wallets in the dev cohort because our funding capture saw the creator fund them.",
      +                        "minimum": 0,
      +                        "title": "N Funded By Creator",
      +                        "type": "integer"
      +                      },
      +                      "n_holding": {
      +                        "anyOf": [
      +                          {
      +                            "minimum": 0,
      +                            "type": "integer"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Wallets of the cohort still holding tokens.",
      +                        "title": "N Holding"
      +                      },
      +                      "n_wallets": {
      +                        "anyOf": [
      +                          {
      +                            "minimum": 0,
      +                            "type": "integer"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Wallets in the cohort, sold-out ones included.",
      +                        "title": "N Wallets"
      +                      },
      +                      "net_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "buy_sol - sell_sol: negative when the cohort took out more SOL than it put in; null when sol_complete is false for it.",
      +                        "title": "Net Sol"
      +                      },
      +                      "reason": {
      +                        "anyOf": [
      +                          {
      +                            "type": "string"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Why the cohort's figures are null.",
      +                        "title": "Reason"
      +                      },
      +                      "sell_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "SOL that left the curve on the cohort's sells.",
      +                        "title": "Sell Sol"
      +                      },
      +                      "share_of_supply": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "description": "Tokens the cohort's wallets hold now / total supply (1B; 2B on a mayhem launch).",
      +                        "title": "Share Of Supply"
      +                      },
      +                      "source": {
      +                        "enum": [
      +                          "tape",
      +                          "tape+funding_capture",
      +                          "unavailable"
      +                        ],
      +                        "title": "Source",
      +                        "type": "string"
      +                      },
      +                      "wallets": {
      +                        "anyOf": [
      +                          {
      +                            "items": {
      +                              "properties": {
      +                                "first_slot_offset": {
      +                                  "anyOf": [
      +                                    {
      +                                      "type": "integer"
      +                                    },
      +                                    {
      +                                      "type": "null"
      +                                    }
      +                                  ],
      +                                  "default": null,
      +                                  "description": "Slots after the create slot when the wallet's first tokens of this mint arrived; null when it never received any.",
      +                                  "title": "First Slot Offset"
      +                                },
      +                                "net_sol": {
      +                                  "anyOf": [
      +                                    {
      +                                      "type": "number"
      +                                    },
      +                                    {
      +                                      "type": "null"
      +                                    }
      +                                  ],
      +                                  "default": null,
      +                                  "description": "SOL it put into the curve on its buys minus SOL it took out on its sells; null when the tape cannot give it exactly.",
      +                                  "title": "Net Sol"
      +                                },
      +                                "share_of_supply": {
      +                                  "description": "Tokens this wallet holds now / total supply.",
      +                                  "title": "Share Of Supply",
      +                                  "type": "number"
      +                                },
      +                                "wallet": {
      +                                  "title": "Wallet",
      +                                  "type": "string"
      +                                }
      +                              },
      +                              "required": [
      +                                "wallet",
      +                                "share_of_supply"
      +                              ],
      +                              "title": "CohortWallet",
      +                              "type": "object"
      +                            },
      +                            "maxItems": 10,
      +                            "type": "array"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Up to 10 of the cohort's wallets, largest holding first.",
      +                        "title": "Wallets"
      +                      }
      +                    },
      +                    "required": [
      +                      "share_of_supply",
      +                      "source",
      +                      "n_funded_by_creator"
      +                    ],
      +                    "title": "DevCohort",
      +                    "type": "object"
      +                  },
      +                  "fresh_wallets": {
      +                    "properties": {
      +                      "buy_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "SOL that entered the curve on the cohort's buys (fees paid outside the curve are not in it).",
      +                        "title": "Buy Sol"
      +                      },
      +                      "n_holding": {
      +                        "anyOf": [
      +                          {
      +                            "minimum": 0,
      +                            "type": "integer"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Wallets of the cohort still holding tokens.",
      +                        "title": "N Holding"
      +                      },
      +                      "n_wallets": {
      +                        "anyOf": [
      +                          {
      +                            "minimum": 0,
      +                            "type": "integer"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Wallets in the cohort, sold-out ones included.",
      +                        "title": "N Wallets"
      +                      },
      +                      "net_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "buy_sol - sell_sol: negative when the cohort took out more SOL than it put in; null when sol_complete is false for it.",
      +                        "title": "Net Sol"
      +                      },
      +                      "reason": {
      +                        "anyOf": [
      +                          {
      +                            "type": "string"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Why the cohort's figures are null.",
      +                        "title": "Reason"
      +                      },
      +                      "sell_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "SOL that left the curve on the cohort's sells.",
      +                        "title": "Sell Sol"
      +                      },
      +                      "share_of_supply": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "description": "Tokens the cohort's wallets hold now / total supply (1B; 2B on a mayhem launch).",
      +                        "title": "Share Of Supply"
      +                      },
      +                      "source": {
      +                        "enum": [
      +                          "tape",
      +                          "tape+funding_capture",
      +                          "unavailable"
      +                        ],
      +                        "title": "Source",
      +                        "type": "string"
      +                      },
      +                      "wallets": {
      +                        "anyOf": [
      +                          {
      +                            "items": {
      +                              "properties": {
      +                                "first_slot_offset": {
      +                                  "anyOf": [
      +                                    {
      +                                      "type": "integer"
      +                                    },
      +                                    {
      +                                      "type": "null"
      +                                    }
      +                                  ],
      +                                  "default": null,
      +                                  "description": "Slots after the create slot when the wallet's first tokens of this mint arrived; null when it never received any.",
      +                                  "title": "First Slot Offset"
      +                                },
      +                                "net_sol": {
      +                                  "anyOf": [
      +                                    {
      +                                      "type": "number"
      +                                    },
      +                                    {
      +                                      "type": "null"
      +                                    }
      +                                  ],
      +                                  "default": null,
      +                                  "description": "SOL it put into the curve on its buys minus SOL it took out on its sells; null when the tape cannot give it exactly.",
      +                                  "title": "Net Sol"
      +                                },
      +                                "share_of_supply": {
      +                                  "description": "Tokens this wallet holds now / total supply.",
      +                                  "title": "Share Of Supply",
      +                                  "type": "number"
      +                                },
      +                                "wallet": {
      +                                  "title": "Wallet",
      +                                  "type": "string"
      +                                }
      +                              },
      +                              "required": [
      +                                "wallet",
      +                                "share_of_supply"
      +                              ],
      +                              "title": "CohortWallet",
      +                              "type": "object"
      +                            },
      +                            "maxItems": 10,
      +                            "type": "array"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Up to 10 of the cohort's wallets, largest holding first.",
      +                        "title": "Wallets"
      +                      }
      +                    },
      +                    "required": [
      +                      "share_of_supply",
      +                      "source"
      +                    ],
      +                    "title": "Cohort",
      +                    "type": "object"
      +                  },
      +                  "omitted": {
      +                    "additionalProperties": {
      +                      "type": "string"
      +                    },
      +                    "description": "Cohorts not served, with the reason.",
      +                    "title": "Omitted",
      +                    "type": "object"
      +                  },
      +                  "shares_complete": {
      +                    "anyOf": [
      +                      {
      +                        "type": "boolean"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "True when the booked trades account for the curve's SOL (within 0.001 SOL); false when trades are missing, so every share here is a lower bound; null when it cannot be checked.",
      +                    "title": "Shares Complete"
      +                  },
      +                  "slot_windows": {
      +                    "properties": {
      +                      "bundlers": {
      +                        "description": "Inclusive slot offsets from the create slot.",
      +                        "items": {
      +                          "type": "integer"
      +                        },
      +                        "maxItems": 2,
      +                        "minItems": 2,
      +                        "title": "Bundlers",
      +                        "type": "array"
      +                      },
      +                      "snipers": {
      +                        "description": "Inclusive slot offsets from the create slot.",
      +                        "items": {
      +                          "type": "integer"
      +                        },
      +                        "maxItems": 2,
      +                        "minItems": 2,
      +                        "title": "Snipers",
      +                        "type": "array"
      +                      }
      +                    },
      +                    "required": [
      +                      "bundlers",
      +                      "snipers"
      +                    ],
      +                    "title": "SlotWindows",
      +                    "type": "object"
      +                  },
      +                  "snipers": {
      +                    "properties": {
      +                      "buy_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "SOL that entered the curve on the cohort's buys (fees paid outside the curve are not in it).",
      +                        "title": "Buy Sol"
      +                      },
      +                      "n_holding": {
      +                        "anyOf": [
      +                          {
      +                            "minimum": 0,
      +                            "type": "integer"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Wallets of the cohort still holding tokens.",
      +                        "title": "N Holding"
      +                      },
      +                      "n_wallets": {
      +                        "anyOf": [
      +                          {
      +                            "minimum": 0,
      +                            "type": "integer"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Wallets in the cohort, sold-out ones included.",
      +                        "title": "N Wallets"
      +                      },
      +                      "net_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "buy_sol - sell_sol: negative when the cohort took out more SOL than it put in; null when sol_complete is false for it.",
      +                        "title": "Net Sol"
      +                      },
      +                      "reason": {
      +                        "anyOf": [
      +                          {
      +                            "type": "string"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Why the cohort's figures are null.",
      +                        "title": "Reason"
      +                      },
      +                      "sell_sol": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "SOL that left the curve on the cohort's sells.",
      +                        "title": "Sell Sol"
      +                      },
      +                      "share_of_supply": {
      +                        "anyOf": [
      +                          {
      +                            "type": "number"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "description": "Tokens the cohort's wallets hold now / total supply (1B; 2B on a mayhem launch).",
      +                        "title": "Share Of Supply"
      +                      },
      +                      "source": {
      +                        "enum": [
      +                          "tape",
      +                          "tape+funding_capture",
      +                          "unavailable"
      +                        ],
      +                        "title": "Source",
      +                        "type": "string"
      +                      },
      +                      "wallets": {
      +                        "anyOf": [
      +                          {
      +                            "items": {
      +                              "properties": {
      +                                "first_slot_offset": {
      +                                  "anyOf": [
      +                                    {
      +                                      "type": "integer"
      +                                    },
      +                                    {
      +                                      "type": "null"
      +                                    }
      +                                  ],
      +                                  "default": null,
      +                                  "description": "Slots after the create slot when the wallet's first tokens of this mint arrived; null when it never received any.",
      +                                  "title": "First Slot Offset"
      +                                },
      +                                "net_sol": {
      +                                  "anyOf": [
      +                                    {
      +                                      "type": "number"
      +                                    },
      +                                    {
      +                                      "type": "null"
      +                                    }
      +                                  ],
      +                                  "default": null,
      +                                  "description": "SOL it put into the curve on its buys minus SOL it took out on its sells; null when the tape cannot give it exactly.",
      +                                  "title": "Net Sol"
      +                                },
      +                                "share_of_supply": {
      +                                  "description": "Tokens this wallet holds now / total supply.",
      +                                  "title": "Share Of Supply",
      +                                  "type": "number"
      +                                },
      +                                "wallet": {
      +                                  "title": "Wallet",
      +                                  "type": "string"
      +                                }
      +                              },
      +                              "required": [
      +                                "wallet",
      +                                "share_of_supply"
      +                              ],
      +                              "title": "CohortWallet",
      +                              "type": "object"
      +                            },
      +                            "maxItems": 10,
      +                            "type": "array"
      +                          },
      +                          {
      +                            "type": "null"
      +                          }
      +                        ],
      +                        "default": null,
      +                        "description": "Up to 10 of the cohort's wallets, largest holding first.",
      +                        "title": "Wallets"
      +                      }
      +                    },
      +                    "required": [
      +                      "share_of_supply",
      +                      "source"
      +                    ],
      +                    "title": "Cohort",
      +                    "type": "object"
      +                  },
      +                  "sol_complete": {
      +                    "description": "True when every cohort SOL figure is exact; false names the reason in sol_reason.",
      +                    "title": "Sol Complete",
      +                    "type": "boolean"
      +                  },
      +                  "sol_reason": {
      +                    "anyOf": [
      +                      {
      +                        "enum": [
      +                          "tape_truncated",
      +                          "quote_not_sol",
      +                          "trades_unbooked",
      +                          "create_sol_unknown"
      +                        ],
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Sol Reason"
      +                  },
      +                  "top10_share": {
      +                    "description": "Share of total supply held by the 10 largest wallets in our ledger (the bonding curve and the mayhem agent are not holders).",
      +                    "title": "Top10 Share",
      +                    "type": "number"
      +                  },
      +                  "top1_share": {
      +                    "description": "Share of total supply held by the largest wallet in our ledger (the bonding curve and the mayhem agent are not holders).",
      +                    "title": "Top1 Share",
      +                    "type": "number"
      +                  },
      +                  "unbooked_sol": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "The curve's own SOL after the last booked trade minus the net SOL of every booked trade since launch: SOL that moved in trades our tape does not hold; null when it cannot be checked.",
      +                    "title": "Unbooked Sol"
      +                  },
      +                  "union_share": {
      +                    "description": "Share of supply held by wallets in at least one cohort, each wallet counted once.",
      +                    "title": "Union Share",
      +                    "type": "number"
      +                  },
      +                  "version": {
      +                    "const": "cohorts-1",
      +                    "title": "Version",
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "version",
      +                  "top1_share",
      +                  "top10_share",
      +                  "union_share",
      +                  "slot_windows",
      +                  "sol_complete",
      +                  "dev",
      +                  "bundlers",
      +                  "snipers",
      +                  "fresh_wallets",
      +                  "omitted"
      +                ],
      +                "title": "CohortBlock",
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Context for the reasons, not part of the rule: who holds the supply now by launch-time role (dev, bundlers, snipers, top-1 and top-10 share), as the holders answer reports it; definitions at /v1/labels (cohorts). Null when it could not be built; the verdict stands."
      +          },
      +          "coverage": {
      +            "const": "full",
      +            "title": "Coverage",
      +            "type": "string"
      +          },
      +          "disclaimer": {
      +            "title": "Disclaimer",
      +            "type": "string"
      +          },
      +          "fresh_verdict_url": {
      +            "title": "Fresh Verdict Url",
      +            "type": "string"
      +          },
      +          "generated_at": {
      +            "title": "Generated At",
      +            "type": "string"
      +          },
      +          "lifecycle": {
      +            "title": "Lifecycle",
      +            "type": "string"
      +          },
      +          "links": {
      +            "anyOf": [
      +              {
      +                "properties": {
      +                  "axiom": {
      +                    "title": "Axiom",
      +                    "type": "string"
      +                  },
      +                  "dexscreener": {
      +                    "title": "Dexscreener",
      +                    "type": "string"
      +                  },
      +                  "gmgn": {
      +                    "title": "Gmgn",
      +                    "type": "string"
      +                  },
      +                  "jupiter": {
      +                    "title": "Jupiter",
      +                    "type": "string"
      +                  },
      +                  "note": {
      +                    "title": "Note",
      +                    "type": "string"
      +                  },
      +                  "photon": {
      +                    "title": "Photon",
      +                    "type": "string"
      +                  },
      +                  "pumpfun": {
      +                    "title": "Pumpfun",
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "pumpfun",
      +                  "dexscreener",
      +                  "jupiter",
      +                  "gmgn",
      +                  "axiom",
      +                  "photon",
      +                  "note"
      +                ],
      +                "title": "TradeLinks",
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      +          },
      +          "market": {
      +            "anyOf": [
      +              {
      +                "properties": {
      +                  "as_of": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "Unix seconds of that sol_usd read.",
      +                    "title": "As Of"
      +                  },
      +                  "curve_liquidity_sol": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "Real SOL held by the bonding curve.",
      +                    "title": "Curve Liquidity Sol"
      +                  },
      +                  "curve_liquidity_usd": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Curve Liquidity Usd"
      +                  },
      +                  "market_cap_sol": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Market Cap Sol"
      +                  },
      +                  "market_cap_usd": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "price_usd x total supply (1B tokens, 2B on a mayhem launch): the pump.fun and DexScreener convention, equal to FDV.",
      +                    "title": "Market Cap Usd"
      +                  },
      +                  "price_sol": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "SOL per whole token at the bonding curve's marginal price.",
      +                    "title": "Price Sol"
      +                  },
      +                  "price_usd": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Price Usd"
      +                  },
      +                  "reason": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "Why fields are null; codes at /v1/labels market.reason.",
      +                    "title": "Reason"
      +                  },
      +                  "sol_usd": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "description": "The Coinbase SOL-USD spot the USD fields use.",
      +                    "title": "Sol Usd"
      +                  }
      +                },
      +                "title": "Market",
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "USD price, market cap and curve liquidity (/v1/labels market)."
      +          },
      +          "mint": {
      +            "title": "Mint",
      +            "type": "string"
      +          },
      +          "odds_caveat": {
      +            "title": "Odds Caveat",
      +            "type": "string"
      +          },
      +          "probabilities": {
      +            "anyOf": [
      +              {
      +                "properties": {
      +                  "base_rate_same_age": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Base Rate Same Age"
      +                  },
      +                  "calibration": {
      +                    "title": "Calibration",
      +                    "type": "string"
      +                  },
      +                  "diagnostics": {
      +                    "anyOf": [
      +                      {
      +                        "additionalProperties": true,
      +                        "type": "object"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Diagnostics"
      +                  },
      +                  "features_used": {
      +                    "anyOf": [
      +                      {
      +                        "additionalProperties": true,
      +                        "type": "object"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Features Used"
      +                  },
      +                  "horizon_s": {
      +                    "title": "Horizon S",
      +                    "type": "integer"
      +                  },
      +                  "model": {
      +                    "title": "Model",
      +                    "type": "string"
      +                  },
      +                  "reason": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Reason"
      +                  },
      +                  "recalibration": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Recalibration"
      +                  },
      +                  "rug_within_300s": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Rug Within 300S"
      +                  },
      +                  "rug_within_300s_basis": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Rug Within 300S Basis"
      +                  },
      +                  "rug_within_300s_reason": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Rug Within 300S Reason"
      +                  },
      +                  "true_graduation": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "True Graduation"
      +                  },
      +                  "true_graduation_reason": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "True Graduation Reason"
      +                  }
      +                },
      +                "required": [
      +                  "model",
      +                  "calibration",
      +                  "horizon_s"
      +                ],
      +                "title": "Probabilities",
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "description": "The calibrated numbers exactly as the compact check publishes them."
      +          },
      +          "reason": {
      +            "title": "Reason",
      +            "type": "string"
      +          },
      +          "reasons": {
      +            "description": "Up to three observed flags, earliest first.",
      +            "items": {
      +              "properties": {
      +                "code": {
      +                  "title": "Code",
      +                  "type": "string"
      +                },
      +                "evidence": {
      +                  "additionalProperties": true,
      +                  "title": "Evidence",
      +                  "type": "object"
      +                },
      +                "first_seen_after_launch_s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "First Seen After Launch S"
      +                },
      +                "first_seen_at": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "First Seen At"
      +                },
      +                "text": {
      +                  "title": "Text",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "code",
      +                "text",
      +                "first_seen_at",
      +                "first_seen_after_launch_s",
      +                "evidence"
      +              ],
      +              "title": "VerdictReason",
      +              "type": "object"
      +            },
      +            "maxItems": 3,
      +            "title": "Reasons",
      +            "type": "array"
      +          },
      +          "reasons_total": {
      +            "minimum": 0,
      +            "title": "Reasons Total",
      +            "type": "integer"
      +          },
      +          "result_id": {
      +            "title": "Result Id",
      +            "type": "string"
      +          },
      +          "risk_label": {
      +            "title": "Risk Label",
      +            "type": "string"
      +          },
      +          "rule": {
      +            "title": "Rule",
      +            "type": "string"
      +          },
      +          "share_url": {
      +            "description": "Free card page signed at purchase time; renders this verdict without recomputing or paying.",
      +            "title": "Share Url",
      +            "type": "string"
      +          },
      +          "t": {
      +            "title": "T",
      +            "type": "number"
      +          },
      +          "verdict": {
      +            "enum": [
      +              "avoid",
      +              "caution",
      +              "no_flags_observed"
      +            ],
      +            "title": "Verdict",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "mint",
      +          "verdict",
      +          "basis",
      +          "reason",
      +          "probabilities",
      +          "odds_caveat",
      +          "reasons",
      +          "reasons_total",
      +          "lifecycle",
      +          "risk_label",
      +          "coverage",
      +          "age_s",
      +          "generated_at",
      +          "t",
      +          "result_id",
      +          "share_url",
      +          "fresh_verdict_url",
      +          "rule",
      +          "disclaimer"
      +        ],
      +        "title": "VerdictData",
      +        "type": "object"
      +      },
      +      "generated_at": {
      +        "title": "Generated At",
      +        "type": "string"
      +      },
      +      "meta": {
      +        "additionalProperties": true,
      +        "title": "Meta",
      +        "type": "object"
      +      },
      +      "ok": {
      +        "const": true,
      +        "title": "Ok",
      +        "type": "boolean"
      +      },
      +      "schema_version": {
      +        "const": "2.0",
      +        "title": "Schema Version",
      +        "type": "string"
      +      },
      +      "t": {
      +        "title": "T",
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "schema_version",
      +      "generated_at",
      +      "t",
      +      "coverage",
      +      "data",
      +      "meta"
      +    ],
      +    "title": "VerdictEnvelope",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
      +    "properties": {
      +      "accepts": {
      +        "items": {
      +          "properties": {
      +            "amount": {
      +              "type": "string"
      +            },
      +            "asset": {
      +              "type": "string"
      +            },
      +            "extra": {
      +              "type": "object"
      +            },
      +            "maxTimeoutSeconds": {
      +              "type": "integer"
      +            },
      +            "network": {
      +              "type": "string"
      +            },
      +            "payTo": {
      +              "type": "string"
      +            },
      +            "scheme": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "scheme",
      +            "network",
      +            "amount",
      +            "asset",
      +            "payTo"
      +          ],
      +          "type": "object"
      +        },
      +        "minItems": 1,
      +        "type": "array"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "extensions": {
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "mimeType": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "url"
      +        ],
      +        "type": "object"
      +      },
      +      "x402/payment-response": {
      +        "properties": {
      +          "errorReason": {
      +            "type": "string"
      +          },
      +          "network": {
      +            "type": "string"
      +          },
      +          "success": {
      +            "type": "boolean"
      +          },
      +          "transaction": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "success"
      +        ],
      +        "type": "object"
      +      },
      +      "x402Version": {
      +        "const": 2
      +      }
      +    },
      +    "required": [
      +      "x402Version",
      +      "resource",
      +      "accepts"
      +    ],
      +    "title": "PaymentRequired",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
      +    "properties": {
      +      "address": {
      +        "type": "string"
      +      },
      +      "avoid_skipped": {
      +        "type": "integer"
      +      },
      +      "case_mangled_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "charged": {
      +        "type": [
      +          "boolean",
      +          "null"
      +        ]
      +      },
      +      "curve": {
      +        "type": "string"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "feed_lag_s": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "free_check": {
      +        "type": "string"
      +      },
      +      "got": {
      +        "type": [
      +          "string",
      +          "integer"
      +        ]
      +      },
      +      "hint": {
      +        "type": "string"
      +      },
      +      "invalid": {
      +        "type": "object"
      +      },
      +      "live_examples": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "max_feed_lag_s": {
      +        "type": "number"
      +      },
      +      "max_mints": {
      +        "type": "integer"
      +      },
      +      "max_table_lag_s": {
      +        "type": "number"
      +      },
      +      "message": {
      +        "type": "string"
      +      },
      +      "mint": {
      +        "type": "string"
      +      },
      +      "missing": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "newest_cursor": {
      +        "type": "string"
      +      },
      +      "ok": {
      +        "const": false
      +      },
      +      "payment_status": {
      +        "type": "string"
      +      },
      +      "scanned": {
      +        "type": "integer"
      +      },
      +      "schema": {
      +        "type": "object"
      +      },
      +      "since": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "table_lag_s": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "tool": {
      +        "type": "string"
      +      },
      +      "unavailable_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "unverified_event": {
      +        "type": [
      +          "object",
      +          "null"
      +        ]
      +      },
      +      "window_s": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "error"
      +    ],
      +    "title": "Refusal",
      +    "type": "object"
      +  }
      +]
  2. Changed1 schema field changed
    • changedInput schema / properties / mint / description
      Previous value: -"A pump.fun mint with full live coverage; check /v1/check/coverage first."New value: +"A pump.fun mint with full live coverage; check /v1/check/coverage first. Accepts a mint or a pump.fun/gmgn/solscan/birdeye link."
  3. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "coverage": {
      -        "const": "full",
      -        "title": "Coverage",
      -        "type": "string"
      -      },
      -      "data": {
      -        "properties": {
      -          "age_s": {
      -            "anyOf": [
      -              {
      -                "type": "number"
      -              },
      -              {
      -                "type": "null"
      -              }
      -            ],
      -            "title": "Age S"
      -          },
      -          "basis": {
      -            "description": "Rule ids that fired; empty for no_flags_observed. The rule is published at /v1/labels.",
      -            "items": {
      -              "type": "string"
      -            },
      -            "title": "Basis",
      -            "type": "array"
      -          },
      -          "coverage": {
      -            "const": "full",
      -            "title": "Coverage",
      -            "type": "string"
      -          },
      -          "disclaimer": {
      -            "title": "Disclaimer",
      -            "type": "string"
      -          },
      -          "fresh_verdict_url": {
      -            "title": "Fresh Verdict Url",
      -            "type": "string"
      -          },
      -          "generated_at": {
      -            "title": "Generated At",
      -            "type": "string"
      -          },
      -          "lifecycle": {
      -            "title": "Lifecycle",
      -            "type": "string"
      -          },
      -          "links": {
      -            "anyOf": [
      -              {
      -                "properties": {
      -                  "axiom": {
      -                    "title": "Axiom",
      -                    "type": "string"
      -                  },
      -                  "dexscreener": {
      -                    "title": "Dexscreener",
      -                    "type": "string"
      -                  },
      -                  "gmgn": {
      -                    "title": "Gmgn",
      -                    "type": "string"
      -                  },
      -                  "jupiter": {
      -                    "title": "Jupiter",
      -                    "type": "string"
      -                  },
      -                  "note": {
      -                    "title": "Note",
      -                    "type": "string"
      -                  },
      -                  "photon": {
      -                    "title": "Photon",
      -                    "type": "string"
      -                  },
      -                  "pumpfun": {
      -                    "title": "Pumpfun",
      -                    "type": "string"
      -                  }
      -                },
      -                "required": [
      -                  "pumpfun",
      -                  "dexscreener",
      -                  "jupiter",
      -                  "gmgn",
      -                  "axiom",
      -                  "photon",
      -                  "note"
      -                ],
      -                "title": "TradeLinks",
      -                "type": "object"
      -              },
      -              {
      -                "type": "null"
      -              }
      -            ],
      -            "default": null,
      -            "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      -          },
      -          "mint": {
      -            "title": "Mint",
      -            "type": "string"
      -          },
      -          "odds_caveat": {
      -            "title": "Odds Caveat",
      -            "type": "string"
      -          },
      -          "probabilities": {
      -            "anyOf": [
      -              {
      -                "properties": {
      -                  "base_rate_same_age": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Base Rate Same Age"
      -                  },
      -                  "calibration": {
      -                    "title": "Calibration",
      -                    "type": "string"
      -                  },
      -                  "diagnostics": {
      -                    "anyOf": [
      -                      {
      -                        "additionalProperties": true,
      -                        "type": "object"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Diagnostics"
      -                  },
      -                  "features_used": {
      -                    "anyOf": [
      -                      {
      -                        "additionalProperties": true,
      -                        "type": "object"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Features Used"
      -                  },
      -                  "horizon_s": {
      -                    "title": "Horizon S",
      -                    "type": "integer"
      -                  },
      -                  "model": {
      -                    "title": "Model",
      -                    "type": "string"
      -                  },
      -                  "reason": {
      -                    "anyOf": [
      -                      {
      -                        "type": "string"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Reason"
      -                  },
      -                  "recalibration": {
      -                    "anyOf": [
      -                      {
      -                        "type": "string"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Recalibration"
      -                  },
      -                  "rug_within_300s": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Rug Within 300S"
      -                  },
      -                  "rug_within_300s_basis": {
      -                    "anyOf": [
      -                      {
      -                        "type": "string"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Rug Within 300S Basis"
      -                  },
      -                  "rug_within_300s_reason": {
      -                    "anyOf": [
      -                      {
      -                        "type": "string"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "Rug Within 300S Reason"
      -                  },
      -                  "true_graduation": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "True Graduation"
      -                  },
      -                  "true_graduation_reason": {
      -                    "anyOf": [
      -                      {
      -                        "type": "string"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "default": null,
      -                    "title": "True Graduation Reason"
      -                  }
      -                },
      -                "required": [
      -                  "model",
      -                  "calibration",
      -                  "horizon_s"
      -                ],
      -                "title": "Probabilities",
      -                "type": "object"
      -              },
      -              {
      -                "type": "null"
      -              }
      -            ],
      -            "description": "The calibrated numbers exactly as the compact check publishes them."
      -          },
      -          "reason": {
      -            "title": "Reason",
      -            "type": "string"
      -          },
      -          "reasons": {
      -            "description": "Up to three observed flags, earliest first.",
      -            "items": {
      -              "properties": {
      -                "code": {
      -                  "title": "Code",
      -                  "type": "string"
      -                },
      -                "evidence": {
      -                  "additionalProperties": true,
      -                  "title": "Evidence",
      -                  "type": "object"
      -                },
      -                "first_seen_after_launch_s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "First Seen After Launch S"
      -                },
      -                "first_seen_at": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "First Seen At"
      -                },
      -                "text": {
      -                  "title": "Text",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "code",
      -                "text",
      -                "first_seen_at",
      -                "first_seen_after_launch_s",
      -                "evidence"
      -              ],
      -              "title": "VerdictReason",
      -              "type": "object"
      -            },
      -            "maxItems": 3,
      -            "title": "Reasons",
      -            "type": "array"
      -          },
      -          "reasons_total": {
      -            "minimum": 0,
      -            "title": "Reasons Total",
      -            "type": "integer"
      -          },
      -          "result_id": {
      -            "title": "Result Id",
      -            "type": "string"
      -          },
      -          "risk_label": {
      -            "title": "Risk Label",
      -            "type": "string"
      -          },
      -          "rule": {
      -            "title": "Rule",
      -            "type": "string"
      -          },
      -          "share_url": {
      -            "description": "Free card page signed at purchase time; renders this verdict without recomputing or paying.",
      -            "title": "Share Url",
      -            "type": "string"
      -          },
      -          "t": {
      -            "title": "T",
      -            "type": "number"
      -          },
      -          "verdict": {
      -            "enum": [
      -              "avoid",
      -              "caution",
      -              "no_flags_observed"
      -            ],
      -            "title": "Verdict",
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "mint",
      -          "verdict",
      -          "basis",
      -          "reason",
      -          "probabilities",
      -          "odds_caveat",
      -          "reasons",
      -          "reasons_total",
      -          "lifecycle",
      -          "risk_label",
      -          "coverage",
      -          "age_s",
      -          "generated_at",
      -          "t",
      -          "result_id",
      -          "share_url",
      -          "fresh_verdict_url",
      -          "rule",
      -          "disclaimer"
      -        ],
      -        "title": "VerdictData",
      -        "type": "object"
      -      },
      -      "generated_at": {
      -        "title": "Generated At",
      -        "type": "string"
      -      },
      -      "meta": {
      -        "additionalProperties": true,
      -        "title": "Meta",
      -        "type": "object"
      -      },
      -      "ok": {
      -        "const": true,
      -        "title": "Ok",
      -        "type": "boolean"
      -      },
      -      "schema_version": {
      -        "const": "2.0",
      -        "title": "Schema Version",
      -        "type": "string"
      -      },
      -      "t": {
      -        "title": "T",
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "ok",
      -      "schema_version",
      -      "generated_at",
      -      "t",
      -      "coverage",
      -      "data",
      -      "meta"
      -    ],
      -    "title": "VerdictEnvelope",
      -    "type": "object"
      -  },
      -  {
      -    "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
      -    "properties": {
      -      "accepts": {
      -        "items": {
      -          "properties": {
      -            "amount": {
      -              "type": "string"
      -            },
      -            "asset": {
      -              "type": "string"
      -            },
      -            "extra": {
      -              "type": "object"
      -            },
      -            "maxTimeoutSeconds": {
      -              "type": "integer"
      -            },
      -            "network": {
      -              "type": "string"
      -            },
      -            "payTo": {
      -              "type": "string"
      -            },
      -            "scheme": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "scheme",
      -            "network",
      -            "amount",
      -            "asset",
      -            "payTo"
      -          ],
      -          "type": "object"
      -        },
      -        "minItems": 1,
      -        "type": "array"
      -      },
      -      "error": {
      -        "type": "string"
      -      },
      -      "extensions": {
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "description": {
      -            "type": "string"
      -          },
      -          "mimeType": {
      -            "type": "string"
      -          },
      -          "url": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "url"
      -        ],
      -        "type": "object"
      -      },
      -      "x402/payment-response": {
      -        "properties": {
      -          "errorReason": {
      -            "type": "string"
      -          },
      -          "network": {
      -            "type": "string"
      -          },
      -          "success": {
      -            "type": "boolean"
      -          },
      -          "transaction": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "success"
      -        ],
      -        "type": "object"
      -      },
      -      "x402Version": {
      -        "const": 2
      -      }
      -    },
      -    "required": [
      -      "x402Version",
      -      "resource",
      -      "accepts"
      -    ],
      -    "title": "PaymentRequired",
      -    "type": "object"
      -  },
      -  {
      -    "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
      -    "properties": {
      -      "address": {
      -        "type": "string"
      -      },
      -      "avoid_skipped": {
      -        "type": "integer"
      -      },
      -      "case_mangled_mints": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "charged": {
      -        "type": [
      -          "boolean",
      -          "null"
      -        ]
      -      },
      -      "curve": {
      -        "type": "string"
      -      },
      -      "error": {
      -        "type": "string"
      -      },
      -      "feed_lag_s": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "free_check": {
      -        "type": "string"
      -      },
      -      "got": {
      -        "type": [
      -          "string",
      -          "integer"
      -        ]
      -      },
      -      "hint": {
      -        "type": "string"
      -      },
      -      "invalid": {
      -        "type": "object"
      -      },
      -      "live_examples": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "max_feed_lag_s": {
      -        "type": "number"
      -      },
      -      "max_mints": {
      -        "type": "integer"
      -      },
      -      "message": {
      -        "type": "string"
      -      },
      -      "mint": {
      -        "type": "string"
      -      },
      -      "missing": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "newest_cursor": {
      -        "type": "string"
      -      },
      -      "ok": {
      -        "const": false
      -      },
      -      "payment_status": {
      -        "type": "string"
      -      },
      -      "scanned": {
      -        "type": "integer"
      -      },
      -      "schema": {
      -        "type": "object"
      -      },
      -      "since": {
      -        "type": [
      -          "string",
      -          "null"
      -        ]
      -      },
      -      "tool": {
      -        "type": "string"
      -      },
      -      "unavailable_mints": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "unverified_event": {
      -        "type": [
      -          "object",
      -          "null"
      -        ]
      -      },
      -      "window_s": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "ok",
      -      "error"
      -    ],
      -    "title": "Refusal",
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "coverage": {
      +        "const": "full",
      +        "title": "Coverage",
      +        "type": "string"
      +      },
      +      "data": {
      +        "properties": {
      +          "age_s": {
      +            "anyOf": [
      +              {
      +                "type": "number"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "title": "Age S"
      +          },
      +          "basis": {
      +            "description": "Rule ids that fired; empty for no_flags_observed. The rule is published at /v1/labels.",
      +            "items": {
      +              "type": "string"
      +            },
      +            "title": "Basis",
      +            "type": "array"
      +          },
      +          "coverage": {
      +            "const": "full",
      +            "title": "Coverage",
      +            "type": "string"
      +          },
      +          "disclaimer": {
      +            "title": "Disclaimer",
      +            "type": "string"
      +          },
      +          "fresh_verdict_url": {
      +            "title": "Fresh Verdict Url",
      +            "type": "string"
      +          },
      +          "generated_at": {
      +            "title": "Generated At",
      +            "type": "string"
      +          },
      +          "lifecycle": {
      +            "title": "Lifecycle",
      +            "type": "string"
      +          },
      +          "links": {
      +            "anyOf": [
      +              {
      +                "properties": {
      +                  "axiom": {
      +                    "title": "Axiom",
      +                    "type": "string"
      +                  },
      +                  "dexscreener": {
      +                    "title": "Dexscreener",
      +                    "type": "string"
      +                  },
      +                  "gmgn": {
      +                    "title": "Gmgn",
      +                    "type": "string"
      +                  },
      +                  "jupiter": {
      +                    "title": "Jupiter",
      +                    "type": "string"
      +                  },
      +                  "note": {
      +                    "title": "Note",
      +                    "type": "string"
      +                  },
      +                  "photon": {
      +                    "title": "Photon",
      +                    "type": "string"
      +                  },
      +                  "pumpfun": {
      +                    "title": "Pumpfun",
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "pumpfun",
      +                  "dexscreener",
      +                  "jupiter",
      +                  "gmgn",
      +                  "axiom",
      +                  "photon",
      +                  "note"
      +                ],
      +                "title": "TradeLinks",
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      +          },
      +          "mint": {
      +            "title": "Mint",
      +            "type": "string"
      +          },
      +          "odds_caveat": {
      +            "title": "Odds Caveat",
      +            "type": "string"
      +          },
      +          "probabilities": {
      +            "anyOf": [
      +              {
      +                "properties": {
      +                  "base_rate_same_age": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Base Rate Same Age"
      +                  },
      +                  "calibration": {
      +                    "title": "Calibration",
      +                    "type": "string"
      +                  },
      +                  "diagnostics": {
      +                    "anyOf": [
      +                      {
      +                        "additionalProperties": true,
      +                        "type": "object"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Diagnostics"
      +                  },
      +                  "features_used": {
      +                    "anyOf": [
      +                      {
      +                        "additionalProperties": true,
      +                        "type": "object"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Features Used"
      +                  },
      +                  "horizon_s": {
      +                    "title": "Horizon S",
      +                    "type": "integer"
      +                  },
      +                  "model": {
      +                    "title": "Model",
      +                    "type": "string"
      +                  },
      +                  "reason": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Reason"
      +                  },
      +                  "recalibration": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Recalibration"
      +                  },
      +                  "rug_within_300s": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Rug Within 300S"
      +                  },
      +                  "rug_within_300s_basis": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Rug Within 300S Basis"
      +                  },
      +                  "rug_within_300s_reason": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Rug Within 300S Reason"
      +                  },
      +                  "true_graduation": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "True Graduation"
      +                  },
      +                  "true_graduation_reason": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "True Graduation Reason"
      +                  }
      +                },
      +                "required": [
      +                  "model",
      +                  "calibration",
      +                  "horizon_s"
      +                ],
      +                "title": "Probabilities",
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "description": "The calibrated numbers exactly as the compact check publishes them."
      +          },
      +          "reason": {
      +            "title": "Reason",
      +            "type": "string"
      +          },
      +          "reasons": {
      +            "description": "Up to three observed flags, earliest first.",
      +            "items": {
      +              "properties": {
      +                "code": {
      +                  "title": "Code",
      +                  "type": "string"
      +                },
      +                "evidence": {
      +                  "additionalProperties": true,
      +                  "title": "Evidence",
      +                  "type": "object"
      +                },
      +                "first_seen_after_launch_s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "First Seen After Launch S"
      +                },
      +                "first_seen_at": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "First Seen At"
      +                },
      +                "text": {
      +                  "title": "Text",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "code",
      +                "text",
      +                "first_seen_at",
      +                "first_seen_after_launch_s",
      +                "evidence"
      +              ],
      +              "title": "VerdictReason",
      +              "type": "object"
      +            },
      +            "maxItems": 3,
      +            "title": "Reasons",
      +            "type": "array"
      +          },
      +          "reasons_total": {
      +            "minimum": 0,
      +            "title": "Reasons Total",
      +            "type": "integer"
      +          },
      +          "result_id": {
      +            "title": "Result Id",
      +            "type": "string"
      +          },
      +          "risk_label": {
      +            "title": "Risk Label",
      +            "type": "string"
      +          },
      +          "rule": {
      +            "title": "Rule",
      +            "type": "string"
      +          },
      +          "share_url": {
      +            "description": "Free card page signed at purchase time; renders this verdict without recomputing or paying.",
      +            "title": "Share Url",
      +            "type": "string"
      +          },
      +          "t": {
      +            "title": "T",
      +            "type": "number"
      +          },
      +          "verdict": {
      +            "enum": [
      +              "avoid",
      +              "caution",
      +              "no_flags_observed"
      +            ],
      +            "title": "Verdict",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "mint",
      +          "verdict",
      +          "basis",
      +          "reason",
      +          "probabilities",
      +          "odds_caveat",
      +          "reasons",
      +          "reasons_total",
      +          "lifecycle",
      +          "risk_label",
      +          "coverage",
      +          "age_s",
      +          "generated_at",
      +          "t",
      +          "result_id",
      +          "share_url",
      +          "fresh_verdict_url",
      +          "rule",
      +          "disclaimer"
      +        ],
      +        "title": "VerdictData",
      +        "type": "object"
      +      },
      +      "generated_at": {
      +        "title": "Generated At",
      +        "type": "string"
      +      },
      +      "meta": {
      +        "additionalProperties": true,
      +        "title": "Meta",
      +        "type": "object"
      +      },
      +      "ok": {
      +        "const": true,
      +        "title": "Ok",
      +        "type": "boolean"
      +      },
      +      "schema_version": {
      +        "const": "2.0",
      +        "title": "Schema Version",
      +        "type": "string"
      +      },
      +      "t": {
      +        "title": "T",
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "schema_version",
      +      "generated_at",
      +      "t",
      +      "coverage",
      +      "data",
      +      "meta"
      +    ],
      +    "title": "VerdictEnvelope",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
      +    "properties": {
      +      "accepts": {
      +        "items": {
      +          "properties": {
      +            "amount": {
      +              "type": "string"
      +            },
      +            "asset": {
      +              "type": "string"
      +            },
      +            "extra": {
      +              "type": "object"
      +            },
      +            "maxTimeoutSeconds": {
      +              "type": "integer"
      +            },
      +            "network": {
      +              "type": "string"
      +            },
      +            "payTo": {
      +              "type": "string"
      +            },
      +            "scheme": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "scheme",
      +            "network",
      +            "amount",
      +            "asset",
      +            "payTo"
      +          ],
      +          "type": "object"
      +        },
      +        "minItems": 1,
      +        "type": "array"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "extensions": {
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "mimeType": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "url"
      +        ],
      +        "type": "object"
      +      },
      +      "x402/payment-response": {
      +        "properties": {
      +          "errorReason": {
      +            "type": "string"
      +          },
      +          "network": {
      +            "type": "string"
      +          },
      +          "success": {
      +            "type": "boolean"
      +          },
      +          "transaction": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "success"
      +        ],
      +        "type": "object"
      +      },
      +      "x402Version": {
      +        "const": 2
      +      }
      +    },
      +    "required": [
      +      "x402Version",
      +      "resource",
      +      "accepts"
      +    ],
      +    "title": "PaymentRequired",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
      +    "properties": {
      +      "address": {
      +        "type": "string"
      +      },
      +      "avoid_skipped": {
      +        "type": "integer"
      +      },
      +      "case_mangled_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "charged": {
      +        "type": [
      +          "boolean",
      +          "null"
      +        ]
      +      },
      +      "curve": {
      +        "type": "string"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "feed_lag_s": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "free_check": {
      +        "type": "string"
      +      },
      +      "got": {
      +        "type": [
      +          "string",
      +          "integer"
      +        ]
      +      },
      +      "hint": {
      +        "type": "string"
      +      },
      +      "invalid": {
      +        "type": "object"
      +      },
      +      "live_examples": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "max_feed_lag_s": {
      +        "type": "number"
      +      },
      +      "max_mints": {
      +        "type": "integer"
      +      },
      +      "max_table_lag_s": {
      +        "type": "number"
      +      },
      +      "message": {
      +        "type": "string"
      +      },
      +      "mint": {
      +        "type": "string"
      +      },
      +      "missing": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "newest_cursor": {
      +        "type": "string"
      +      },
      +      "ok": {
      +        "const": false
      +      },
      +      "payment_status": {
      +        "type": "string"
      +      },
      +      "scanned": {
      +        "type": "integer"
      +      },
      +      "schema": {
      +        "type": "object"
      +      },
      +      "since": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "table_lag_s": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "tool": {
      +        "type": "string"
      +      },
      +      "unavailable_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "unverified_event": {
      +        "type": [
      +          "object",
      +          "null"
      +        ]
      +      },
      +      "window_s": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "error"
      +    ],
      +    "title": "Refusal",
      +    "type": "object"
      +  }
      +]
  4. Changed5 schema fields changed
    • addedOutput schema / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "coverage": {
      +        "const": "full",
      +        "title": "Coverage",
      +        "type": "string"
      +      },
      +      "data": {
      +        "properties": {
      +          "age_s": {
      +            "anyOf": [
      +              {
      +                "type": "number"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "title": "Age S"
      +          },
      +          "basis": {
      +            "description": "Rule ids that fired; empty for no_flags_observed. The rule is published at /v1/labels.",
      +            "items": {
      +              "type": "string"
      +            },
      +            "title": "Basis",
      +            "type": "array"
      +          },
      +          "coverage": {
      +            "const": "full",
      +            "title": "Coverage",
      +            "type": "string"
      +          },
      +          "disclaimer": {
      +            "title": "Disclaimer",
      +            "type": "string"
      +          },
      +          "fresh_verdict_url": {
      +            "title": "Fresh Verdict Url",
      +            "type": "string"
      +          },
      +          "generated_at": {
      +            "title": "Generated At",
      +            "type": "string"
      +          },
      +          "lifecycle": {
      +            "title": "Lifecycle",
      +            "type": "string"
      +          },
      +          "links": {
      +            "anyOf": [
      +              {
      +                "properties": {
      +                  "axiom": {
      +                    "title": "Axiom",
      +                    "type": "string"
      +                  },
      +                  "dexscreener": {
      +                    "title": "Dexscreener",
      +                    "type": "string"
      +                  },
      +                  "gmgn": {
      +                    "title": "Gmgn",
      +                    "type": "string"
      +                  },
      +                  "jupiter": {
      +                    "title": "Jupiter",
      +                    "type": "string"
      +                  },
      +                  "note": {
      +                    "title": "Note",
      +                    "type": "string"
      +                  },
      +                  "photon": {
      +                    "title": "Photon",
      +                    "type": "string"
      +                  },
      +                  "pumpfun": {
      +                    "title": "Pumpfun",
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "pumpfun",
      +                  "dexscreener",
      +                  "jupiter",
      +                  "gmgn",
      +                  "axiom",
      +                  "photon",
      +                  "note"
      +                ],
      +                "title": "TradeLinks",
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "default": null,
      +            "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      +          },
      +          "mint": {
      +            "title": "Mint",
      +            "type": "string"
      +          },
      +          "odds_caveat": {
      +            "title": "Odds Caveat",
      +            "type": "string"
      +          },
      +          "probabilities": {
      +            "anyOf": [
      +              {
      +                "properties": {
      +                  "base_rate_same_age": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Base Rate Same Age"
      +                  },
      +                  "calibration": {
      +                    "title": "Calibration",
      +                    "type": "string"
      +                  },
      +                  "diagnostics": {
      +                    "anyOf": [
      +                      {
      +                        "additionalProperties": true,
      +                        "type": "object"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Diagnostics"
      +                  },
      +                  "features_used": {
      +                    "anyOf": [
      +                      {
      +                        "additionalProperties": true,
      +                        "type": "object"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Features Used"
      +                  },
      +                  "horizon_s": {
      +                    "title": "Horizon S",
      +                    "type": "integer"
      +                  },
      +                  "model": {
      +                    "title": "Model",
      +                    "type": "string"
      +                  },
      +                  "reason": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Reason"
      +                  },
      +                  "recalibration": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Recalibration"
      +                  },
      +                  "rug_within_300s": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Rug Within 300S"
      +                  },
      +                  "rug_within_300s_basis": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Rug Within 300S Basis"
      +                  },
      +                  "rug_within_300s_reason": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "Rug Within 300S Reason"
      +                  },
      +                  "true_graduation": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "True Graduation"
      +                  },
      +                  "true_graduation_reason": {
      +                    "anyOf": [
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "default": null,
      +                    "title": "True Graduation Reason"
      +                  }
      +                },
      +                "required": [
      +                  "model",
      +                  "calibration",
      +                  "horizon_s"
      +                ],
      +                "title": "Probabilities",
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ],
      +            "description": "The calibrated numbers exactly as the compact check publishes them."
      +          },
      +          "reason": {
      +            "title": "Reason",
      +            "type": "string"
      +          },
      +          "reasons": {
      +            "description": "Up to three observed flags, earliest first.",
      +            "items": {
      +              "properties": {
      +                "code": {
      +                  "title": "Code",
      +                  "type": "string"
      +                },
      +                "evidence": {
      +                  "additionalProperties": true,
      +                  "title": "Evidence",
      +                  "type": "object"
      +                },
      +                "first_seen_after_launch_s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "First Seen After Launch S"
      +                },
      +                "first_seen_at": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "First Seen At"
      +                },
      +                "text": {
      +                  "title": "Text",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "code",
      +                "text",
      +                "first_seen_at",
      +                "first_seen_after_launch_s",
      +                "evidence"
      +              ],
      +              "title": "VerdictReason",
      +              "type": "object"
      +            },
      +            "maxItems": 3,
      +            "title": "Reasons",
      +            "type": "array"
      +          },
      +          "reasons_total": {
      +            "minimum": 0,
      +            "title": "Reasons Total",
      +            "type": "integer"
      +          },
      +          "result_id": {
      +            "title": "Result Id",
      +            "type": "string"
      +          },
      +          "risk_label": {
      +            "title": "Risk Label",
      +            "type": "string"
      +          },
      +          "rule": {
      +            "title": "Rule",
      +            "type": "string"
      +          },
      +          "share_url": {
      +            "description": "Free card page signed at purchase time; renders this verdict without recomputing or paying.",
      +            "title": "Share Url",
      +            "type": "string"
      +          },
      +          "t": {
      +            "title": "T",
      +            "type": "number"
      +          },
      +          "verdict": {
      +            "enum": [
      +              "avoid",
      +              "caution",
      +              "no_flags_observed"
      +            ],
      +            "title": "Verdict",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "mint",
      +          "verdict",
      +          "basis",
      +          "reason",
      +          "probabilities",
      +          "odds_caveat",
      +          "reasons",
      +          "reasons_total",
      +          "lifecycle",
      +          "risk_label",
      +          "coverage",
      +          "age_s",
      +          "generated_at",
      +          "t",
      +          "result_id",
      +          "share_url",
      +          "fresh_verdict_url",
      +          "rule",
      +          "disclaimer"
      +        ],
      +        "title": "VerdictData",
      +        "type": "object"
      +      },
      +      "generated_at": {
      +        "title": "Generated At",
      +        "type": "string"
      +      },
      +      "meta": {
      +        "additionalProperties": true,
      +        "title": "Meta",
      +        "type": "object"
      +      },
      +      "ok": {
      +        "const": true,
      +        "title": "Ok",
      +        "type": "boolean"
      +      },
      +      "schema_version": {
      +        "const": "2.0",
      +        "title": "Schema Version",
      +        "type": "string"
      +      },
      +      "t": {
      +        "title": "T",
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "schema_version",
      +      "generated_at",
      +      "t",
      +      "coverage",
      +      "data",
      +      "meta"
      +    ],
      +    "title": "VerdictEnvelope",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
      +    "properties": {
      +      "accepts": {
      +        "items": {
      +          "properties": {
      +            "amount": {
      +              "type": "string"
      +            },
      +            "asset": {
      +              "type": "string"
      +            },
      +            "extra": {
      +              "type": "object"
      +            },
      +            "maxTimeoutSeconds": {
      +              "type": "integer"
      +            },
      +            "network": {
      +              "type": "string"
      +            },
      +            "payTo": {
      +              "type": "string"
      +            },
      +            "scheme": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "scheme",
      +            "network",
      +            "amount",
      +            "asset",
      +            "payTo"
      +          ],
      +          "type": "object"
      +        },
      +        "minItems": 1,
      +        "type": "array"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "extensions": {
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "mimeType": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "url"
      +        ],
      +        "type": "object"
      +      },
      +      "x402/payment-response": {
      +        "properties": {
      +          "errorReason": {
      +            "type": "string"
      +          },
      +          "network": {
      +            "type": "string"
      +          },
      +          "success": {
      +            "type": "boolean"
      +          },
      +          "transaction": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "success"
      +        ],
      +        "type": "object"
      +      },
      +      "x402Version": {
      +        "const": 2
      +      }
      +    },
      +    "required": [
      +      "x402Version",
      +      "resource",
      +      "accepts"
      +    ],
      +    "title": "PaymentRequired",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
      +    "properties": {
      +      "address": {
      +        "type": "string"
      +      },
      +      "avoid_skipped": {
      +        "type": "integer"
      +      },
      +      "case_mangled_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "charged": {
      +        "type": [
      +          "boolean",
      +          "null"
      +        ]
      +      },
      +      "curve": {
      +        "type": "string"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "feed_lag_s": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "free_check": {
      +        "type": "string"
      +      },
      +      "got": {
      +        "type": [
      +          "string",
      +          "integer"
      +        ]
      +      },
      +      "hint": {
      +        "type": "string"
      +      },
      +      "invalid": {
      +        "type": "object"
      +      },
      +      "live_examples": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "max_feed_lag_s": {
      +        "type": "number"
      +      },
      +      "max_mints": {
      +        "type": "integer"
      +      },
      +      "message": {
      +        "type": "string"
      +      },
      +      "mint": {
      +        "type": "string"
      +      },
      +      "missing": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "newest_cursor": {
      +        "type": "string"
      +      },
      +      "ok": {
      +        "const": false
      +      },
      +      "payment_status": {
      +        "type": "string"
      +      },
      +      "scanned": {
      +        "type": "integer"
      +      },
      +      "schema": {
      +        "type": "object"
      +      },
      +      "since": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "tool": {
      +        "type": "string"
      +      },
      +      "unavailable_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "unverified_event": {
      +        "type": [
      +          "object",
      +          "null"
      +        ]
      +      },
      +      "window_s": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "error"
      +    ],
      +    "title": "Refusal",
      +    "type": "object"
      +  }
      +]
    • addedOutput schema / description
      Added value: +"One of three shapes. Success (isError false): the JSON envelope {ok, schema_version, generated_at, t, coverage, data, meta}. isError true: the x402 PaymentRequired {x402Version 2, resource, accepts[, error]} (pay and call again) or a refusal {ok: false, error, message, charged: false}; neither is charged."
    • removedOutput schema / properties
      Removed value: -{
      -  "coverage": {
      -    "const": "full",
      -    "title": "Coverage",
      -    "type": "string"
      -  },
      -  "data": {
      -    "properties": {
      -      "age_s": {
      -        "anyOf": [
      -          {
      -            "type": "number"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "title": "Age S"
      -      },
      -      "basis": {
      -        "description": "Rule ids that fired; empty for no_flags_observed. The rule is published at /v1/labels.",
      -        "items": {
      -          "type": "string"
      -        },
      -        "title": "Basis",
      -        "type": "array"
      -      },
      -      "coverage": {
      -        "const": "full",
      -        "title": "Coverage",
      -        "type": "string"
      -      },
      -      "disclaimer": {
      -        "title": "Disclaimer",
      -        "type": "string"
      -      },
      -      "fresh_verdict_url": {
      -        "title": "Fresh Verdict Url",
      -        "type": "string"
      -      },
      -      "generated_at": {
      -        "title": "Generated At",
      -        "type": "string"
      -      },
      -      "lifecycle": {
      -        "title": "Lifecycle",
      -        "type": "string"
      -      },
      -      "links": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "axiom": {
      -                "title": "Axiom",
      -                "type": "string"
      -              },
      -              "dexscreener": {
      -                "title": "Dexscreener",
      -                "type": "string"
      -              },
      -              "gmgn": {
      -                "title": "Gmgn",
      -                "type": "string"
      -              },
      -              "jupiter": {
      -                "title": "Jupiter",
      -                "type": "string"
      -              },
      -              "note": {
      -                "title": "Note",
      -                "type": "string"
      -              },
      -              "photon": {
      -                "title": "Photon",
      -                "type": "string"
      -              },
      -              "pumpfun": {
      -                "title": "Pumpfun",
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "pumpfun",
      -              "dexscreener",
      -              "jupiter",
      -              "gmgn",
      -              "axiom",
      -              "photon",
      -              "note"
      -            ],
      -            "title": "TradeLinks",
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      -      },
      -      "mint": {
      -        "title": "Mint",
      -        "type": "string"
      -      },
      -      "odds_caveat": {
      -        "title": "Odds Caveat",
      -        "type": "string"
      -      },
      -      "probabilities": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "base_rate_same_age": {
      -                "anyOf": [
      -                  {
      -                    "type": "number"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "title": "Base Rate Same Age"
      -              },
      -              "calibration": {
      -                "title": "Calibration",
      -                "type": "string"
      -              },
      -              "diagnostics": {
      -                "anyOf": [
      -                  {
      -                    "additionalProperties": true,
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "title": "Diagnostics"
      -              },
      -              "features_used": {
      -                "anyOf": [
      -                  {
      -                    "additionalProperties": true,
      -                    "type": "object"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "title": "Features Used"
      -              },
      -              "horizon_s": {
      -                "title": "Horizon S",
      -                "type": "integer"
      -              },
      -              "model": {
      -                "title": "Model",
      -                "type": "string"
      -              },
      -              "reason": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "title": "Reason"
      -              },
      -              "recalibration": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "title": "Recalibration"
      -              },
      -              "rug_within_300s": {
      -                "anyOf": [
      -                  {
      -                    "type": "number"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "title": "Rug Within 300S"
      -              },
      -              "rug_within_300s_basis": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "title": "Rug Within 300S Basis"
      -              },
      -              "rug_within_300s_reason": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "title": "Rug Within 300S Reason"
      -              },
      -              "true_graduation": {
      -                "anyOf": [
      -                  {
      -                    "type": "number"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "title": "True Graduation"
      -              },
      -              "true_graduation_reason": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ],
      -                "default": null,
      -                "title": "True Graduation Reason"
      -              }
      -            },
      -            "required": [
      -              "model",
      -              "calibration",
      -              "horizon_s"
      -            ],
      -            "title": "Probabilities",
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "description": "The calibrated numbers exactly as the compact check publishes them."
      -      },
      -      "reason": {
      -        "title": "Reason",
      -        "type": "string"
      -      },
      -      "reasons": {
      -        "description": "Up to three observed flags, earliest first.",
      -        "items": {
      -          "properties": {
      -            "code": {
      -              "title": "Code",
      -              "type": "string"
      -            },
      -            "evidence": {
      -              "additionalProperties": true,
      -              "title": "Evidence",
      -              "type": "object"
      -            },
      -            "first_seen_after_launch_s": {
      -              "anyOf": [
      -                {
      -                  "type": "number"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ],
      -              "title": "First Seen After Launch S"
      -            },
      -            "first_seen_at": {
      -              "anyOf": [
      -                {
      -                  "type": "number"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ],
      -              "title": "First Seen At"
      -            },
      -            "text": {
      -              "title": "Text",
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "code",
      -            "text",
      -            "first_seen_at",
      -            "first_seen_after_launch_s",
      -            "evidence"
      -          ],
      -          "title": "VerdictReason",
      -          "type": "object"
      -        },
      -        "maxItems": 3,
      -        "title": "Reasons",
      -        "type": "array"
      -      },
      -      "reasons_total": {
      -        "minimum": 0,
      -        "title": "Reasons Total",
      -        "type": "integer"
      -      },
      -      "result_id": {
      -        "title": "Result Id",
      -        "type": "string"
      -      },
      -      "risk_label": {
      -        "title": "Risk Label",
      -        "type": "string"
      -      },
      -      "rule": {
      -        "title": "Rule",
      -        "type": "string"
      -      },
      -      "share_url": {
      -        "description": "Free card page signed at purchase time; renders this verdict without recomputing or paying.",
      -        "title": "Share Url",
      -        "type": "string"
      -      },
      -      "t": {
      -        "title": "T",
      -        "type": "number"
      -      },
      -      "verdict": {
      -        "enum": [
      -          "avoid",
      -          "caution",
      -          "no_flags_observed"
      -        ],
      -        "title": "Verdict",
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "mint",
      -      "verdict",
      -      "basis",
      -      "reason",
      -      "probabilities",
      -      "odds_caveat",
      -      "reasons",
      -      "reasons_total",
      -      "lifecycle",
      -      "risk_label",
      -      "coverage",
      -      "age_s",
      -      "generated_at",
      -      "t",
      -      "result_id",
      -      "share_url",
      -      "fresh_verdict_url",
      -      "rule",
      -      "disclaimer"
      -    ],
      -    "title": "VerdictData",
      -    "type": "object"
      -  },
      -  "generated_at": {
      -    "title": "Generated At",
      -    "type": "string"
      -  },
      -  "meta": {
      -    "additionalProperties": true,
      -    "title": "Meta",
      -    "type": "object"
      -  },
      -  "ok": {
      -    "const": true,
      -    "title": "Ok",
      -    "type": "boolean"
      -  },
      -  "schema_version": {
      -    "const": "2.0",
      -    "title": "Schema Version",
      -    "type": "string"
      -  },
      -  "t": {
      -    "title": "T",
      -    "type": "number"
      -  }
      -}
    • removedOutput schema / required
      Removed value: -[
      -  "ok",
      -  "schema_version",
      -  "generated_at",
      -  "t",
      -  "coverage",
      -  "data",
      -  "meta"
      -]
    • removedOutput schema / title
      Removed value: -"VerdictEnvelope"
  5. Changed1 schema field changed
    • addedOutput schema / properties / data / properties / links
      Added value: +{
      +  "anyOf": [
      +    {
      +      "properties": {
      +        "axiom": {
      +          "title": "Axiom",
      +          "type": "string"
      +        },
      +        "dexscreener": {
      +          "title": "Dexscreener",
      +          "type": "string"
      +        },
      +        "gmgn": {
      +          "title": "Gmgn",
      +          "type": "string"
      +        },
      +        "jupiter": {
      +          "title": "Jupiter",
      +          "type": "string"
      +        },
      +        "note": {
      +          "title": "Note",
      +          "type": "string"
      +        },
      +        "photon": {
      +          "title": "Photon",
      +          "type": "string"
      +        },
      +        "pumpfun": {
      +          "title": "Pumpfun",
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "pumpfun",
      +        "dexscreener",
      +        "jupiter",
      +        "gmgn",
      +        "axiom",
      +        "photon",
      +        "note"
      +      ],
      +      "title": "TradeLinks",
      +      "type": "object"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      +}
  6. Changed1 schema field changed
    • changedOutput schema / properties / data / properties / probabilities / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "calibration": {
      -        "title": "Calibration",
      -        "type": "string"
      -      },
      -      "features_used": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": true,
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "Features Used"
      -      },
      -      "horizon_s": {
      -        "title": "Horizon S",
      -        "type": "integer"
      -      },
      -      "model": {
      -        "title": "Model",
      -        "type": "string"
      -      },
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "Reason"
      -      },
      -      "rug_within_300s": {
      -        "anyOf": [
      -          {
      -            "type": "number"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "Rug Within 300S"
      -      },
      -      "rug_within_300s_reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "Rug Within 300S Reason"
      -      },
      -      "true_graduation": {
      -        "anyOf": [
      -          {
      -            "type": "number"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "True Graduation"
      -      },
      -      "true_graduation_reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ],
      -        "default": null,
      -        "title": "True Graduation Reason"
      -      }
      -    },
      -    "required": [
      -      "model",
      -      "calibration",
      -      "horizon_s"
      -    ],
      -    "title": "Probabilities",
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "base_rate_same_age": {
      +        "anyOf": [
      +          {
      +            "type": "number"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "title": "Base Rate Same Age"
      +      },
      +      "calibration": {
      +        "title": "Calibration",
      +        "type": "string"
      +      },
      +      "diagnostics": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "title": "Diagnostics"
      +      },
      +      "features_used": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": true,
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "title": "Features Used"
      +      },
      +      "horizon_s": {
      +        "title": "Horizon S",
      +        "type": "integer"
      +      },
      +      "model": {
      +        "title": "Model",
      +        "type": "string"
      +      },
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "title": "Reason"
      +      },
      +      "recalibration": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "title": "Recalibration"
      +      },
      +      "rug_within_300s": {
      +        "anyOf": [
      +          {
      +            "type": "number"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "title": "Rug Within 300S"
      +      },
      +      "rug_within_300s_basis": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "title": "Rug Within 300S Basis"
      +      },
      +      "rug_within_300s_reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "title": "Rug Within 300S Reason"
      +      },
      +      "true_graduation": {
      +        "anyOf": [
      +          {
      +            "type": "number"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "title": "True Graduation"
      +      },
      +      "true_graduation_reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ],
      +        "default": null,
      +        "title": "True Graduation Reason"
      +      }
      +    },
      +    "required": [
      +      "model",
      +      "calibration",
      +      "horizon_s"
      +    ],
      +    "title": "Probabilities",
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  7. Added

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the readOnly/idempotent hints, the description discloses payment cost, signed-payment retry recovery for 10 minutes, live-coverage and feed-lag requirements, the fixed public rule, and that P(true graduation) never softens a verdict. This adds substantial behavioral context not present in annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the use case and sibling distinction, and every sentence carries meaningful detail, but it is written as one dense paragraph with many clauses and repetition of 'compact check' context. It could be better organized with bullets or clearer separation of verdict rule, payment behavior, and included data.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, alternatives, rule semantics, payment and retry behavior, coverage requirements, non-guarantee caveats, and the included market/authority/cohort data. Given the output schema also exists, nothing an agent needs to decide to call this tool correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers the single 'mint' parameter at 100%, including the acceptance of links and the coverage check instruction. The description adds payment/coverage context but no new syntactic or format details for the parameter itself, so baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns a bounded verdict for a Solana memecoin on pump.fun with a shareable card, and explicitly contrasts it with the compact check and radar siblings. The verb and resource are specific, and the scope is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says when to use this tool ('when you need one answer ... plus a link to pass on') and names alternatives for raw evidence (compact check) and mint discovery (radar). It also explains the rule conditions and when results are unpaid, leaving no ambiguity about selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources