# Palmyr Pool-Bought X Accounts Listing

> Palmyr Pool-Bought X Accounts Listing is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Lists all pool-bought X (Twitter) accounts that the authenticated wallet owns or has shared access to via Palmyr's social account pool.

## Facts

- Endpoint: GET https://palmyr.ai/social/twitter/pool/mine
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-pool-bought-x-accounts-listing-7d3de1de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-7U3MgNcgaPjGqhw75Eh_

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-pool-bought-x-accounts-listing-7d3de1de
```

Example prompt: Show me all the X accounts my wallet owns or has shared access to through the Palmyr social pool — I want to know which Twitter handles my agent can post from.

## When to prefer this

Use this endpoint when an AI agent needs to discover which X (Twitter) accounts it can operate on behalf of a given wallet, particularly when accounts were acquired through Palmyr's pool-buying mechanism rather than individually registered. Prefer this over manual account lookup when the agent needs to enumerate available social identities before posting, replying, or managing X activity.

## Known failure modes

- Wallet not authenticated or invalid credentials — returns 401 unauthorized
- Wallet has no pool-bought accounts — returns empty list
- Payment not processed correctly via x402 — returns 402 payment required
- Rate limit exceeded — returns 429 too many requests
- Palmyr service unavailable — returns 503

## How this service works

List pool-bought X accounts your wallet owns or has shared access to.

## Output

A list of X (Twitter) accounts that the calling wallet owns outright or has shared access to via the Palmyr pool, including account identifiers and access type (owned vs shared).

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-pool-bought-x-accounts-listing-7d3de1de/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)
