# AgentServices Stablecoin Flows

> AgentServices Stablecoin 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 recent on-chain stablecoin flow data including transfer volumes, top movers, and cross-chain movements for crypto market intelligence.

## Facts

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

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-stablecoin-flows-aaced29d
```

Example prompt: Pull the latest 20 stablecoin flow records so I can see how capital is moving on-chain right now.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time on-chain stablecoin movement data for trading signals, DeFi research, or capital flow monitoring. It is priced per-call via x402 micropayments making it suitable for agentic workflows that query on demand. Prefer it over manual blockchain explorers or slow batch analytics pipelines when you need quick, structured stablecoin flow data without building your own indexer.

## Known failure modes

- Payment not included or insufficient — returns HTTP 402 requiring x402 micropayment of $0.02 USDC on Base
- Invalid limit parameter type (non-integer) returns a 400 validation error
- No data available for the requested range returns an empty list
- Network or upstream data provider outage returns a 5xx error

## 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 stablecoin flow records from on-chain data, including transfer volumes, directional movements, and related metadata. The number of records returned is controlled by the `limit` parameter.

## 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-stablecoin-flows-aaced29d/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)
