# Oddify Smart Money Alert

> Oddify Smart Money Alert is a paid API for AI agents from api.oddify.xyz, paid per call via x402, $0.0001/call, status unknown (last checked 2026-09-15).

Retrieves the latest smart money transactions on Polymarket prediction markets

## Facts

- Endpoint: POST https://api.oddify.xyz/api/v1/alpha/smart-money/alert
- Price: $0.0001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oddify-smart-money-alert-a56c24e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qgQ81RXkyx2AO60-86cRP

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 oddify-smart-money-alert-a56c24e0 -d '<json body>'
```

Example prompt: What are the latest smart money transactions happening on Polymarket right now?

## When to prefer this

Use this endpoint when you need real-time intelligence on large or sophisticated ('smart money') trader activity on Polymarket prediction markets, particularly for alpha-seeking agents or trading bots that want to follow whale signals. Prefer this over general market data endpoints when the goal is to detect notable trader moves rather than browse market listings.

## Known failure modes

- Payment not received or insufficient USDC balance — payment required error
- No recent smart money alerts available — empty or null response
- API key or x402 payment header malformed — authentication error
- Rate limit exceeded — too many requests in short window
- Polymarket data feed unavailable — upstream service error

## How this service works

Get latest smart money transaction

## Output

Returns the most recent smart money transaction alert from Polymarket, including details such as wallet address, market involved, trade direction, amount, and timestamp — surfacing notable large or sophisticated trader activity.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oddify-smart-money-alert-a56c24e0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.oddify.xyz](https://www.zero.xyz/host/api.oddify.xyz/llms.txt)
