# AgentServices Exchange Flows

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

Returns cryptocurrency exchange flow data (inflows/outflows) for market analysis and on-chain intelligence

## Facts

- Endpoint: GET https://agentservices.to/v1/exchange-flows
- 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/agentservices-exchange-flows-7aa8c2a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o1GflV5TuBJ8VHOQNN6WX

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-exchange-flows-7aa8c2a1
```

Example prompt: Pull the latest 20 crypto exchange flow records so I can see whether funds are flowing into or out of exchanges right now.

## When to prefer this

Choose this endpoint when you need real-time or recent on-chain exchange flow data for crypto market analysis, particularly when building trading signals, market reports, or monitoring capital movement between self-custody and centralized exchanges. It is well-suited for AI agents that pay per query via x402 micropayments on Base and need lightweight, pay-as-you-go access without a subscription.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required
- Invalid limit parameter type — returns 400 Bad Request
- Upstream data provider unavailable — returns 503 or empty data
- Limit value exceeds allowed maximum — may return error or be clamped

## 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 a list of exchange flow records up to the requested limit, including data on cryptocurrency inflows, outflows, and net flow metrics across exchanges, paid per call via x402 micropayment at $0.02 USDC.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-exchange-flows-7aa8c2a1/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)
