Vaunt preview: STRONG/MODERATE/WEAK/AGAINST/UNKNOWN for a proposed trade (asset + LONG/SHO
Vaunt preview: STRONG/MODERATE/WEAK/AGAINST/UNKNOWN for a proposed trade (asset + LONG/SHORT) with the one-line basis, current regime band and whether Vaunt holds it now — from a live real-money Hyperliquid engine. The label only; the comparables, base rate and trade history are on the evaluate and evidence routes.
1000 (raw units)
price
3
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": "1000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"asset": "SOL",
"direction": "LONG",
"horizon_h": 4
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"asset": "SOL",
"basis": [
"130 comparable triggers averaged -0.08% at 4h"
],
"direction": "LONG",
"horizon_h": 4,
"primary_risk": null,
"regime": {
"band": "BULL"
},
"support": "AGAINST",
"upgrade": "/agent/x402/evaluate ($0.05) adds the comparables, base rate, MFE/MAE and our closed trades; /agent/x402/evidence ($0.25) adds the asset's trade-by-trade history, execution cost and liquidity",
"vaunt_holding_now": false
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"asset": {
"description": "Ticker as listed on Hyperliquid, e.g. SOL, HYPE, BTC, or xyz:NVDA for tokenized equities",
"type": "string"
},
"direction": {
"enum": [
"LONG",
"SHORT"
],
"type": "string"
},
"horizon_h": {
"default": 4,
"description": "Evaluation horizon in hours",
"enum": [
4,
24
],
"type": "integer"
}
},
"required": [
"asset",
"direction"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"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/preview" # -> 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/preview");
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/preview")
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/14512.json, and this resource appears in /discovery/resources and /discovery/search.