# Palmyr X Accounts List

> Palmyr X Accounts List is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a list of X (Twitter) accounts that the authenticated wallet owns or has shared access to, including full credentials.

## Facts

- Endpoint: GET https://palmyr.ai/x/accounts/mine
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-x-accounts-list-1f20157d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S5oAzpGuJtqqfisxDbn7b

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-x-accounts-list-1f20157d
```

Example prompt: Show me all the X accounts that my wallet owns or has shared access to on Palmyr, including their credentials.

## When to prefer this

Use this endpoint when an AI agent needs to discover which X/Twitter accounts are associated with a particular wallet address and retrieve their credentials for subsequent automation tasks — especially within the Palmyr ecosystem where payment is handled via USDC on Solana or Base.

## Known failure modes

- Wallet not authenticated or not recognized — returns 401 or empty list
- No X accounts linked to the wallet — returns empty array
- Payment not processed correctly — returns 402 Payment Required
- Rate limit exceeded — returns 429
- Palmyr infrastructure unavailable — returns 503

## How this service works

List X accounts your wallet owns or has shared access to (returns full credentials).

## Output

A list of X (Twitter) accounts the authenticated wallet owns or has shared access to, with full credentials for each account (likely including tokens, handles, and access level).

## 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-x-accounts-list-1f20157d/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)
