# VIBE Hyperliquid Exchange Proxy

> VIBE Hyperliquid Exchange Proxy is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-14).

Proxies POST requests to the Hyperliquid /exchange endpoint, enabling on-chain trading actions via USDC micropayment on Base with no API key required.

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/hyperliquid/exchange
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibe-hyperliquid-exchange-proxy-d20d5a2b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8KRItmcyLJcmC3ubOxVWc

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 vibe-hyperliquid-exchange-proxy-d20d5a2b -d '<json body>'
```

Example prompt: Submit this Hyperliquid exchange action for me — place a market buy order for 0.5 ETH-PERP on Hyperliquid using the VIBE proxy so I don't need to set up API keys.

## When to prefer this

Choose this endpoint when you need to execute trading actions on Hyperliquid (place orders, cancel orders, modify positions) and want to avoid setting up API keys or accounts — paying only $0.012 USDC per call via x402 on Base. Prefer this over direct Hyperliquid API integration when building lightweight agent workflows that need pay-per-use access.

## Known failure modes

- Invalid or malformed Hyperliquid request body returns exchange-level error
- Insufficient USDC balance on Base causes x402 payment failure
- Hyperliquid exchange downtime or rate limiting causes upstream errors
- Missing required fields in the body object causes a 400-level error
- Order rejection by Hyperliquid (e.g. insufficient margin, invalid price)

## How this service works

Top Picks: AI-verified smart money tokens every 30 min. 6-dimension scores, one-sentence thesis, smart money flow data. Plus 50+ crypto-data endpoints via x402 USDC on Base. No API keys, no accounts.

## Output

Returns the raw Hyperliquid /exchange API response, which includes order status, fill details, transaction confirmation, or error codes depending on the submitted action body.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "body"
 ],
 "properties": {
  "body": {
   "type": "object",
   "description": "Hyperliquid /exchange request body"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibe-hyperliquid-exchange-proxy-d20d5a2b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.vibe.airforce](https://www.zero.xyz/host/api.vibe.airforce/llms.txt)
