# Magnum.ai Twitter API45 Endpoint

> Magnum.ai Twitter API45 Endpoint is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-14).

Provides pay-per-call access to Twitter/X data via the API45 proxy, billed at $0.14 USDC per call on Base chain.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/twitter-api45
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-twitter-api45-endpoint-6b943c84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TErWqOcJ-SeBaJCXySUOZ

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-api45-endpoint-6b943c84 -d '<json body>'
```

Example prompt: Can you pull the latest Twitter data for the user @elonmusk using the Magnum.ai Twitter API45 endpoint — I need their recent tweets and profile info.

## When to prefer this

Choose this endpoint when you need programmatic Twitter/X data access without managing your own Twitter API credentials, and you want pay-per-call micropayment billing via USDC on Base chain rather than a subscription model.

## Known failure modes

- Payment failure or insufficient USDC balance on Base chain returns 402 Payment Required
- Invalid or missing Twitter query parameters returns an error in the result object
- Twitter API45 upstream rate limiting or downtime causes failed responses
- Malformed request body returns a 400-level error
- Twitter account not found or suspended returns empty or error result

## How this service works

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

## Output

Returns a JSON object with a 'result' field containing the Twitter API45 response data, which may include tweet content, user profile information, timelines, or other Twitter data depending on the query parameters sent.

## 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-api45-endpoint-6b943c84/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)
