# Palmyr Twitter List My Tweets

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

Retrieves a list of recent tweets from an X (Twitter) account that the caller controls.

## Facts

- Endpoint: POST https://palmyr.ai/social/twitter/list-my-tweets
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-twitter-list-my-tweets-0be289f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__YibaoXVI-MXYagDazJg0

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-twitter-list-my-tweets-0be289f6 -d '<json body>'
```

Example prompt: Show me the most recent tweets from my X account so I can review what I've posted lately.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically retrieve recent tweets from a controlled X account, particularly in agentic workflows that involve reviewing, auditing, or acting on past tweet content. Prefer this over manual browsing or scraping when automated, paid, permissioned access is acceptable and the agent controls the X account.

## Known failure modes

- Invalid or expired X account credentials result in authentication error
- Account not found or access revoked returns 401/403 error
- X API rate limit exceeded returns rate limit error
- Payment of $0.005 USDC not fulfilled results in 402 Payment Required
- Network timeout or X API downtime returns service unavailable error

## How this service works

List recent tweets from an X account you control.

## Output

Returns a list of recent tweets from the authenticated X account, including tweet text, IDs, and timestamps for each post.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-twitter-list-my-tweets-0be289f6/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)
