Vaunt's open real-money news positions on Hyperliquid (15-min delay), each tagged with its
Vaunt's open real-money news positions on Hyperliquid (15-min delay), each tagged with its cell — strategy, asset class, news-verdict flag, recent-outlier flag — and that cell's closed live record: trades, independent days, mean per trade, win rate, t across days, MFE/MAE, plus an honesty label (VALIDATED / UNDECIDED / NOT SIGNIFICANT). Ranked by cell t. Evidence, not rules: no entry, stop, target, size or thresholds.
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": {
"cells": [
{
"asset_class": "equity",
"avg_mae_pct": -1.7,
"avg_mfe_pct": 4.4,
"independent_days": 10,
"mean_return_pct": 1.46,
"n_trades": 34,
"news_verdict": "no_cause_found",
"recent_outlier": false,
"strategy": "news_bounce",
"t_day": 1.8,
"verdict": "UNDECIDED (<20 independent days)",
"win_pct": 74
}
],
"dataset": "vaunt.opportunities.ranked",
"delay_minutes": 15,
"lanes": {
"news_bounce": {
"independent_days": 18,
"mean_return_pct": 1.45,
"n_trades": 393,
"t_day": 1.9,
"win_pct": 65
}
},
"opportunities": [
{
"age_minutes": 1130,
"asset": "xyz:CRWV",
"cell": {
"asset_class": "equity",
"news_verdict": "no_cause_found",
"recent_outlier": false
},
"cell_evidence": {
"independent_days": 10,
"mean_return_pct": 1.46,
"n_trades": 34,
"t_day": 1.8,
"verdict": "UNDECIDED (<20 independent days)",
"win_pct": 74
},
"direction": "LONG",
"id": "VNT-3F9A2C",
"origin": "hyperliquid",
"posture_at_entry": "normal",
"rank": 1,
"regime_at_entry": "BULL",
"strategy": "news_bounce",
"trust": "live_position"
}
]
},
"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/opportunities-ranked" # -> 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/opportunities-ranked");
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/opportunities-ranked")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/14538.json, and this resource appears in /discovery/resources and /discovery/search.