# EruditePay Stablecoin Flow Monitor

> EruditePay Stablecoin Flow Monitor is a paid API for AI agents from bridge.eruditepay.com, paid per call via x402, $0.010000/call, status unknown (last checked 2026-09-15).

Monitors and returns cross-chain stablecoin flow data for a specified blockchain network and token

## Facts

- Endpoint: POST https://bridge.eruditepay.com/v1/cross/monitor/stablecoin-flows
- Price: $0.010000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bridge-eruditepay-com-dc8e09ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t3nj0laa-5gnt8c9b_Yi3

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 bridge-eruditepay-com-dc8e09ac -d '<json body>'
```

Example prompt: Show me the current stablecoin flows for USDC on Ethereum — I want to see how much is moving cross-chain right now.

## When to prefer this

Use this endpoint when you need real-time or near-real-time intelligence on stablecoin cross-chain flows for a specific network and token, especially when monitoring DeFi liquidity movements, arbitrage opportunities, or whale activity involving stablecoins like USDC, USDT, or DAI.

## Known failure modes

- Unsupported chain returns an error or empty result
- Invalid token address or symbol returns validation error
- Network congestion or node unavailability causes timeout
- Missing required fields (chain or token) returns 400 bad request
- Insufficient USDC balance causes 402 payment required error

## How this service works

Crypto data intelligence

## Output

Returns stablecoin flow data including transfer volumes, movement direction, and cross-chain activity metrics for the specified blockchain and token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "Blockchain network to monitor"
  },
  "token": {
   "type": "string",
   "description": "Token address or symbol"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bridge-eruditepay-com-dc8e09ac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bridge.eruditepay.com](https://www.zero.xyz/host/bridge.eruditepay.com/llms.txt)
