# Vaunt Trading Cost — xyz:TSLA on Hyperliquid

> Vaunt Trading Cost — xyz:TSLA 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 cost metrics for trading xyz:TSLA (tokenized Tesla) on Hyperliquid, including slippage vs mid (p50/p90 bps), taker fee, time-to-fill, fill rate, spread, round-trip cost, 1% depth, and funding APR.

## Facts

- Endpoint: GET https://vaunt-dispatch-production.up.railway.app/agent/x402/cost/xyz-TSLA
- 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-trading-cost-xyz-tsla-on-hyperliquid-996554be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ufabq5D-z_cV35Xj6sxOv

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-trading-cost-xyz-tsla-on-hyperliquid-996554be
```

Example prompt: What are the real execution costs for trading xyz:TSLA on Hyperliquid right now — give me slippage at p50 and p90, the taker fee, how long fills are taking, fill rate, spread, round-trip cost, depth within 1%, and the funding APR?

## When to prefer this

Use this endpoint when you need empirical, real-fill execution cost data for xyz:TSLA on Hyperliquid rather than theoretical quotes or order book snapshots. It is the right choice for pre-trade cost analysis, liquidity screening, or comparing actual slippage against venue medians for tokenized Tesla specifically.

## Known failure modes

- Market data unavailable if Hyperliquid is experiencing downtime
- Stale metrics if Vaunt's own order engine has not recently traded xyz:TSLA
- Payment failure if x402 micropayment of $0.001 USDC is not successfully authorized
- 404 or routing error if the asset symbol changes or is delisted

## How this service works

True cost of trading xyz:TSLA 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 snapshot of true execution cost for xyz:TSLA on Hyperliquid, derived from Vaunt's own IOC taker orders: p50 and p90 slippage in basis points versus mid, taker fee paid, wall-clock time to fill, fill rate, comparison to venue-class median, bid-ask spread, round-trip cost in bps, order book depth within 1%, and funding APR.

## 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-trading-cost-xyz-tsla-on-hyperliquid-996554be/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)
