Skip to main content
Glama

pump.fun rug check with calibrated odds ($0.005)

check_pumpfun_risk
Read-onlyIdempotent

Use right before a swap or while holding one pump.fun memecoin; not for finding new mints (use the free /v1/radar or the $0.001 delta feed, GET /v1/launches/since). Solana token safety check for one pump.fun mint (observations and odds, never a guarantee). Calibrated P(rug within 5 min) for young mints and P(true graduation), validated out of time (/v1/calibration); creator exits, early-wallet selling, curve/pool drains, migration classification, holder concentration and buyer flow. Findings include first-observed times and numeric evidence. Full coverage and feed lag <= 5 s required; stale/unavailable data is unpaid. Optional cursor: no new watched events is unpaid. No flags observed is not a safety guarantee. Exact signed-payment retries recover the original result for 10 min without a new settlement; timestamps identify its age. Each item also carries market (USD price, market cap = price x total supply as pump.fun and DexScreener show it, the curve's SOL liquidity in SOL and USD) and authorities (mint, freeze, metadata; the pump.fun program rule).

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.
cursorNoOptional opaque watch cursor for these exact mints; no new watched events returns an unpaid result.

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": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "count": {
      -                "maximum": 5,
      -                "minimum": 1,
      -                "title": "Count",
      -                "type": "integer"
      -              },
      -              "cursor": {
      -                "title": "Cursor",
      -                "type": "string"
      -              },
      -              "items": {
      -                "items": {
      -                  "properties": {
      -                    "buyer_flow": {
      -                      "properties": {
      -                        "buys_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Buys 60S"
      -                        },
      -                        "inflow_stalled": {
      -                          "anyOf": [
      -                            {
      -                              "type": "boolean"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Inflow Stalled"
      -                        },
      -                        "net_sol_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Net Sol 60S"
      -                        },
      -                        "sells_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Sells 60S"
      -                        },
      -                        "unique_buyers_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Unique Buyers 60S"
      -                        }
      -                      },
      -                      "required": [
      -                        "unique_buyers_60s",
      -                        "buys_60s",
      -                        "sells_60s",
      -                        "net_sol_60s",
      -                        "inflow_stalled"
      -                      ],
      -                      "title": "BuyerFlow",
      -                      "type": "object"
      -                    },
      -                    "concentration": {
      -                      "properties": {
      -                        "bundle_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Bundle Share"
      -                        },
      -                        "dev_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Dev Share"
      -                        },
      -                        "insider_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Insider Share"
      -                        },
      -                        "top5_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Top5 Share"
      -                        }
      -                      },
      -                      "required": [
      -                        "top5_share",
      -                        "dev_share",
      -                        "bundle_share",
      -                        "insider_share"
      -                      ],
      -                      "title": "Concentration",
      -                      "type": "object"
      -                    },
      -                    "curve": {
      -                      "properties": {
      -                        "drawdown_from_peak": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Drawdown From Peak"
      -                        },
      -                        "graduated": {
      -                          "anyOf": [
      -                            {
      -                              "type": "boolean"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Graduated"
      -                        },
      -                        "peak_rs_sol": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Peak Rs Sol"
      -                        },
      -                        "rs_sol": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Rs Sol"
      -                        }
      -                      },
      -                      "required": [
      -                        "rs_sol",
      -                        "peak_rs_sol",
      -                        "drawdown_from_peak",
      -                        "graduated"
      -                      ],
      -                      "title": "Curve",
      -                      "type": "object"
      -                    },
      -                    "findings": {
      -                      "items": {
      -                        "properties": {
      -                          "code": {
      -                            "title": "Code",
      -                            "type": "string"
      -                          },
      -                          "evidence": {
      -                            "additionalProperties": true,
      -                            "title": "Evidence",
      -                            "type": "object"
      -                          },
      -                          "first_seen_at": {
      -                            "anyOf": [
      -                              {
      -                                "type": "number"
      -                              },
      -                              {
      -                                "type": "null"
      -                              }
      -                            ],
      -                            "title": "First Seen At"
      -                          }
      -                        },
      -                        "required": [
      -                          "code",
      -                          "first_seen_at",
      -                          "evidence"
      -                        ],
      -                        "title": "Finding",
      -                        "type": "object"
      -                      },
      -                      "title": "Findings",
      -                      "type": "array"
      -                    },
      -                    "full_card_url": {
      -                      "title": "Full Card Url",
      -                      "type": "string"
      -                    },
      -                    "last_trade_at": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Last Trade At"
      -                    },
      -                    "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"
      -                    },
      -                    "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"
      -                        }
      -                      ],
      -                      "default": null
      -                    },
      -                    "risk_label": {
      -                      "title": "Risk Label",
      -                      "type": "string"
      -                    },
      -                    "snapshot_slot": {
      -                      "anyOf": [
      -                        {
      -                          "type": "integer"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "description": "Latest observed slot for this mint, not the slot of every finding.",
      -                      "title": "Snapshot Slot"
      -                    },
      -                    "status": {
      -                      "enum": [
      -                        "flags_observed",
      -                        "no_flags_observed"
      -                      ],
      -                      "title": "Status",
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "mint",
      -                    "status",
      -                    "lifecycle",
      -                    "risk_label",
      -                    "findings",
      -                    "snapshot_slot",
      -                    "last_trade_at",
      -                    "concentration",
      -                    "buyer_flow",
      -                    "curve",
      -                    "full_card_url"
      -                  ],
      -                  "title": "CheckItem",
      -                  "type": "object"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "title": "Items",
      -                "type": "array"
      -              },
      -              "result_id": {
      -                "title": "Result Id",
      -                "type": "string"
      -              },
      -              "status": {
      -                "enum": [
      -                  "flags_observed",
      -                  "no_flags_observed"
      -                ],
      -                "title": "Status",
      -                "type": "string"
      -              },
      -              "watch_events": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "title": "Watch Events",
      -                "type": "array"
      -              }
      -            },
      -            "required": [
      -              "status",
      -              "result_id",
      -              "count",
      -              "items",
      -              "cursor",
      -              "watch_events"
      -            ],
      -            "title": "CheckData",
      -            "type": "object"
      -          },
      -          {
      -            "properties": {
      -              "changed": {
      -                "const": false,
      -                "title": "Changed",
      -                "type": "boolean"
      -              },
      -              "charged": {
      -                "const": false,
      -                "title": "Charged",
      -                "type": "boolean"
      -              },
      -              "count": {
      -                "const": 0,
      -                "title": "Count",
      -                "type": "integer"
      -              },
      -              "cursor": {
      -                "title": "Cursor",
      -                "type": "string"
      -              },
      -              "items": {
      -                "items": {},
      -                "maxItems": 0,
      -                "title": "Items",
      -                "type": "array"
      -              },
      -              "next_check_after_s": {
      -                "title": "Next Check After S",
      -                "type": "integer"
      -              },
      -              "status": {
      -                "const": "no_new_events",
      -                "title": "Status",
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "status",
      -              "changed",
      -              "count",
      -              "items",
      -              "cursor",
      -              "charged",
      -              "next_check_after_s"
      -            ],
      -            "title": "NoChange",
      -            "type": "object"
      -          }
      -        ],
      -        "title": "Data"
      -      },
      -      "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": "RiskEnvelope",
      -    "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": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "count": {
      +                "maximum": 5,
      +                "minimum": 1,
      +                "title": "Count",
      +                "type": "integer"
      +              },
      +              "cursor": {
      +                "title": "Cursor",
      +                "type": "string"
      +              },
      +              "items": {
      +                "items": {
      +                  "properties": {
      +                    "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)."
      +                    },
      +                    "buyer_flow": {
      +                      "properties": {
      +                        "buys_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Buys 60S"
      +                        },
      +                        "inflow_stalled": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Inflow Stalled"
      +                        },
      +                        "net_sol_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Net Sol 60S"
      +                        },
      +                        "sells_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Sells 60S"
      +                        },
      +                        "unique_buyers_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Unique Buyers 60S"
      +                        }
      +                      },
      +                      "required": [
      +                        "unique_buyers_60s",
      +                        "buys_60s",
      +                        "sells_60s",
      +                        "net_sol_60s",
      +                        "inflow_stalled"
      +                      ],
      +                      "title": "BuyerFlow",
      +                      "type": "object"
      +                    },
      +                    "concentration": {
      +                      "properties": {
      +                        "bundle_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Bundle Share"
      +                        },
      +                        "dev_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Dev Share"
      +                        },
      +                        "insider_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Insider Share"
      +                        },
      +                        "top5_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Top5 Share"
      +                        }
      +                      },
      +                      "required": [
      +                        "top5_share",
      +                        "dev_share",
      +                        "bundle_share",
      +                        "insider_share"
      +                      ],
      +                      "title": "Concentration",
      +                      "type": "object"
      +                    },
      +                    "curve": {
      +                      "properties": {
      +                        "drawdown_from_peak": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Drawdown From Peak"
      +                        },
      +                        "graduated": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Graduated"
      +                        },
      +                        "peak_rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Peak Rs Sol"
      +                        },
      +                        "rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Rs Sol"
      +                        }
      +                      },
      +                      "required": [
      +                        "rs_sol",
      +                        "peak_rs_sol",
      +                        "drawdown_from_peak",
      +                        "graduated"
      +                      ],
      +                      "title": "Curve",
      +                      "type": "object"
      +                    },
      +                    "findings": {
      +                      "items": {
      +                        "properties": {
      +                          "code": {
      +                            "title": "Code",
      +                            "type": "string"
      +                          },
      +                          "evidence": {
      +                            "additionalProperties": true,
      +                            "title": "Evidence",
      +                            "type": "object"
      +                          },
      +                          "first_seen_at": {
      +                            "anyOf": [
      +                              {
      +                                "type": "number"
      +                              },
      +                              {
      +                                "type": "null"
      +                              }
      +                            ],
      +                            "title": "First Seen At"
      +                          }
      +                        },
      +                        "required": [
      +                          "code",
      +                          "first_seen_at",
      +                          "evidence"
      +                        ],
      +                        "title": "Finding",
      +                        "type": "object"
      +                      },
      +                      "title": "Findings",
      +                      "type": "array"
      +                    },
      +                    "full_card_url": {
      +                      "title": "Full Card Url",
      +                      "type": "string"
      +                    },
      +                    "last_trade_at": {
      +                      "anyOf": [
      +                        {
      +                          "type": "number"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "title": "Last Trade At"
      +                    },
      +                    "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"
      +                    },
      +                    "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"
      +                        }
      +                      ],
      +                      "default": null
      +                    },
      +                    "risk_label": {
      +                      "title": "Risk Label",
      +                      "type": "string"
      +                    },
      +                    "snapshot_slot": {
      +                      "anyOf": [
      +                        {
      +                          "type": "integer"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "description": "Latest observed slot for this mint, not the slot of every finding.",
      +                      "title": "Snapshot Slot"
      +                    },
      +                    "status": {
      +                      "enum": [
      +                        "flags_observed",
      +                        "no_flags_observed"
      +                      ],
      +                      "title": "Status",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "mint",
      +                    "status",
      +                    "lifecycle",
      +                    "risk_label",
      +                    "findings",
      +                    "snapshot_slot",
      +                    "last_trade_at",
      +                    "concentration",
      +                    "buyer_flow",
      +                    "curve",
      +                    "full_card_url"
      +                  ],
      +                  "title": "CheckItem",
      +                  "type": "object"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "title": "Items",
      +                "type": "array"
      +              },
      +              "result_id": {
      +                "title": "Result Id",
      +                "type": "string"
      +              },
      +              "status": {
      +                "enum": [
      +                  "flags_observed",
      +                  "no_flags_observed"
      +                ],
      +                "title": "Status",
      +                "type": "string"
      +              },
      +              "watch_events": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "title": "Watch Events",
      +                "type": "array"
      +              }
      +            },
      +            "required": [
      +              "status",
      +              "result_id",
      +              "count",
      +              "items",
      +              "cursor",
      +              "watch_events"
      +            ],
      +            "title": "CheckData",
      +            "type": "object"
      +          },
      +          {
      +            "properties": {
      +              "changed": {
      +                "const": false,
      +                "title": "Changed",
      +                "type": "boolean"
      +              },
      +              "charged": {
      +                "const": false,
      +                "title": "Charged",
      +                "type": "boolean"
      +              },
      +              "count": {
      +                "const": 0,
      +                "title": "Count",
      +                "type": "integer"
      +              },
      +              "cursor": {
      +                "title": "Cursor",
      +                "type": "string"
      +              },
      +              "items": {
      +                "items": {},
      +                "maxItems": 0,
      +                "title": "Items",
      +                "type": "array"
      +              },
      +              "next_check_after_s": {
      +                "title": "Next Check After S",
      +                "type": "integer"
      +              },
      +              "status": {
      +                "const": "no_new_events",
      +                "title": "Status",
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "status",
      +              "changed",
      +              "count",
      +              "items",
      +              "cursor",
      +              "charged",
      +              "next_check_after_s"
      +            ],
      +            "title": "NoChange",
      +            "type": "object"
      +          }
      +        ],
      +        "title": "Data"
      +      },
      +      "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": "RiskEnvelope",
      +    "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": {
      -        "anyOf": [
      -          {
      -            "properties": {
      -              "count": {
      -                "maximum": 5,
      -                "minimum": 1,
      -                "title": "Count",
      -                "type": "integer"
      -              },
      -              "cursor": {
      -                "title": "Cursor",
      -                "type": "string"
      -              },
      -              "items": {
      -                "items": {
      -                  "properties": {
      -                    "buyer_flow": {
      -                      "properties": {
      -                        "buys_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Buys 60S"
      -                        },
      -                        "inflow_stalled": {
      -                          "anyOf": [
      -                            {
      -                              "type": "boolean"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Inflow Stalled"
      -                        },
      -                        "net_sol_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Net Sol 60S"
      -                        },
      -                        "sells_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Sells 60S"
      -                        },
      -                        "unique_buyers_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Unique Buyers 60S"
      -                        }
      -                      },
      -                      "required": [
      -                        "unique_buyers_60s",
      -                        "buys_60s",
      -                        "sells_60s",
      -                        "net_sol_60s",
      -                        "inflow_stalled"
      -                      ],
      -                      "title": "BuyerFlow",
      -                      "type": "object"
      -                    },
      -                    "concentration": {
      -                      "properties": {
      -                        "bundle_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Bundle Share"
      -                        },
      -                        "dev_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Dev Share"
      -                        },
      -                        "insider_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Insider Share"
      -                        },
      -                        "top5_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Top5 Share"
      -                        }
      -                      },
      -                      "required": [
      -                        "top5_share",
      -                        "dev_share",
      -                        "bundle_share",
      -                        "insider_share"
      -                      ],
      -                      "title": "Concentration",
      -                      "type": "object"
      -                    },
      -                    "curve": {
      -                      "properties": {
      -                        "drawdown_from_peak": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Drawdown From Peak"
      -                        },
      -                        "graduated": {
      -                          "anyOf": [
      -                            {
      -                              "type": "boolean"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Graduated"
      -                        },
      -                        "peak_rs_sol": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Peak Rs Sol"
      -                        },
      -                        "rs_sol": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Rs Sol"
      -                        }
      -                      },
      -                      "required": [
      -                        "rs_sol",
      -                        "peak_rs_sol",
      -                        "drawdown_from_peak",
      -                        "graduated"
      -                      ],
      -                      "title": "Curve",
      -                      "type": "object"
      -                    },
      -                    "findings": {
      -                      "items": {
      -                        "properties": {
      -                          "code": {
      -                            "title": "Code",
      -                            "type": "string"
      -                          },
      -                          "evidence": {
      -                            "additionalProperties": true,
      -                            "title": "Evidence",
      -                            "type": "object"
      -                          },
      -                          "first_seen_at": {
      -                            "anyOf": [
      -                              {
      -                                "type": "number"
      -                              },
      -                              {
      -                                "type": "null"
      -                              }
      -                            ],
      -                            "title": "First Seen At"
      -                          }
      -                        },
      -                        "required": [
      -                          "code",
      -                          "first_seen_at",
      -                          "evidence"
      -                        ],
      -                        "title": "Finding",
      -                        "type": "object"
      -                      },
      -                      "title": "Findings",
      -                      "type": "array"
      -                    },
      -                    "full_card_url": {
      -                      "title": "Full Card Url",
      -                      "type": "string"
      -                    },
      -                    "last_trade_at": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Last Trade At"
      -                    },
      -                    "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"
      -                    },
      -                    "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"
      -                        }
      -                      ],
      -                      "default": null
      -                    },
      -                    "risk_label": {
      -                      "title": "Risk Label",
      -                      "type": "string"
      -                    },
      -                    "snapshot_slot": {
      -                      "anyOf": [
      -                        {
      -                          "type": "integer"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "description": "Latest observed slot for this mint, not the slot of every finding.",
      -                      "title": "Snapshot Slot"
      -                    },
      -                    "status": {
      -                      "enum": [
      -                        "flags_observed",
      -                        "no_flags_observed"
      -                      ],
      -                      "title": "Status",
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "mint",
      -                    "status",
      -                    "lifecycle",
      -                    "risk_label",
      -                    "findings",
      -                    "snapshot_slot",
      -                    "last_trade_at",
      -                    "concentration",
      -                    "buyer_flow",
      -                    "curve",
      -                    "full_card_url"
      -                  ],
      -                  "title": "CheckItem",
      -                  "type": "object"
      -                },
      -                "maxItems": 5,
      -                "minItems": 1,
      -                "title": "Items",
      -                "type": "array"
      -              },
      -              "result_id": {
      -                "title": "Result Id",
      -                "type": "string"
      -              },
      -              "status": {
      -                "enum": [
      -                  "flags_observed",
      -                  "no_flags_observed"
      -                ],
      -                "title": "Status",
      -                "type": "string"
      -              },
      -              "watch_events": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "title": "Watch Events",
      -                "type": "array"
      -              }
      -            },
      -            "required": [
      -              "status",
      -              "result_id",
      -              "count",
      -              "items",
      -              "cursor",
      -              "watch_events"
      -            ],
      -            "title": "CheckData",
      -            "type": "object"
      -          },
      -          {
      -            "properties": {
      -              "changed": {
      -                "const": false,
      -                "title": "Changed",
      -                "type": "boolean"
      -              },
      -              "charged": {
      -                "const": false,
      -                "title": "Charged",
      -                "type": "boolean"
      -              },
      -              "count": {
      -                "const": 0,
      -                "title": "Count",
      -                "type": "integer"
      -              },
      -              "cursor": {
      -                "title": "Cursor",
      -                "type": "string"
      -              },
      -              "items": {
      -                "items": {},
      -                "maxItems": 0,
      -                "title": "Items",
      -                "type": "array"
      -              },
      -              "next_check_after_s": {
      -                "title": "Next Check After S",
      -                "type": "integer"
      -              },
      -              "status": {
      -                "const": "no_new_events",
      -                "title": "Status",
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "status",
      -              "changed",
      -              "count",
      -              "items",
      -              "cursor",
      -              "charged",
      -              "next_check_after_s"
      -            ],
      -            "title": "NoChange",
      -            "type": "object"
      -          }
      -        ],
      -        "title": "Data"
      -      },
      -      "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": "RiskEnvelope",
      -    "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": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "count": {
      +                "maximum": 5,
      +                "minimum": 1,
      +                "title": "Count",
      +                "type": "integer"
      +              },
      +              "cursor": {
      +                "title": "Cursor",
      +                "type": "string"
      +              },
      +              "items": {
      +                "items": {
      +                  "properties": {
      +                    "buyer_flow": {
      +                      "properties": {
      +                        "buys_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Buys 60S"
      +                        },
      +                        "inflow_stalled": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Inflow Stalled"
      +                        },
      +                        "net_sol_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Net Sol 60S"
      +                        },
      +                        "sells_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Sells 60S"
      +                        },
      +                        "unique_buyers_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Unique Buyers 60S"
      +                        }
      +                      },
      +                      "required": [
      +                        "unique_buyers_60s",
      +                        "buys_60s",
      +                        "sells_60s",
      +                        "net_sol_60s",
      +                        "inflow_stalled"
      +                      ],
      +                      "title": "BuyerFlow",
      +                      "type": "object"
      +                    },
      +                    "concentration": {
      +                      "properties": {
      +                        "bundle_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Bundle Share"
      +                        },
      +                        "dev_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Dev Share"
      +                        },
      +                        "insider_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Insider Share"
      +                        },
      +                        "top5_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Top5 Share"
      +                        }
      +                      },
      +                      "required": [
      +                        "top5_share",
      +                        "dev_share",
      +                        "bundle_share",
      +                        "insider_share"
      +                      ],
      +                      "title": "Concentration",
      +                      "type": "object"
      +                    },
      +                    "curve": {
      +                      "properties": {
      +                        "drawdown_from_peak": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Drawdown From Peak"
      +                        },
      +                        "graduated": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Graduated"
      +                        },
      +                        "peak_rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Peak Rs Sol"
      +                        },
      +                        "rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Rs Sol"
      +                        }
      +                      },
      +                      "required": [
      +                        "rs_sol",
      +                        "peak_rs_sol",
      +                        "drawdown_from_peak",
      +                        "graduated"
      +                      ],
      +                      "title": "Curve",
      +                      "type": "object"
      +                    },
      +                    "findings": {
      +                      "items": {
      +                        "properties": {
      +                          "code": {
      +                            "title": "Code",
      +                            "type": "string"
      +                          },
      +                          "evidence": {
      +                            "additionalProperties": true,
      +                            "title": "Evidence",
      +                            "type": "object"
      +                          },
      +                          "first_seen_at": {
      +                            "anyOf": [
      +                              {
      +                                "type": "number"
      +                              },
      +                              {
      +                                "type": "null"
      +                              }
      +                            ],
      +                            "title": "First Seen At"
      +                          }
      +                        },
      +                        "required": [
      +                          "code",
      +                          "first_seen_at",
      +                          "evidence"
      +                        ],
      +                        "title": "Finding",
      +                        "type": "object"
      +                      },
      +                      "title": "Findings",
      +                      "type": "array"
      +                    },
      +                    "full_card_url": {
      +                      "title": "Full Card Url",
      +                      "type": "string"
      +                    },
      +                    "last_trade_at": {
      +                      "anyOf": [
      +                        {
      +                          "type": "number"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "title": "Last Trade At"
      +                    },
      +                    "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"
      +                    },
      +                    "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"
      +                        }
      +                      ],
      +                      "default": null
      +                    },
      +                    "risk_label": {
      +                      "title": "Risk Label",
      +                      "type": "string"
      +                    },
      +                    "snapshot_slot": {
      +                      "anyOf": [
      +                        {
      +                          "type": "integer"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "description": "Latest observed slot for this mint, not the slot of every finding.",
      +                      "title": "Snapshot Slot"
      +                    },
      +                    "status": {
      +                      "enum": [
      +                        "flags_observed",
      +                        "no_flags_observed"
      +                      ],
      +                      "title": "Status",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "mint",
      +                    "status",
      +                    "lifecycle",
      +                    "risk_label",
      +                    "findings",
      +                    "snapshot_slot",
      +                    "last_trade_at",
      +                    "concentration",
      +                    "buyer_flow",
      +                    "curve",
      +                    "full_card_url"
      +                  ],
      +                  "title": "CheckItem",
      +                  "type": "object"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "title": "Items",
      +                "type": "array"
      +              },
      +              "result_id": {
      +                "title": "Result Id",
      +                "type": "string"
      +              },
      +              "status": {
      +                "enum": [
      +                  "flags_observed",
      +                  "no_flags_observed"
      +                ],
      +                "title": "Status",
      +                "type": "string"
      +              },
      +              "watch_events": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "title": "Watch Events",
      +                "type": "array"
      +              }
      +            },
      +            "required": [
      +              "status",
      +              "result_id",
      +              "count",
      +              "items",
      +              "cursor",
      +              "watch_events"
      +            ],
      +            "title": "CheckData",
      +            "type": "object"
      +          },
      +          {
      +            "properties": {
      +              "changed": {
      +                "const": false,
      +                "title": "Changed",
      +                "type": "boolean"
      +              },
      +              "charged": {
      +                "const": false,
      +                "title": "Charged",
      +                "type": "boolean"
      +              },
      +              "count": {
      +                "const": 0,
      +                "title": "Count",
      +                "type": "integer"
      +              },
      +              "cursor": {
      +                "title": "Cursor",
      +                "type": "string"
      +              },
      +              "items": {
      +                "items": {},
      +                "maxItems": 0,
      +                "title": "Items",
      +                "type": "array"
      +              },
      +              "next_check_after_s": {
      +                "title": "Next Check After S",
      +                "type": "integer"
      +              },
      +              "status": {
      +                "const": "no_new_events",
      +                "title": "Status",
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "status",
      +              "changed",
      +              "count",
      +              "items",
      +              "cursor",
      +              "charged",
      +              "next_check_after_s"
      +            ],
      +            "title": "NoChange",
      +            "type": "object"
      +          }
      +        ],
      +        "title": "Data"
      +      },
      +      "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": "RiskEnvelope",
      +    "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": {
      +        "anyOf": [
      +          {
      +            "properties": {
      +              "count": {
      +                "maximum": 5,
      +                "minimum": 1,
      +                "title": "Count",
      +                "type": "integer"
      +              },
      +              "cursor": {
      +                "title": "Cursor",
      +                "type": "string"
      +              },
      +              "items": {
      +                "items": {
      +                  "properties": {
      +                    "buyer_flow": {
      +                      "properties": {
      +                        "buys_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Buys 60S"
      +                        },
      +                        "inflow_stalled": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Inflow Stalled"
      +                        },
      +                        "net_sol_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Net Sol 60S"
      +                        },
      +                        "sells_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Sells 60S"
      +                        },
      +                        "unique_buyers_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Unique Buyers 60S"
      +                        }
      +                      },
      +                      "required": [
      +                        "unique_buyers_60s",
      +                        "buys_60s",
      +                        "sells_60s",
      +                        "net_sol_60s",
      +                        "inflow_stalled"
      +                      ],
      +                      "title": "BuyerFlow",
      +                      "type": "object"
      +                    },
      +                    "concentration": {
      +                      "properties": {
      +                        "bundle_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Bundle Share"
      +                        },
      +                        "dev_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Dev Share"
      +                        },
      +                        "insider_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Insider Share"
      +                        },
      +                        "top5_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Top5 Share"
      +                        }
      +                      },
      +                      "required": [
      +                        "top5_share",
      +                        "dev_share",
      +                        "bundle_share",
      +                        "insider_share"
      +                      ],
      +                      "title": "Concentration",
      +                      "type": "object"
      +                    },
      +                    "curve": {
      +                      "properties": {
      +                        "drawdown_from_peak": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Drawdown From Peak"
      +                        },
      +                        "graduated": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Graduated"
      +                        },
      +                        "peak_rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Peak Rs Sol"
      +                        },
      +                        "rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Rs Sol"
      +                        }
      +                      },
      +                      "required": [
      +                        "rs_sol",
      +                        "peak_rs_sol",
      +                        "drawdown_from_peak",
      +                        "graduated"
      +                      ],
      +                      "title": "Curve",
      +                      "type": "object"
      +                    },
      +                    "findings": {
      +                      "items": {
      +                        "properties": {
      +                          "code": {
      +                            "title": "Code",
      +                            "type": "string"
      +                          },
      +                          "evidence": {
      +                            "additionalProperties": true,
      +                            "title": "Evidence",
      +                            "type": "object"
      +                          },
      +                          "first_seen_at": {
      +                            "anyOf": [
      +                              {
      +                                "type": "number"
      +                              },
      +                              {
      +                                "type": "null"
      +                              }
      +                            ],
      +                            "title": "First Seen At"
      +                          }
      +                        },
      +                        "required": [
      +                          "code",
      +                          "first_seen_at",
      +                          "evidence"
      +                        ],
      +                        "title": "Finding",
      +                        "type": "object"
      +                      },
      +                      "title": "Findings",
      +                      "type": "array"
      +                    },
      +                    "full_card_url": {
      +                      "title": "Full Card Url",
      +                      "type": "string"
      +                    },
      +                    "last_trade_at": {
      +                      "anyOf": [
      +                        {
      +                          "type": "number"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "title": "Last Trade At"
      +                    },
      +                    "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"
      +                    },
      +                    "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"
      +                        }
      +                      ],
      +                      "default": null
      +                    },
      +                    "risk_label": {
      +                      "title": "Risk Label",
      +                      "type": "string"
      +                    },
      +                    "snapshot_slot": {
      +                      "anyOf": [
      +                        {
      +                          "type": "integer"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "description": "Latest observed slot for this mint, not the slot of every finding.",
      +                      "title": "Snapshot Slot"
      +                    },
      +                    "status": {
      +                      "enum": [
      +                        "flags_observed",
      +                        "no_flags_observed"
      +                      ],
      +                      "title": "Status",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "mint",
      +                    "status",
      +                    "lifecycle",
      +                    "risk_label",
      +                    "findings",
      +                    "snapshot_slot",
      +                    "last_trade_at",
      +                    "concentration",
      +                    "buyer_flow",
      +                    "curve",
      +                    "full_card_url"
      +                  ],
      +                  "title": "CheckItem",
      +                  "type": "object"
      +                },
      +                "maxItems": 5,
      +                "minItems": 1,
      +                "title": "Items",
      +                "type": "array"
      +              },
      +              "result_id": {
      +                "title": "Result Id",
      +                "type": "string"
      +              },
      +              "status": {
      +                "enum": [
      +                  "flags_observed",
      +                  "no_flags_observed"
      +                ],
      +                "title": "Status",
      +                "type": "string"
      +              },
      +              "watch_events": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "title": "Watch Events",
      +                "type": "array"
      +              }
      +            },
      +            "required": [
      +              "status",
      +              "result_id",
      +              "count",
      +              "items",
      +              "cursor",
      +              "watch_events"
      +            ],
      +            "title": "CheckData",
      +            "type": "object"
      +          },
      +          {
      +            "properties": {
      +              "changed": {
      +                "const": false,
      +                "title": "Changed",
      +                "type": "boolean"
      +              },
      +              "charged": {
      +                "const": false,
      +                "title": "Charged",
      +                "type": "boolean"
      +              },
      +              "count": {
      +                "const": 0,
      +                "title": "Count",
      +                "type": "integer"
      +              },
      +              "cursor": {
      +                "title": "Cursor",
      +                "type": "string"
      +              },
      +              "items": {
      +                "items": {},
      +                "maxItems": 0,
      +                "title": "Items",
      +                "type": "array"
      +              },
      +              "next_check_after_s": {
      +                "title": "Next Check After S",
      +                "type": "integer"
      +              },
      +              "status": {
      +                "const": "no_new_events",
      +                "title": "Status",
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "status",
      +              "changed",
      +              "count",
      +              "items",
      +              "cursor",
      +              "charged",
      +              "next_check_after_s"
      +            ],
      +            "title": "NoChange",
      +            "type": "object"
      +          }
      +        ],
      +        "title": "Data"
      +      },
      +      "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": "RiskEnvelope",
      +    "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": {
      -    "anyOf": [
      -      {
      -        "properties": {
      -          "count": {
      -            "maximum": 5,
      -            "minimum": 1,
      -            "title": "Count",
      -            "type": "integer"
      -          },
      -          "cursor": {
      -            "title": "Cursor",
      -            "type": "string"
      -          },
      -          "items": {
      -            "items": {
      -              "properties": {
      -                "buyer_flow": {
      -                  "properties": {
      -                    "buys_60s": {
      -                      "anyOf": [
      -                        {
      -                          "type": "integer"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Buys 60S"
      -                    },
      -                    "inflow_stalled": {
      -                      "anyOf": [
      -                        {
      -                          "type": "boolean"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Inflow Stalled"
      -                    },
      -                    "net_sol_60s": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Net Sol 60S"
      -                    },
      -                    "sells_60s": {
      -                      "anyOf": [
      -                        {
      -                          "type": "integer"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Sells 60S"
      -                    },
      -                    "unique_buyers_60s": {
      -                      "anyOf": [
      -                        {
      -                          "type": "integer"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Unique Buyers 60S"
      -                    }
      -                  },
      -                  "required": [
      -                    "unique_buyers_60s",
      -                    "buys_60s",
      -                    "sells_60s",
      -                    "net_sol_60s",
      -                    "inflow_stalled"
      -                  ],
      -                  "title": "BuyerFlow",
      -                  "type": "object"
      -                },
      -                "concentration": {
      -                  "properties": {
      -                    "bundle_share": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Bundle Share"
      -                    },
      -                    "dev_share": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Dev Share"
      -                    },
      -                    "insider_share": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Insider Share"
      -                    },
      -                    "top5_share": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Top5 Share"
      -                    }
      -                  },
      -                  "required": [
      -                    "top5_share",
      -                    "dev_share",
      -                    "bundle_share",
      -                    "insider_share"
      -                  ],
      -                  "title": "Concentration",
      -                  "type": "object"
      -                },
      -                "curve": {
      -                  "properties": {
      -                    "drawdown_from_peak": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Drawdown From Peak"
      -                    },
      -                    "graduated": {
      -                      "anyOf": [
      -                        {
      -                          "type": "boolean"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Graduated"
      -                    },
      -                    "peak_rs_sol": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Peak Rs Sol"
      -                    },
      -                    "rs_sol": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Rs Sol"
      -                    }
      -                  },
      -                  "required": [
      -                    "rs_sol",
      -                    "peak_rs_sol",
      -                    "drawdown_from_peak",
      -                    "graduated"
      -                  ],
      -                  "title": "Curve",
      -                  "type": "object"
      -                },
      -                "findings": {
      -                  "items": {
      -                    "properties": {
      -                      "code": {
      -                        "title": "Code",
      -                        "type": "string"
      -                      },
      -                      "evidence": {
      -                        "additionalProperties": true,
      -                        "title": "Evidence",
      -                        "type": "object"
      -                      },
      -                      "first_seen_at": {
      -                        "anyOf": [
      -                          {
      -                            "type": "number"
      -                          },
      -                          {
      -                            "type": "null"
      -                          }
      -                        ],
      -                        "title": "First Seen At"
      -                      }
      -                    },
      -                    "required": [
      -                      "code",
      -                      "first_seen_at",
      -                      "evidence"
      -                    ],
      -                    "title": "Finding",
      -                    "type": "object"
      -                  },
      -                  "title": "Findings",
      -                  "type": "array"
      -                },
      -                "full_card_url": {
      -                  "title": "Full Card Url",
      -                  "type": "string"
      -                },
      -                "last_trade_at": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Last Trade At"
      -                },
      -                "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"
      -                },
      -                "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"
      -                    }
      -                  ],
      -                  "default": null
      -                },
      -                "risk_label": {
      -                  "title": "Risk Label",
      -                  "type": "string"
      -                },
      -                "snapshot_slot": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "description": "Latest observed slot for this mint, not the slot of every finding.",
      -                  "title": "Snapshot Slot"
      -                },
      -                "status": {
      -                  "enum": [
      -                    "flags_observed",
      -                    "no_flags_observed"
      -                  ],
      -                  "title": "Status",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "mint",
      -                "status",
      -                "lifecycle",
      -                "risk_label",
      -                "findings",
      -                "snapshot_slot",
      -                "last_trade_at",
      -                "concentration",
      -                "buyer_flow",
      -                "curve",
      -                "full_card_url"
      -              ],
      -              "title": "CheckItem",
      -              "type": "object"
      -            },
      -            "maxItems": 5,
      -            "minItems": 1,
      -            "title": "Items",
      -            "type": "array"
      -          },
      -          "result_id": {
      -            "title": "Result Id",
      -            "type": "string"
      -          },
      -          "status": {
      -            "enum": [
      -              "flags_observed",
      -              "no_flags_observed"
      -            ],
      -            "title": "Status",
      -            "type": "string"
      -          },
      -          "watch_events": {
      -            "items": {
      -              "type": "string"
      -            },
      -            "title": "Watch Events",
      -            "type": "array"
      -          }
      -        },
      -        "required": [
      -          "status",
      -          "result_id",
      -          "count",
      -          "items",
      -          "cursor",
      -          "watch_events"
      -        ],
      -        "title": "CheckData",
      -        "type": "object"
      -      },
      -      {
      -        "properties": {
      -          "changed": {
      -            "const": false,
      -            "title": "Changed",
      -            "type": "boolean"
      -          },
      -          "charged": {
      -            "const": false,
      -            "title": "Charged",
      -            "type": "boolean"
      -          },
      -          "count": {
      -            "const": 0,
      -            "title": "Count",
      -            "type": "integer"
      -          },
      -          "cursor": {
      -            "title": "Cursor",
      -            "type": "string"
      -          },
      -          "items": {
      -            "items": {},
      -            "maxItems": 0,
      -            "title": "Items",
      -            "type": "array"
      -          },
      -          "next_check_after_s": {
      -            "title": "Next Check After S",
      -            "type": "integer"
      -          },
      -          "status": {
      -            "const": "no_new_events",
      -            "title": "Status",
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "status",
      -          "changed",
      -          "count",
      -          "items",
      -          "cursor",
      -          "charged",
      -          "next_check_after_s"
      -        ],
      -        "title": "NoChange",
      -        "type": "object"
      -      }
      -    ],
      -    "title": "Data"
      -  },
      -  "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: -"RiskEnvelope"
  5. Changed1 schema field changed
    • changedOutput schema / properties / data / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "count": {
      -        "maximum": 5,
      -        "minimum": 1,
      -        "title": "Count",
      -        "type": "integer"
      -      },
      -      "cursor": {
      -        "title": "Cursor",
      -        "type": "string"
      -      },
      -      "items": {
      -        "items": {
      -          "properties": {
      -            "buyer_flow": {
      -              "properties": {
      -                "buys_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Buys 60S"
      -                },
      -                "inflow_stalled": {
      -                  "anyOf": [
      -                    {
      -                      "type": "boolean"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Inflow Stalled"
      -                },
      -                "net_sol_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Net Sol 60S"
      -                },
      -                "sells_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Sells 60S"
      -                },
      -                "unique_buyers_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Unique Buyers 60S"
      -                }
      -              },
      -              "required": [
      -                "unique_buyers_60s",
      -                "buys_60s",
      -                "sells_60s",
      -                "net_sol_60s",
      -                "inflow_stalled"
      -              ],
      -              "title": "BuyerFlow",
      -              "type": "object"
      -            },
      -            "concentration": {
      -              "properties": {
      -                "bundle_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Bundle Share"
      -                },
      -                "dev_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Dev Share"
      -                },
      -                "insider_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Insider Share"
      -                },
      -                "top5_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Top5 Share"
      -                }
      -              },
      -              "required": [
      -                "top5_share",
      -                "dev_share",
      -                "bundle_share",
      -                "insider_share"
      -              ],
      -              "title": "Concentration",
      -              "type": "object"
      -            },
      -            "curve": {
      -              "properties": {
      -                "drawdown_from_peak": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Drawdown From Peak"
      -                },
      -                "graduated": {
      -                  "anyOf": [
      -                    {
      -                      "type": "boolean"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Graduated"
      -                },
      -                "peak_rs_sol": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Peak Rs Sol"
      -                },
      -                "rs_sol": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Rs Sol"
      -                }
      -              },
      -              "required": [
      -                "rs_sol",
      -                "peak_rs_sol",
      -                "drawdown_from_peak",
      -                "graduated"
      -              ],
      -              "title": "Curve",
      -              "type": "object"
      -            },
      -            "findings": {
      -              "items": {
      -                "properties": {
      -                  "code": {
      -                    "title": "Code",
      -                    "type": "string"
      -                  },
      -                  "evidence": {
      -                    "additionalProperties": true,
      -                    "title": "Evidence",
      -                    "type": "object"
      -                  },
      -                  "first_seen_at": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "title": "First Seen At"
      -                  }
      -                },
      -                "required": [
      -                  "code",
      -                  "first_seen_at",
      -                  "evidence"
      -                ],
      -                "title": "Finding",
      -                "type": "object"
      -              },
      -              "title": "Findings",
      -              "type": "array"
      -            },
      -            "full_card_url": {
      -              "title": "Full Card Url",
      -              "type": "string"
      -            },
      -            "last_trade_at": {
      -              "anyOf": [
      -                {
      -                  "type": "number"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ],
      -              "title": "Last Trade At"
      -            },
      -            "lifecycle": {
      -              "title": "Lifecycle",
      -              "type": "string"
      -            },
      -            "mint": {
      -              "title": "Mint",
      -              "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"
      -                }
      -              ],
      -              "default": null
      -            },
      -            "risk_label": {
      -              "title": "Risk Label",
      -              "type": "string"
      -            },
      -            "snapshot_slot": {
      -              "anyOf": [
      -                {
      -                  "type": "integer"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ],
      -              "description": "Latest observed slot for this mint, not the slot of every finding.",
      -              "title": "Snapshot Slot"
      -            },
      -            "status": {
      -              "enum": [
      -                "flags_observed",
      -                "no_flags_observed"
      -              ],
      -              "title": "Status",
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "mint",
      -            "status",
      -            "lifecycle",
      -            "risk_label",
      -            "findings",
      -            "snapshot_slot",
      -            "last_trade_at",
      -            "concentration",
      -            "buyer_flow",
      -            "curve",
      -            "full_card_url"
      -          ],
      -          "title": "CheckItem",
      -          "type": "object"
      -        },
      -        "maxItems": 5,
      -        "minItems": 1,
      -        "title": "Items",
      -        "type": "array"
      -      },
      -      "result_id": {
      -        "title": "Result Id",
      -        "type": "string"
      -      },
      -      "status": {
      -        "enum": [
      -          "flags_observed",
      -          "no_flags_observed"
      -        ],
      -        "title": "Status",
      -        "type": "string"
      -      },
      -      "watch_events": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "title": "Watch Events",
      -        "type": "array"
      -      }
      -    },
      -    "required": [
      -      "status",
      -      "result_id",
      -      "count",
      -      "items",
      -      "cursor",
      -      "watch_events"
      -    ],
      -    "title": "CheckData",
      -    "type": "object"
      -  },
      -  {
      -    "properties": {
      -      "changed": {
      -        "const": false,
      -        "title": "Changed",
      -        "type": "boolean"
      -      },
      -      "charged": {
      -        "const": false,
      -        "title": "Charged",
      -        "type": "boolean"
      -      },
      -      "count": {
      -        "const": 0,
      -        "title": "Count",
      -        "type": "integer"
      -      },
      -      "cursor": {
      -        "title": "Cursor",
      -        "type": "string"
      -      },
      -      "items": {
      -        "items": {},
      -        "maxItems": 0,
      -        "title": "Items",
      -        "type": "array"
      -      },
      -      "next_check_after_s": {
      -        "title": "Next Check After S",
      -        "type": "integer"
      -      },
      -      "status": {
      -        "const": "no_new_events",
      -        "title": "Status",
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "status",
      -      "changed",
      -      "count",
      -      "items",
      -      "cursor",
      -      "charged",
      -      "next_check_after_s"
      -    ],
      -    "title": "NoChange",
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "count": {
      +        "maximum": 5,
      +        "minimum": 1,
      +        "title": "Count",
      +        "type": "integer"
      +      },
      +      "cursor": {
      +        "title": "Cursor",
      +        "type": "string"
      +      },
      +      "items": {
      +        "items": {
      +          "properties": {
      +            "buyer_flow": {
      +              "properties": {
      +                "buys_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "integer"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Buys 60S"
      +                },
      +                "inflow_stalled": {
      +                  "anyOf": [
      +                    {
      +                      "type": "boolean"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Inflow Stalled"
      +                },
      +                "net_sol_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Net Sol 60S"
      +                },
      +                "sells_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "integer"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Sells 60S"
      +                },
      +                "unique_buyers_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "integer"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Unique Buyers 60S"
      +                }
      +              },
      +              "required": [
      +                "unique_buyers_60s",
      +                "buys_60s",
      +                "sells_60s",
      +                "net_sol_60s",
      +                "inflow_stalled"
      +              ],
      +              "title": "BuyerFlow",
      +              "type": "object"
      +            },
      +            "concentration": {
      +              "properties": {
      +                "bundle_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Bundle Share"
      +                },
      +                "dev_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Dev Share"
      +                },
      +                "insider_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Insider Share"
      +                },
      +                "top5_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Top5 Share"
      +                }
      +              },
      +              "required": [
      +                "top5_share",
      +                "dev_share",
      +                "bundle_share",
      +                "insider_share"
      +              ],
      +              "title": "Concentration",
      +              "type": "object"
      +            },
      +            "curve": {
      +              "properties": {
      +                "drawdown_from_peak": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Drawdown From Peak"
      +                },
      +                "graduated": {
      +                  "anyOf": [
      +                    {
      +                      "type": "boolean"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Graduated"
      +                },
      +                "peak_rs_sol": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Peak Rs Sol"
      +                },
      +                "rs_sol": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Rs Sol"
      +                }
      +              },
      +              "required": [
      +                "rs_sol",
      +                "peak_rs_sol",
      +                "drawdown_from_peak",
      +                "graduated"
      +              ],
      +              "title": "Curve",
      +              "type": "object"
      +            },
      +            "findings": {
      +              "items": {
      +                "properties": {
      +                  "code": {
      +                    "title": "Code",
      +                    "type": "string"
      +                  },
      +                  "evidence": {
      +                    "additionalProperties": true,
      +                    "title": "Evidence",
      +                    "type": "object"
      +                  },
      +                  "first_seen_at": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "title": "First Seen At"
      +                  }
      +                },
      +                "required": [
      +                  "code",
      +                  "first_seen_at",
      +                  "evidence"
      +                ],
      +                "title": "Finding",
      +                "type": "object"
      +              },
      +              "title": "Findings",
      +              "type": "array"
      +            },
      +            "full_card_url": {
      +              "title": "Full Card Url",
      +              "type": "string"
      +            },
      +            "last_trade_at": {
      +              "anyOf": [
      +                {
      +                  "type": "number"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ],
      +              "title": "Last Trade At"
      +            },
      +            "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"
      +            },
      +            "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"
      +                }
      +              ],
      +              "default": null
      +            },
      +            "risk_label": {
      +              "title": "Risk Label",
      +              "type": "string"
      +            },
      +            "snapshot_slot": {
      +              "anyOf": [
      +                {
      +                  "type": "integer"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ],
      +              "description": "Latest observed slot for this mint, not the slot of every finding.",
      +              "title": "Snapshot Slot"
      +            },
      +            "status": {
      +              "enum": [
      +                "flags_observed",
      +                "no_flags_observed"
      +              ],
      +              "title": "Status",
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "mint",
      +            "status",
      +            "lifecycle",
      +            "risk_label",
      +            "findings",
      +            "snapshot_slot",
      +            "last_trade_at",
      +            "concentration",
      +            "buyer_flow",
      +            "curve",
      +            "full_card_url"
      +          ],
      +          "title": "CheckItem",
      +          "type": "object"
      +        },
      +        "maxItems": 5,
      +        "minItems": 1,
      +        "title": "Items",
      +        "type": "array"
      +      },
      +      "result_id": {
      +        "title": "Result Id",
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "flags_observed",
      +          "no_flags_observed"
      +        ],
      +        "title": "Status",
      +        "type": "string"
      +      },
      +      "watch_events": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "title": "Watch Events",
      +        "type": "array"
      +      }
      +    },
      +    "required": [
      +      "status",
      +      "result_id",
      +      "count",
      +      "items",
      +      "cursor",
      +      "watch_events"
      +    ],
      +    "title": "CheckData",
      +    "type": "object"
      +  },
      +  {
      +    "properties": {
      +      "changed": {
      +        "const": false,
      +        "title": "Changed",
      +        "type": "boolean"
      +      },
      +      "charged": {
      +        "const": false,
      +        "title": "Charged",
      +        "type": "boolean"
      +      },
      +      "count": {
      +        "const": 0,
      +        "title": "Count",
      +        "type": "integer"
      +      },
      +      "cursor": {
      +        "title": "Cursor",
      +        "type": "string"
      +      },
      +      "items": {
      +        "items": {},
      +        "maxItems": 0,
      +        "title": "Items",
      +        "type": "array"
      +      },
      +      "next_check_after_s": {
      +        "title": "Next Check After S",
      +        "type": "integer"
      +      },
      +      "status": {
      +        "const": "no_new_events",
      +        "title": "Status",
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "status",
      +      "changed",
      +      "count",
      +      "items",
      +      "cursor",
      +      "charged",
      +      "next_check_after_s"
      +    ],
      +    "title": "NoChange",
      +    "type": "object"
      +  }
      +]
  6. Changed1 schema field changed
    • changedOutput schema / properties / data / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "count": {
      -        "maximum": 5,
      -        "minimum": 1,
      -        "title": "Count",
      -        "type": "integer"
      -      },
      -      "cursor": {
      -        "title": "Cursor",
      -        "type": "string"
      -      },
      -      "items": {
      -        "items": {
      -          "properties": {
      -            "buyer_flow": {
      -              "properties": {
      -                "buys_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Buys 60S"
      -                },
      -                "inflow_stalled": {
      -                  "anyOf": [
      -                    {
      -                      "type": "boolean"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Inflow Stalled"
      -                },
      -                "net_sol_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Net Sol 60S"
      -                },
      -                "sells_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Sells 60S"
      -                },
      -                "unique_buyers_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Unique Buyers 60S"
      -                }
      -              },
      -              "required": [
      -                "unique_buyers_60s",
      -                "buys_60s",
      -                "sells_60s",
      -                "net_sol_60s",
      -                "inflow_stalled"
      -              ],
      -              "title": "BuyerFlow",
      -              "type": "object"
      -            },
      -            "concentration": {
      -              "properties": {
      -                "bundle_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Bundle Share"
      -                },
      -                "dev_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Dev Share"
      -                },
      -                "insider_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Insider Share"
      -                },
      -                "top5_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Top5 Share"
      -                }
      -              },
      -              "required": [
      -                "top5_share",
      -                "dev_share",
      -                "bundle_share",
      -                "insider_share"
      -              ],
      -              "title": "Concentration",
      -              "type": "object"
      -            },
      -            "curve": {
      -              "properties": {
      -                "drawdown_from_peak": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Drawdown From Peak"
      -                },
      -                "graduated": {
      -                  "anyOf": [
      -                    {
      -                      "type": "boolean"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Graduated"
      -                },
      -                "peak_rs_sol": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Peak Rs Sol"
      -                },
      -                "rs_sol": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Rs Sol"
      -                }
      -              },
      -              "required": [
      -                "rs_sol",
      -                "peak_rs_sol",
      -                "drawdown_from_peak",
      -                "graduated"
      -              ],
      -              "title": "Curve",
      -              "type": "object"
      -            },
      -            "findings": {
      -              "items": {
      -                "properties": {
      -                  "code": {
      -                    "title": "Code",
      -                    "type": "string"
      -                  },
      -                  "evidence": {
      -                    "additionalProperties": true,
      -                    "title": "Evidence",
      -                    "type": "object"
      -                  },
      -                  "first_seen_at": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "title": "First Seen At"
      -                  }
      -                },
      -                "required": [
      -                  "code",
      -                  "first_seen_at",
      -                  "evidence"
      -                ],
      -                "title": "Finding",
      -                "type": "object"
      -              },
      -              "title": "Findings",
      -              "type": "array"
      -            },
      -            "full_card_url": {
      -              "title": "Full Card Url",
      -              "type": "string"
      -            },
      -            "last_trade_at": {
      -              "anyOf": [
      -                {
      -                  "type": "number"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ],
      -              "title": "Last Trade At"
      -            },
      -            "lifecycle": {
      -              "title": "Lifecycle",
      -              "type": "string"
      -            },
      -            "mint": {
      -              "title": "Mint",
      -              "type": "string"
      -            },
      -            "probabilities": {
      -              "anyOf": [
      -                {
      -                  "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"
      -                }
      -              ],
      -              "default": null
      -            },
      -            "risk_label": {
      -              "title": "Risk Label",
      -              "type": "string"
      -            },
      -            "snapshot_slot": {
      -              "anyOf": [
      -                {
      -                  "type": "integer"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ],
      -              "description": "Latest observed slot for this mint, not the slot of every finding.",
      -              "title": "Snapshot Slot"
      -            },
      -            "status": {
      -              "enum": [
      -                "flags_observed",
      -                "no_flags_observed"
      -              ],
      -              "title": "Status",
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "mint",
      -            "status",
      -            "lifecycle",
      -            "risk_label",
      -            "findings",
      -            "snapshot_slot",
      -            "last_trade_at",
      -            "concentration",
      -            "buyer_flow",
      -            "curve",
      -            "full_card_url"
      -          ],
      -          "title": "CheckItem",
      -          "type": "object"
      -        },
      -        "maxItems": 5,
      -        "minItems": 1,
      -        "title": "Items",
      -        "type": "array"
      -      },
      -      "result_id": {
      -        "title": "Result Id",
      -        "type": "string"
      -      },
      -      "status": {
      -        "enum": [
      -          "flags_observed",
      -          "no_flags_observed"
      -        ],
      -        "title": "Status",
      -        "type": "string"
      -      },
      -      "watch_events": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "title": "Watch Events",
      -        "type": "array"
      -      }
      -    },
      -    "required": [
      -      "status",
      -      "result_id",
      -      "count",
      -      "items",
      -      "cursor",
      -      "watch_events"
      -    ],
      -    "title": "CheckData",
      -    "type": "object"
      -  },
      -  {
      -    "properties": {
      -      "changed": {
      -        "const": false,
      -        "title": "Changed",
      -        "type": "boolean"
      -      },
      -      "charged": {
      -        "const": false,
      -        "title": "Charged",
      -        "type": "boolean"
      -      },
      -      "count": {
      -        "const": 0,
      -        "title": "Count",
      -        "type": "integer"
      -      },
      -      "cursor": {
      -        "title": "Cursor",
      -        "type": "string"
      -      },
      -      "items": {
      -        "items": {},
      -        "maxItems": 0,
      -        "title": "Items",
      -        "type": "array"
      -      },
      -      "next_check_after_s": {
      -        "title": "Next Check After S",
      -        "type": "integer"
      -      },
      -      "status": {
      -        "const": "no_new_events",
      -        "title": "Status",
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "status",
      -      "changed",
      -      "count",
      -      "items",
      -      "cursor",
      -      "charged",
      -      "next_check_after_s"
      -    ],
      -    "title": "NoChange",
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "count": {
      +        "maximum": 5,
      +        "minimum": 1,
      +        "title": "Count",
      +        "type": "integer"
      +      },
      +      "cursor": {
      +        "title": "Cursor",
      +        "type": "string"
      +      },
      +      "items": {
      +        "items": {
      +          "properties": {
      +            "buyer_flow": {
      +              "properties": {
      +                "buys_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "integer"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Buys 60S"
      +                },
      +                "inflow_stalled": {
      +                  "anyOf": [
      +                    {
      +                      "type": "boolean"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Inflow Stalled"
      +                },
      +                "net_sol_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Net Sol 60S"
      +                },
      +                "sells_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "integer"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Sells 60S"
      +                },
      +                "unique_buyers_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "integer"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Unique Buyers 60S"
      +                }
      +              },
      +              "required": [
      +                "unique_buyers_60s",
      +                "buys_60s",
      +                "sells_60s",
      +                "net_sol_60s",
      +                "inflow_stalled"
      +              ],
      +              "title": "BuyerFlow",
      +              "type": "object"
      +            },
      +            "concentration": {
      +              "properties": {
      +                "bundle_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Bundle Share"
      +                },
      +                "dev_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Dev Share"
      +                },
      +                "insider_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Insider Share"
      +                },
      +                "top5_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Top5 Share"
      +                }
      +              },
      +              "required": [
      +                "top5_share",
      +                "dev_share",
      +                "bundle_share",
      +                "insider_share"
      +              ],
      +              "title": "Concentration",
      +              "type": "object"
      +            },
      +            "curve": {
      +              "properties": {
      +                "drawdown_from_peak": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Drawdown From Peak"
      +                },
      +                "graduated": {
      +                  "anyOf": [
      +                    {
      +                      "type": "boolean"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Graduated"
      +                },
      +                "peak_rs_sol": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Peak Rs Sol"
      +                },
      +                "rs_sol": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Rs Sol"
      +                }
      +              },
      +              "required": [
      +                "rs_sol",
      +                "peak_rs_sol",
      +                "drawdown_from_peak",
      +                "graduated"
      +              ],
      +              "title": "Curve",
      +              "type": "object"
      +            },
      +            "findings": {
      +              "items": {
      +                "properties": {
      +                  "code": {
      +                    "title": "Code",
      +                    "type": "string"
      +                  },
      +                  "evidence": {
      +                    "additionalProperties": true,
      +                    "title": "Evidence",
      +                    "type": "object"
      +                  },
      +                  "first_seen_at": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "title": "First Seen At"
      +                  }
      +                },
      +                "required": [
      +                  "code",
      +                  "first_seen_at",
      +                  "evidence"
      +                ],
      +                "title": "Finding",
      +                "type": "object"
      +              },
      +              "title": "Findings",
      +              "type": "array"
      +            },
      +            "full_card_url": {
      +              "title": "Full Card Url",
      +              "type": "string"
      +            },
      +            "last_trade_at": {
      +              "anyOf": [
      +                {
      +                  "type": "number"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ],
      +              "title": "Last Trade At"
      +            },
      +            "lifecycle": {
      +              "title": "Lifecycle",
      +              "type": "string"
      +            },
      +            "mint": {
      +              "title": "Mint",
      +              "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"
      +                }
      +              ],
      +              "default": null
      +            },
      +            "risk_label": {
      +              "title": "Risk Label",
      +              "type": "string"
      +            },
      +            "snapshot_slot": {
      +              "anyOf": [
      +                {
      +                  "type": "integer"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ],
      +              "description": "Latest observed slot for this mint, not the slot of every finding.",
      +              "title": "Snapshot Slot"
      +            },
      +            "status": {
      +              "enum": [
      +                "flags_observed",
      +                "no_flags_observed"
      +              ],
      +              "title": "Status",
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "mint",
      +            "status",
      +            "lifecycle",
      +            "risk_label",
      +            "findings",
      +            "snapshot_slot",
      +            "last_trade_at",
      +            "concentration",
      +            "buyer_flow",
      +            "curve",
      +            "full_card_url"
      +          ],
      +          "title": "CheckItem",
      +          "type": "object"
      +        },
      +        "maxItems": 5,
      +        "minItems": 1,
      +        "title": "Items",
      +        "type": "array"
      +      },
      +      "result_id": {
      +        "title": "Result Id",
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "flags_observed",
      +          "no_flags_observed"
      +        ],
      +        "title": "Status",
      +        "type": "string"
      +      },
      +      "watch_events": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "title": "Watch Events",
      +        "type": "array"
      +      }
      +    },
      +    "required": [
      +      "status",
      +      "result_id",
      +      "count",
      +      "items",
      +      "cursor",
      +      "watch_events"
      +    ],
      +    "title": "CheckData",
      +    "type": "object"
      +  },
      +  {
      +    "properties": {
      +      "changed": {
      +        "const": false,
      +        "title": "Changed",
      +        "type": "boolean"
      +      },
      +      "charged": {
      +        "const": false,
      +        "title": "Charged",
      +        "type": "boolean"
      +      },
      +      "count": {
      +        "const": 0,
      +        "title": "Count",
      +        "type": "integer"
      +      },
      +      "cursor": {
      +        "title": "Cursor",
      +        "type": "string"
      +      },
      +      "items": {
      +        "items": {},
      +        "maxItems": 0,
      +        "title": "Items",
      +        "type": "array"
      +      },
      +      "next_check_after_s": {
      +        "title": "Next Check After S",
      +        "type": "integer"
      +      },
      +      "status": {
      +        "const": "no_new_events",
      +        "title": "Status",
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "status",
      +      "changed",
      +      "count",
      +      "items",
      +      "cursor",
      +      "charged",
      +      "next_check_after_s"
      +    ],
      +    "title": "NoChange",
      +    "type": "object"
      +  }
      +]
  7. Changed1 schema field changed
    • changedOutput schema / properties / data / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "count": {
      -        "maximum": 5,
      -        "minimum": 1,
      -        "title": "Count",
      -        "type": "integer"
      -      },
      -      "cursor": {
      -        "title": "Cursor",
      -        "type": "string"
      -      },
      -      "items": {
      -        "items": {
      -          "properties": {
      -            "buyer_flow": {
      -              "properties": {
      -                "buys_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Buys 60S"
      -                },
      -                "inflow_stalled": {
      -                  "anyOf": [
      -                    {
      -                      "type": "boolean"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Inflow Stalled"
      -                },
      -                "net_sol_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Net Sol 60S"
      -                },
      -                "sells_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Sells 60S"
      -                },
      -                "unique_buyers_60s": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Unique Buyers 60S"
      -                }
      -              },
      -              "required": [
      -                "unique_buyers_60s",
      -                "buys_60s",
      -                "sells_60s",
      -                "net_sol_60s",
      -                "inflow_stalled"
      -              ],
      -              "title": "BuyerFlow",
      -              "type": "object"
      -            },
      -            "concentration": {
      -              "properties": {
      -                "bundle_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Bundle Share"
      -                },
      -                "dev_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Dev Share"
      -                },
      -                "insider_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Insider Share"
      -                },
      -                "top5_share": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Top5 Share"
      -                }
      -              },
      -              "required": [
      -                "top5_share",
      -                "dev_share",
      -                "bundle_share",
      -                "insider_share"
      -              ],
      -              "title": "Concentration",
      -              "type": "object"
      -            },
      -            "curve": {
      -              "properties": {
      -                "drawdown_from_peak": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Drawdown From Peak"
      -                },
      -                "graduated": {
      -                  "anyOf": [
      -                    {
      -                      "type": "boolean"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Graduated"
      -                },
      -                "peak_rs_sol": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Peak Rs Sol"
      -                },
      -                "rs_sol": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Rs Sol"
      -                }
      -              },
      -              "required": [
      -                "rs_sol",
      -                "peak_rs_sol",
      -                "drawdown_from_peak",
      -                "graduated"
      -              ],
      -              "title": "Curve",
      -              "type": "object"
      -            },
      -            "findings": {
      -              "items": {
      -                "properties": {
      -                  "code": {
      -                    "title": "Code",
      -                    "type": "string"
      -                  },
      -                  "evidence": {
      -                    "additionalProperties": true,
      -                    "title": "Evidence",
      -                    "type": "object"
      -                  },
      -                  "first_seen_at": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ],
      -                    "title": "First Seen At"
      -                  }
      -                },
      -                "required": [
      -                  "code",
      -                  "first_seen_at",
      -                  "evidence"
      -                ],
      -                "title": "Finding",
      -                "type": "object"
      -              },
      -              "title": "Findings",
      -              "type": "array"
      -            },
      -            "full_card_url": {
      -              "title": "Full Card Url",
      -              "type": "string"
      -            },
      -            "last_trade_at": {
      -              "anyOf": [
      -                {
      -                  "type": "number"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ],
      -              "title": "Last Trade At"
      -            },
      -            "lifecycle": {
      -              "title": "Lifecycle",
      -              "type": "string"
      -            },
      -            "mint": {
      -              "title": "Mint",
      -              "type": "string"
      -            },
      -            "risk_label": {
      -              "title": "Risk Label",
      -              "type": "string"
      -            },
      -            "snapshot_slot": {
      -              "anyOf": [
      -                {
      -                  "type": "integer"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ],
      -              "description": "Latest observed slot for this mint, not the slot of every finding.",
      -              "title": "Snapshot Slot"
      -            },
      -            "status": {
      -              "enum": [
      -                "flags_observed",
      -                "no_flags_observed"
      -              ],
      -              "title": "Status",
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "mint",
      -            "status",
      -            "lifecycle",
      -            "risk_label",
      -            "findings",
      -            "snapshot_slot",
      -            "last_trade_at",
      -            "concentration",
      -            "buyer_flow",
      -            "curve",
      -            "full_card_url"
      -          ],
      -          "title": "CheckItem",
      -          "type": "object"
      -        },
      -        "maxItems": 5,
      -        "minItems": 1,
      -        "title": "Items",
      -        "type": "array"
      -      },
      -      "result_id": {
      -        "title": "Result Id",
      -        "type": "string"
      -      },
      -      "status": {
      -        "enum": [
      -          "flags_observed",
      -          "no_flags_observed"
      -        ],
      -        "title": "Status",
      -        "type": "string"
      -      },
      -      "watch_events": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "title": "Watch Events",
      -        "type": "array"
      -      }
      -    },
      -    "required": [
      -      "status",
      -      "result_id",
      -      "count",
      -      "items",
      -      "cursor",
      -      "watch_events"
      -    ],
      -    "title": "CheckData",
      -    "type": "object"
      -  },
      -  {
      -    "properties": {
      -      "changed": {
      -        "const": false,
      -        "title": "Changed",
      -        "type": "boolean"
      -      },
      -      "charged": {
      -        "const": false,
      -        "title": "Charged",
      -        "type": "boolean"
      -      },
      -      "count": {
      -        "const": 0,
      -        "title": "Count",
      -        "type": "integer"
      -      },
      -      "cursor": {
      -        "title": "Cursor",
      -        "type": "string"
      -      },
      -      "items": {
      -        "items": {},
      -        "maxItems": 0,
      -        "title": "Items",
      -        "type": "array"
      -      },
      -      "next_check_after_s": {
      -        "title": "Next Check After S",
      -        "type": "integer"
      -      },
      -      "status": {
      -        "const": "no_new_events",
      -        "title": "Status",
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "status",
      -      "changed",
      -      "count",
      -      "items",
      -      "cursor",
      -      "charged",
      -      "next_check_after_s"
      -    ],
      -    "title": "NoChange",
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "count": {
      +        "maximum": 5,
      +        "minimum": 1,
      +        "title": "Count",
      +        "type": "integer"
      +      },
      +      "cursor": {
      +        "title": "Cursor",
      +        "type": "string"
      +      },
      +      "items": {
      +        "items": {
      +          "properties": {
      +            "buyer_flow": {
      +              "properties": {
      +                "buys_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "integer"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Buys 60S"
      +                },
      +                "inflow_stalled": {
      +                  "anyOf": [
      +                    {
      +                      "type": "boolean"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Inflow Stalled"
      +                },
      +                "net_sol_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Net Sol 60S"
      +                },
      +                "sells_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "integer"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Sells 60S"
      +                },
      +                "unique_buyers_60s": {
      +                  "anyOf": [
      +                    {
      +                      "type": "integer"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Unique Buyers 60S"
      +                }
      +              },
      +              "required": [
      +                "unique_buyers_60s",
      +                "buys_60s",
      +                "sells_60s",
      +                "net_sol_60s",
      +                "inflow_stalled"
      +              ],
      +              "title": "BuyerFlow",
      +              "type": "object"
      +            },
      +            "concentration": {
      +              "properties": {
      +                "bundle_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Bundle Share"
      +                },
      +                "dev_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Dev Share"
      +                },
      +                "insider_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Insider Share"
      +                },
      +                "top5_share": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Top5 Share"
      +                }
      +              },
      +              "required": [
      +                "top5_share",
      +                "dev_share",
      +                "bundle_share",
      +                "insider_share"
      +              ],
      +              "title": "Concentration",
      +              "type": "object"
      +            },
      +            "curve": {
      +              "properties": {
      +                "drawdown_from_peak": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Drawdown From Peak"
      +                },
      +                "graduated": {
      +                  "anyOf": [
      +                    {
      +                      "type": "boolean"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Graduated"
      +                },
      +                "peak_rs_sol": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Peak Rs Sol"
      +                },
      +                "rs_sol": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ],
      +                  "title": "Rs Sol"
      +                }
      +              },
      +              "required": [
      +                "rs_sol",
      +                "peak_rs_sol",
      +                "drawdown_from_peak",
      +                "graduated"
      +              ],
      +              "title": "Curve",
      +              "type": "object"
      +            },
      +            "findings": {
      +              "items": {
      +                "properties": {
      +                  "code": {
      +                    "title": "Code",
      +                    "type": "string"
      +                  },
      +                  "evidence": {
      +                    "additionalProperties": true,
      +                    "title": "Evidence",
      +                    "type": "object"
      +                  },
      +                  "first_seen_at": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ],
      +                    "title": "First Seen At"
      +                  }
      +                },
      +                "required": [
      +                  "code",
      +                  "first_seen_at",
      +                  "evidence"
      +                ],
      +                "title": "Finding",
      +                "type": "object"
      +              },
      +              "title": "Findings",
      +              "type": "array"
      +            },
      +            "full_card_url": {
      +              "title": "Full Card Url",
      +              "type": "string"
      +            },
      +            "last_trade_at": {
      +              "anyOf": [
      +                {
      +                  "type": "number"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ],
      +              "title": "Last Trade At"
      +            },
      +            "lifecycle": {
      +              "title": "Lifecycle",
      +              "type": "string"
      +            },
      +            "mint": {
      +              "title": "Mint",
      +              "type": "string"
      +            },
      +            "probabilities": {
      +              "anyOf": [
      +                {
      +                  "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"
      +                }
      +              ],
      +              "default": null
      +            },
      +            "risk_label": {
      +              "title": "Risk Label",
      +              "type": "string"
      +            },
      +            "snapshot_slot": {
      +              "anyOf": [
      +                {
      +                  "type": "integer"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ],
      +              "description": "Latest observed slot for this mint, not the slot of every finding.",
      +              "title": "Snapshot Slot"
      +            },
      +            "status": {
      +              "enum": [
      +                "flags_observed",
      +                "no_flags_observed"
      +              ],
      +              "title": "Status",
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "mint",
      +            "status",
      +            "lifecycle",
      +            "risk_label",
      +            "findings",
      +            "snapshot_slot",
      +            "last_trade_at",
      +            "concentration",
      +            "buyer_flow",
      +            "curve",
      +            "full_card_url"
      +          ],
      +          "title": "CheckItem",
      +          "type": "object"
      +        },
      +        "maxItems": 5,
      +        "minItems": 1,
      +        "title": "Items",
      +        "type": "array"
      +      },
      +      "result_id": {
      +        "title": "Result Id",
      +        "type": "string"
      +      },
      +      "status": {
      +        "enum": [
      +          "flags_observed",
      +          "no_flags_observed"
      +        ],
      +        "title": "Status",
      +        "type": "string"
      +      },
      +      "watch_events": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "title": "Watch Events",
      +        "type": "array"
      +      }
      +    },
      +    "required": [
      +      "status",
      +      "result_id",
      +      "count",
      +      "items",
      +      "cursor",
      +      "watch_events"
      +    ],
      +    "title": "CheckData",
      +    "type": "object"
      +  },
      +  {
      +    "properties": {
      +      "changed": {
      +        "const": false,
      +        "title": "Changed",
      +        "type": "boolean"
      +      },
      +      "charged": {
      +        "const": false,
      +        "title": "Charged",
      +        "type": "boolean"
      +      },
      +      "count": {
      +        "const": 0,
      +        "title": "Count",
      +        "type": "integer"
      +      },
      +      "cursor": {
      +        "title": "Cursor",
      +        "type": "string"
      +      },
      +      "items": {
      +        "items": {},
      +        "maxItems": 0,
      +        "title": "Items",
      +        "type": "array"
      +      },
      +      "next_check_after_s": {
      +        "title": "Next Check After S",
      +        "type": "integer"
      +      },
      +      "status": {
      +        "const": "no_new_events",
      +        "title": "Status",
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "status",
      +      "changed",
      +      "count",
      +      "items",
      +      "cursor",
      +      "charged",
      +      "next_check_after_s"
      +    ],
      +    "title": "NoChange",
      +    "type": "object"
      +  }
      +]
  8. Added

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description discloses that results are calibrated odds and never a guarantee, that staleness/unavailability is unpaid, that retries recover the prior result for 10 minutes without a new settlement, and that absence of flags is not safety. It also states required coverage and feed lag constraints.

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

Conciseness4/5

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

The description is long but information-dense, covering pricing, usage, exclusions, data freshness, output items, retries, market fields, and authorities. It is front-loaded with the core usage and exclusions; minor redundancy with the schema keeps it from being a 5.

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?

For a paid, single-mint risk check, the description covers the key operational context an agent needs: when to call it, prerequisites (coverage/lag), failure/pricing behavior, output contents, retry semantics, and limitations. With an output schema present, no return-format explanation 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?

Schema description coverage is 100%, and the description largely restates the schema's mint/cursor semantics rather than adding new parameter-level meaning. Baseline 3 applies because the schema already does the heavy lifting.

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?

Description delivers a specific verb+resource: 'Solana token safety check for one pump.fun mint' and explicitly positions it for immediate pre-swap/holding decisions. It also distinguishes itself from sibling discovery tools by stating it is 'not for finding new mints' and names the alternative feeds.

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 ('right before a swap or while holding one pump.fun memecoin'), when not to use it ('not for finding new mints'), and points to alternatives ('free /v1/radar or the $0.001 delta feed'). The one-mint scope also implies batch tools handle multiple mints.

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