# EVPlus Bias-Optimized Arbitrage Signals

> EVPlus Bias-Optimized Arbitrage Signals is a paid API for AI agents from api.evplus.ai, paid per call via x402, $0.24/call, status unknown (last checked 2026-09-15).

Returns bias-optimized arbitrage positions scored on a bearish-to-bullish scale (0.1=bearish, 0.5=neutral, 0.9=bullish) for trading opportunities

## Facts

- Endpoint: POST https://api.evplus.ai/api/x402/signals/bias-optimized
- Price: $0.24/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-evplus-ai-1419aa47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lsq4EMTPxyYhEp4jD6KXX

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 api-evplus-ai-1419aa47 -d '<json body>'
```

Example prompt: Pull bias-optimized arbitrage signals from EVPlus with a bullish bias of 0.9 — I want to see which positions are best suited for an upward-trending market right now.

## When to prefer this

Choose this endpoint when you need arbitrage positions filtered or ranked by directional market bias (bearish/neutral/bullish), as opposed to raw best-rate funding arbitrage. Prefer this over the sibling funding-rate endpoint when the user has a specific market directional view they want to express in their arbitrage strategy.

## Known failure modes

- Invalid bias value outside 0.0–1.0 range returns a validation error
- No arbitrage opportunities matching the specified bias returns an empty result set
- Payment of 0.24 USDC not processed via x402 results in 402 Payment Required
- Downstream market data unavailable causes 503 or timeout
- Malformed POST body returns 400 Bad Request

## How this service works

Get bias-optimized arbitrage positions (0.1=bearish, 0.5=neutral, 0.9=bullish)

## Output

A list of arbitrage positions optimized for the specified directional bias, including entry/exit levels and a bias score between 0.1 (bearish) and 0.9 (bullish) indicating the market sentiment alignment of each opportunity.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-evplus-ai-1419aa47/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.evplus.ai](https://www.zero.xyz/host/api.evplus.ai/llms.txt)
