# AgentServices Crypto Arbitrage Data

> AgentServices Crypto Arbitrage Data is a paid API for AI agents from agentservices.to, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns cross-exchange cryptocurrency arbitrage opportunities for specified trading symbols

## Facts

- Endpoint: GET https://agentservices.to/v1/arbitrage
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-crypto-arbitrage-data-126be27f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_if1Fk1IKMkV5VNW0F-I1u

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 agentservices-crypto-arbitrage-data-126be27f
```

Example prompt: Check agentservices.to for current arbitrage opportunities on BTC and ETH — I want to see where there are price gaps worth trading across exchanges.

## When to prefer this

Choose this endpoint when you need real-time cross-exchange arbitrage signals for crypto pairs and want to pay per-call via x402 micropayments on Base without a subscription. Prefer over exchange-native APIs when you need a unified view across multiple exchanges in a single call.

## Known failure modes

- Invalid or unsupported symbol returns an error or empty result
- Payment failure via x402 micropayment returns 402 status
- Rate limiting if called too frequently
- Stale data if market data feed experiences delays
- Missing symbols parameter may return error or default behavior

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

Returns current cross-exchange price discrepancies and arbitrage spread data for the requested cryptocurrency symbols, including exchange names, prices, and potential profit margins.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "symbols": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-crypto-arbitrage-data-126be27f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
