# Onvexia Whale Wallet Analytics

> Onvexia Whale Wallet Analytics 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).

Looks up whale wallet details, labelled addresses, and on-chain activity for a given blockchain address using Onvexia's multi-chain analytics database.

## Facts

- Endpoint: GET https://onvexia.com/v1/whales/wallets/%7Baddress%7D
- 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-wallet-analytics-d44d4267
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jT_j_jgIPUmzReaR1BxSg

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-wallet-analytics-d44d4267
```

Example prompt: Can you pull up the whale wallet profile for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 — I want to know if it's a known large holder and see any labels or on-chain history Onvexia has on it?

## When to prefer this

Choose this endpoint when you need to identify whether a specific blockchain wallet address belongs to a known whale, labelled entity, or large holder, especially across multiple chains. It is ideal when you want enriched address metadata backed by Onvexia's proprietary labelling and historical coverage going back to 2008, rather than raw on-chain data from a block explorer.

## Known failure modes

- Invalid or malformed wallet address returns empty data array
- Address not found in Onvexia's database returns empty data with meta only
- Payment of 0.002 USDC not provided results in 402 Payment Required
- Rate limiting may occur under heavy load
- Address on an unsupported chain may return 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

Returns a JSON object with wallet data including address labels, whale classification signals, on-chain history metadata, and associated entity information sourced from Onvexia's multi-chain analytics database. The meta field includes a link to the 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/wallets/{address}"
  }
 }
}
```

## More

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