# Vaunt NVDA Trading Cost on Hyperliquid

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

Returns real-fill execution quality metrics for trading xyz:NVDA on Hyperliquid, including slippage (p50/p90 bps), taker fees, fill rate, time-to-fill, spread, round-trip cost, 1% depth, and funding APR.

## Facts

- Endpoint: GET https://vaunt-dispatch-production.up.railway.app/agent/x402/cost/xyz-NVDA
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vaunt-nvda-trading-cost-on-hyperliquid-cdfe0dd7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zwhc1CHKWqaCbd_yfOe3m

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-nvda-trading-cost-on-hyperliquid-cdfe0dd7
```

Example prompt: What is the true cost of trading NVDA on Hyperliquid right now — I need the real slippage numbers (p50 and p90), taker fee, fill rate, round-trip cost, 1% depth, and funding APR based on Vaunt's actual live fills?

## When to prefer this

Choose this endpoint when you need empirical, real-fill execution cost data for NVDA specifically on Hyperliquid — not theoretical quotes or order book snapshots. It is uniquely valuable for algo traders, quant researchers, and execution systems that need actual slippage, fee, and fill-rate benchmarks from live IOC orders to calibrate trading cost models or compare venue quality.

## Known failure modes

- Instrument not actively traded — fill rate or depth may return zero or null
- Funding APR unavailable if perpetual not listed on Hyperliquid
- Stale data if Vaunt's live engine has not traded NVDA recently
- Payment failure (402) if USDC micropayment not processed correctly
- Service unavailable if Railway deployment is down

## How this service works

True cost of trading xyz:NVDA on Hyperliquid, measured on Vaunt's own IOC taker orders: slippage vs mid (p50/p90 bps), taker fee paid, wall-clock to fill, fill rate, against the venue-class median, plus spread, round-trip cost, depth within 1% and funding APR. Real fills, not quotes.

## Output

A structured data object containing real-fill execution metrics for xyz:NVDA on Hyperliquid: median (p50) and 90th-percentile (p90) slippage in basis points versus mid price, taker fee paid, wall-clock time to fill in milliseconds, fill rate percentage, comparison against venue-class median, bid-ask spread, round-trip cost in bps, order book depth within 1% of mid, and funding APR — all derived from Vaunt's own live IOC taker orders, not simulated quotes.

## 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-nvda-trading-cost-on-hyperliquid-cdfe0dd7/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)
