# HYRE Agent Solana Token OHLCV & Trader Activity

> HYRE Agent Solana Token OHLCV & Trader Activity is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns OHLCV price data, trading volume, and unique trader counts for a Solana token, enhanced with an AI-generated momentum signal.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/cdp/traders/token-ohlcv
- Price: $0.02/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-solana-token-ohlcv-trader-activity-b8b8b444
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_44Ub4sjOMLbqQiwlrhQFo

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-solana-token-ohlcv-trader-activity-b8b8b444 -d '<json body>'
```

Example prompt: Pull the OHLCV data, trading volume, and unique trader count for Solana token address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and give me the AI momentum signal — is it bullish or bearish right now?

## When to prefer this

Choose this endpoint when you need both raw OHLCV market data and an AI-interpreted momentum signal for a Solana token in a single call. It is especially useful for trading agents that need to combine price action data with unique trader metrics to assess whether a token is gaining or losing momentum, without having to aggregate multiple data sources manually.

## Known failure modes

- Invalid or unrecognized Solana token address returns an error or empty dataset
- Token with insufficient trading history returns incomplete OHLCV data
- Network timeout or Solana RPC latency causes delayed or failed response
- Payment of $0.02 USDC not fulfilled via x402 protocol results in 402 response
- Unsupported time interval parameter causes a validation error

## How this service works

HYRE Agent — Solana token OHLCV + volume + unique trader activity with AI momentum signal.

## Output

Returns candlestick OHLCV data (open, high, low, close, volume) for the specified Solana token across requested intervals, along with unique trader counts and an AI-generated momentum signal (e.g. bullish/bearish/neutral) interpreting price action and volume trends.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyre-agent-solana-token-ohlcv-trader-activity-b8b8b444/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)
