# StableJack Top Asset Positions

> StableJack Top Asset Positions is a paid API for AI agents from ai.stable-jack.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves the top asset positions data for crypto/DeFi assets via StableJack's agent-ready research API.

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/top_asset_positions
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablejack-top-asset-positions-4661bab7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xQL-P0LAoYMhIIQ8HGk3n

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 stablejack-top-asset-positions-4661bab7 -d '<json body>'
```

Example prompt: Pull up the top asset positions from StableJack's research API so I can see which crypto assets have the largest market exposure right now.

## When to prefer this

Choose this endpoint when you need a ranked, aggregated view of the largest asset positions in the crypto or DeFi market. It is particularly useful before making trading decisions, conducting market research, or benchmarking portfolio concentration. Prefer this over general market data endpoints when position-level insight (who is holding what, and how much) is more relevant than price or volume alone.

## Known failure modes

- Missing or invalid API authentication returns an authorization error
- Malformed request body or missing required parameters returns a 400 bad request
- Insufficient USDC balance for x402 payment results in payment failure
- Data temporarily unavailable from upstream sources may return a 503 or empty result set
- Rate limiting may occur under high request volumes

## How this service works

Retrieve top asset positions through StableJack's agent-ready research API.

## Output

Returns a ranked list of top asset positions, including asset identifiers, position sizes, and relevant market exposure metrics, structured for agent consumption.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "coin": {
   "type": "string"
  },
  "limit": {
   "type": "integer"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-top-asset-positions-4661bab7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ai.stable-jack.com](https://www.zero.xyz/host/ai.stable-jack.com/llms.txt)
