# EVPlus AI Funding Rate Arbitrage Signals

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

Returns the current best funding rate arbitrage opportunities with specific entry and exit price levels for crypto markets

## Facts

- Endpoint: POST https://api.evplus.ai/api/x402/signals/current
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-evplus-ai-e22dc158
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6QOMD2FCdkvThqjY529Z3

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-e22dc158 -d '<json body>'
```

Example prompt: What are the best funding rate arbitrage opportunities available right now, including the entry and exit levels I should use?

## When to prefer this

Use this endpoint when you need real-time, actionable funding rate arbitrage signals with specific entry and exit levels rather than raw market data. Prefer this over general market data APIs when you want pre-computed, ranked arb opportunities rather than having to calculate funding rate differentials yourself. Best for automated trading agents that need ready-to-act signal data.

## Known failure modes

- Payment failure (insufficient USDC balance or x402 payment not processed) — returns payment required error
- No current arbitrage opportunities available — may return empty list or null signals
- Authentication or API key issues — returns unauthorized error
- Service temporarily unavailable or data feed delay — returns 5xx error

## How this service works

Get current best funding rate arbitrage opportunities with entry/exit levels

## Output

A structured list of the current highest-opportunity funding rate arbitrage trades, each with specific entry price levels, exit price levels, and relevant metadata about expected value or profitability of the arb.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-evplus-ai-e22dc158/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)
