# Palmyr - List My Registered X (Twitter) Accounts

> Palmyr - List My Registered X (Twitter) Accounts 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).

Returns all X (Twitter) accounts that the authenticated wallet owns or has been granted shared access to via Palmyr.

## Facts

- Endpoint: GET https://palmyr.ai/social/twitter/registered/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-list-my-registered-x-twitter-accounts-1d222daf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ry2-I0VA2PSRvXKj6TbPw

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-list-my-registered-x-twitter-accounts-1d222daf
```

Example prompt: Show me all the X accounts that are registered to my wallet on Palmyr — I want to see both the ones I own and any that have been shared with me.

## When to prefer this

Use this endpoint when an AI agent needs to discover which X (Twitter) accounts are available for use under a given wallet identity on Palmyr, particularly before taking social actions like posting or engaging. Prefer this over manual account lookup when operating in an autonomous, wallet-authenticated agent context.

## Known failure modes

- Wallet not authenticated — returns 401/403 if the wallet signature or credential is missing or invalid
- No accounts registered — returns an empty list if the wallet has no linked X accounts
- Payment required — returns 402 if the x402 payment header is missing or insufficient (endpoint costs $0.001 USDC)
- Invalid wallet address — returns 400 if the wallet identifier is malformed
- Network or service error — returns 500 if Palmyr infrastructure is unavailable

## How this service works

List registered X accounts your wallet owns or has shared access to.

## Output

A list of X (Twitter) account records associated with the authenticated wallet, including accounts the wallet owns directly and any accounts to which it has been granted shared access. Each entry likely includes the X handle, account identifiers, and access type.

## 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-list-my-registered-x-twitter-accounts-1d222daf/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)
