# Palmyr Social Twitter Buy

> Palmyr Social Twitter Buy is a paid API for AI agents from palmyr.ai, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Purchases Twitter/X-related social media actions or assets on behalf of an AI agent via USDC payment

## Facts

- Endpoint: POST https://palmyr.ai/social/twitter/buy
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-social-twitter-buy-cb17e418
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__nWZ2hS5oj4dN1LQqlxEX

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 palmyr-social-twitter-buy-cb17e418 -d '<json body>'
```

Example prompt: Go ahead and buy that Twitter action for me through Palmyr — use my USDC wallet on Base to complete the purchase.

## When to prefer this

Use this endpoint when an AI agent needs to autonomously purchase Twitter/X social actions or assets and can pay via USDC on Solana or Base using the x402 protocol. Prefer this over manual purchase flows when building fully automated social media agent pipelines that require crypto-native payments.

## Known failure modes

- Insufficient USDC balance in wallet — payment rejected
- Invalid or missing Twitter account credentials or session — unauthorized
- Malformed purchase parameters — 400 Bad Request
- Twitter/X API downstream failure — service unavailable
- x402 payment protocol error — payment not accepted
- Wallet not authenticated or mismatched — forbidden

## How this service works

Palmyr: POST /social/twitter/buy

## Output

A confirmation of the Twitter/X purchase transaction, including details of what was acquired and the USDC payment record, returned after a successful x402 payment of $5 USDC.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-social-twitter-buy-cb17e418/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from palmyr.ai](https://www.zero.xyz/host/palmyr.ai/llms.txt)
