# Magnum.ai Seeking Alpha API

> Magnum.ai Seeking Alpha API is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Proxies Seeking Alpha financial data and analysis via a pay-per-call API endpoint on the Base blockchain using x402 micropayments.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/seeking-alpha
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-seeking-alpha-api-5907078c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7m_4Us9wR1epYoVb7LLvy

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 magnum-ai-seeking-alpha-api-5907078c -d '<json body>'
```

Example prompt: Pull the latest Seeking Alpha analysis and ratings data for AAPL so I can see what analysts are saying about it right now.

## When to prefer this

Use this endpoint when you need Seeking Alpha-sourced financial analysis, stock ratings, or investment insights via a micropayment API without a traditional subscription, especially when operating in a crypto-native or x402-enabled agent workflow on Base chain.

## Known failure modes

- Payment failure on Base chain resulting in 402 response
- Invalid or missing request parameters returning an error
- Seeking Alpha upstream API unavailability
- Rate limiting or quota exceeded
- Malformed result object in response
- Network timeout from Vercel proxy layer

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing Seeking Alpha financial data, stock analysis, ratings, or market insights for the queried subject, wrapped in a standard API response envelope.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/magnum-ai-seeking-alpha-api-5907078c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
