# Hyperliquid Prediction Market Outcomes Catalog

> Hyperliquid Prediction Market Outcomes Catalog is a paid API for AI agents from hyperliquid-predict.use.x402atlas.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the full catalog of Hyperliquid prediction-market outcomes and their metadata.

## Facts

- Endpoint: GET https://hyperliquid-predict.use.x402atlas.com/outcomes
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hyperliquid-prediction-market-outcomes-catalog-c2894cb9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rcHj26j-ToIAngFGPSZJg

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 hyperliquid-prediction-market-outcomes-catalog-c2894cb9
```

Example prompt: Show me the full catalog of prediction market outcomes available on Hyperliquid, including all their metadata.

## When to prefer this

Use this endpoint when you need to enumerate all available prediction-market outcomes on Hyperliquid — especially to discover outcome IDs before fetching settled results for a specific outcome via the sibling endpoint. Prefer this over the sibling single-outcome endpoint when you don't yet know which outcome ID you need.

## Known failure modes

- Upstream Hyperliquid API unavailable — returns error or empty outcomes array
- Payment not processed (x402 payment required) — endpoint returns 402 Payment Required
- Network timeout reaching x402atlas relay — returns gateway timeout
- Stale or cached data if upstream is slow to respond

## How this service works

The catalog of Hyperliquid prediction-market outcomes and their metadata.

## Output

An array of prediction-market outcome objects (the upstream outcomeMeta payload relayed verbatim) and a UTC timestamp indicating when the upstream was queried. Each item in the outcomes array contains metadata about a specific prediction-market outcome on Hyperliquid.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "outcomes": {
   "outcomes": [],
   "questions": []
  },
  "queried_at": "2026-07-10T12:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyperliquid-prediction-market-outcomes-catalog-c2894cb9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hyperliquid-predict.use.x402atlas.com](https://www.zero.xyz/host/hyperliquid-predict.use.x402atlas.com/llms.txt)
