# Onvexia Whale Exchange Flows Summary

> Onvexia Whale Exchange Flows Summary is a paid API for AI agents from onvexia.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-19).

Returns a summary of large-holder (whale) exchange inflow and outflow data across tracked blockchain assets and chains.

## Facts

- Endpoint: GET https://onvexia.com/v1/whales/exchange-flows/summary
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-whale-exchange-flows-summary-2c7b1296
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0DJXUSuRMnJHNazxVtM6t

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 onvexia-whale-exchange-flows-summary-2c7b1296
```

Example prompt: Pull me the whale exchange flow summary from Onvexia — I want to see whether large holders are net depositing or withdrawing across major chains right now so I can gauge selling pressure.

## When to prefer this

Choose this endpoint when you need aggregated whale-level exchange flow intelligence — specifically net inflows and outflows from large holders — rather than raw transaction data or individual address lookups. It is best suited for macro sentiment analysis, detecting institutional accumulation or distribution patterns, and informing trading decisions based on on-chain behavior. Prefer Onvexia's summary endpoint over generic block explorers when you need pre-processed, labelled whale activity fused across multiple chains in a single call.

## Known failure modes

- Empty data array returned if no whale flow data is available for the requested asset or chain
- Invalid or missing properties parameter may result in an empty or generic response
- Payment not processed (402) if x402 payment header is missing or USDC balance is insufficient
- Rate limiting or authentication errors if API key is invalid
- Stale or incomplete data if the specific chain or asset has limited coverage

## How this service works

Thousands of assets across ten chains, half a million analysed documents, labelled addresses and supply-age history reaching back to 2008 — fused into one reading per asset. REST, SQL, GraphQL and MCP.

## Output

Returns a JSON object with a data array containing summarized whale exchange flow metrics (likely including net flow, inflow volume, outflow volume, and asset/chain identifiers) and a meta object with documentation links and the endpoint path. Actual data fields depend on the asset and time range queried.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [],
  "meta": {
   "docs": "https://onvexia.com/openapi.json",
   "endpoint": "/v1/whales/exchange-flows/summary"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-whale-exchange-flows-summary-2c7b1296/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onvexia.com](https://www.zero.xyz/host/onvexia.com/llms.txt)
