# Vaunt SUI Signal on Hyperliquid

> Vaunt SUI Signal on Hyperliquid is a paid API for AI agents from vaunt-dispatch-production.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a refreshed trading signal for SUI on Hyperliquid, including live engine positioning, cell performance record, 24h LONG evidence verdict, and last five banded outcomes — no entry/stop/target, results only.

## Facts

- Endpoint: GET https://vaunt-dispatch-production.up.railway.app/agent/x402/signal/SUI
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vaunt-sui-signal-on-hyperliquid-d851bfdc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lgUpVv3b4wPeRMx3rOFZ_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability vaunt-sui-signal-on-hyperliquid-d851bfdc
```

Example prompt: Pull the latest Vaunt signal for SUI on Hyperliquid — I want to see whether their live engine is currently holding it, what cell it's in, the cell's win rate and honesty label, the 24-hour LONG evidence verdict, and the last five banded outcomes.

## When to prefer this

Choose this endpoint when you need a structured, evidence-based signal assessment for SUI specifically on Hyperliquid, backed by a live real-money engine's actual positioning. It is ideal for agents that want quantified trade-cell statistics (win rate, t-stat, honesty label) and a 24h regime/posture verdict rather than raw price data or generic sentiment. Prefer it over generic crypto sentiment APIs when you need verifiable, engine-backed signal context with historical banded outcome tracking.

## Known failure modes

- Signal data not yet refreshed — response may reflect stale data up to 5 minutes old
- 60-minute delay on live engine positioning may cause apparent lag vs real-time market state
- HTTP 402 Payment Required if x402 USDC payment of $0.01 is not included
- Service unavailable if Railway deployment is down
- Empty or null cell record if SUI has insufficient closed trade history

## How this service works

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.

## Output

Returns a JSON payload containing: whether Vaunt's live real-money engine is currently holding SUI (with 60-min delay) and which cell it occupies; that cell's closed performance record (number of trades, days active, mean return, win rate, t-statistic, and honesty label); a 24-hour evidence verdict for a LONG position (comparable trigger count, class base rate, current regime, posture, and primary risk factor); and the last five banded outcomes for SUI. No entry prices, stop levels, or targets are included.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vaunt-sui-signal-on-hyperliquid-d851bfdc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vaunt-dispatch-production.up.railway.app](https://www.zero.xyz/host/vaunt-dispatch-production.up.railway.app/llms.txt)
