# HYRE Agent Wallet Positions

> HYRE Agent Wallet Positions is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns current token positions for a Solana wallet with AI-generated concentration analysis and risk breakdown

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/cdp/traders/wallet-positions
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hyre-agent-wallet-positions-5520474c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xvt-DmL7pEqBJphd0NLQl

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 hyre-agent-wallet-positions-5520474c -d '<json body>'
```

Example prompt: Can you pull the current token positions for Solana wallet 7x4...abc and give me an AI breakdown of concentration risk — I want to know if it's dangerously overweight in any single token?

## When to prefer this

Choose this endpoint when you need both raw token position data and an AI-generated risk interpretation for a Solana wallet in a single call. It is preferable to general blockchain explorers when you want concentration scoring and risk labeling layered on top of raw holdings data, rather than just raw balance queries. Best suited for DeFi analysts, copy-trading bots, or portfolio monitoring agents that need to quickly flag over-concentrated wallets.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error
- Wallet with no token holdings returns empty positions array
- On-chain data latency may cause slight staleness in position snapshots
- Rate limiting or payment failure returns 402 if x402 payment is not properly handled
- RPC node outages may cause timeouts for large or complex wallets

## How this service works

HYRE Agent — current token positions for a Solana wallet with AI concentration + risk breakdown.

## Output

A list of current token positions held by the specified Solana wallet, including token identifiers, amounts, and portfolio weightings, accompanied by an AI-generated concentration score and risk breakdown highlighting over-exposure to individual assets or correlated positions.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyre-agent-wallet-positions-5520474c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.hyreagent.fun](https://www.zero.xyz/host/mpp.hyreagent.fun/llms.txt)
