# Onvexia Whale Transactions Feed

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

Returns a live feed of large on-chain transactions (whale movements) across multiple blockchains with labelled addresses and analytics context.

## Facts

- Endpoint: GET https://onvexia.com/v1/whales/transactions/feed
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-whale-transactions-feed-cbb609f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rs2Q0hjJfhvNCtWF4hVZ3

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-transactions-feed-cbb609f1
```

Example prompt: Show me the latest whale transactions across all tracked chains — I want to see who's moving large amounts and whether the addresses are labelled as exchanges or known funds.

## When to prefer this

Choose this endpoint when you need a real-time stream of large on-chain transactions with pre-labelled addresses and multi-chain coverage in a single call. It is particularly valuable over raw blockchain node queries when address labelling (exchange, fund, whale) and cross-chain aggregation are needed without building your own indexer.

## Known failure modes

- Empty data array returned if no whale transactions match the applied filters
- 402 Payment Required if USDC micropayment of $0.002 is not included or fails
- Malformed properties parameter may result in empty or unexpected results
- Rate limiting if the feed is polled too aggressively
- Chain or asset not covered by Onvexia returns no results

## 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

A JSON array of recent large on-chain transactions across tracked blockchains, each entry including transaction details, asset information, chain identifier, involved wallet addresses with labels where available, and associated metadata. The meta field points to the full OpenAPI documentation.

## 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/transactions/feed"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-whale-transactions-feed-cbb609f1/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)
