# Magnum.ai Twitter All-in-One API

> Magnum.ai Twitter All-in-One API is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-13).

Provides comprehensive Twitter/X data access and operations through a single pay-per-call endpoint on Base chain.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/twitter-aio
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-twitter-all-in-one-api-b5e19100
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vIDVHqdaBoVSHRFsbyBlu

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-twitter-all-in-one-api-b5e19100 -d '<json body>'
```

Example prompt: Pull all the recent tweets and profile info for @elonmusk from Twitter — I want engagement stats, follower count, and the last 10 posts.

## When to prefer this

Use this endpoint when you need a broad, all-in-one Twitter/X data retrieval capability without managing separate endpoints for profiles, timelines, and search — especially useful for agents that need social data quickly via micropayment on Base chain without OAuth setup.

## Known failure modes

- Invalid or suspended Twitter username returns empty or error result
- Payment of $0.06 USDC on Base chain fails due to insufficient wallet balance
- Rate limiting or Twitter API unavailability causes timeout or partial response
- Malformed input object causes API to return generic error
- Private or protected accounts may return limited or no data

## 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 Twitter data such as tweets, user profile details, engagement metrics, or search results depending on the query parameters provided.

## 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-twitter-all-in-one-api-b5e19100/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)
