mirrored listing x402 eip155:8453

Vaunt signal for SUI on Hyperliquid, refreshed every 5 minutes: whether a live real-money

Vaunt signal for SUI on Hyperliquid, refreshed every 5 minutes: whether a live real-money engine is holding it now (60-min delay) and in which cell, that cell's closed record (trades, days, mean, win, t, honesty label), the 24h evidence verdict for a LONG (comparable triggers, class base rate, regime, posture, primary risk) and the last five banded outcomes on SUI. Results, never entry/stop/target.

Do you run vaunt-dispatch-production.up.railway.app? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-10
updated

Provider

vaunt-dispatch-production.up.railway.app · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xf4b1093a9498523e18c484989df5157012abb85f",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "asset": "SUI",
          "dataset": "vaunt.signal",
          "delay_minutes": 60,
          "holding_now": {
            "age_minutes": 95,
            "cell": {
              "asset_class": "crypto",
              "news_verdict": "no_cause_found",
              "recent_outlier": false
            },
            "cell_evidence": {
              "independent_days": 15,
              "mean_return_pct": 1.51,
              "n_trades": 296,
              "t_day": 1.67,
              "verdict": "UNDECIDED (<20 independent days)",
              "win_pct": 67
            },
            "posture_at_entry": "normal",
            "regime_at_entry": "BULL",
            "strategy": "news_bounce",
            "yes": true
          },
          "recent_news_outcomes_on_asset": [
            {
              "exit_class": "rule",
              "hold": "1-4h",
              "opened_day": "2026-09-04",
              "outcome": "win",
              "return_pct_band": 1,
              "strategy": "news_bounce"
            }
          ],
          "support_long_24h": {
            "basis": [
              "130 triggers on 22 days: +0.41% mean, 58% win at 24h; regime BULL aligned"
            ],
            "class_base_rate": {
              "independent_days": 21,
              "mean_24h_pct": 0.8,
              "n": 8723
            },
            "comparables": {
              "independent_days": 22,
              "mean_24h_pct": 0.41,
              "mean_4h_pct": -0.08,
              "n": 130,
              "win_24h_pct": 58
            },
            "regime": {
              "band": "BULL",
              "strength": 0.44
            },
            "state": {
              "dist_200d_pct": 8.2,
              "posture": "normal",
              "recent_outlier": false
            },
            "support": "MODERATE"
          }
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "builder-code": {
    "info": {
      "s": [
        "cdp_sdk_server"
      ]
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "additionalProperties": false,
      "properties": {
        "a": {
          "description": "App builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        },
        "s": {
          "description": "Service builder codes",
          "items": {
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "maxItems": 11,
          "type": "array"
        },
        "w": {
          "description": "Wallet builder code",
          "pattern": "^[a-z0-9_]{1,32}$",
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "eip2612GasSponsoring": {},
  "erc20ApprovalGasSponsoring": {}
}

Use it

curl

curl "https://vaunt-dispatch-production.up.railway.app/agent/x402/signal/SUI"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://vaunt-dispatch-production.up.railway.app/agent/x402/signal/SUI");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://vaunt-dispatch-production.up.railway.app/agent/x402/signal/SUI")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/14532.json, and this resource appears in /discovery/resources and /discovery/search.