# Palmyr Social – File X Account Pool Dispute

> Palmyr Social – File X Account Pool Dispute is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Files a dispute for a pool-bought X (Twitter) account that is dead or suspended, requesting a refund for that purchase.

## Facts

- Endpoint: POST https://palmyr.ai/social/twitter/dispute
- Price: $0.01/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-file-x-account-pool-dispute-524f0b0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GFY7ZhIAGMdrjF5IJPzHW

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-file-x-account-pool-dispute-524f0b0d -d '<json body>'
```

Example prompt: My pool-bought X account I got through Palmyr Social is suspended and completely dead — can you file a dispute so I can get a refund for it?

## When to prefer this

Use this endpoint when you have purchased an X account via Palmyr Social's pool mechanism and the account is suspended, banned, or otherwise non-functional, and you need to formally request a refund. This is specific to pool-bought accounts on Palmyr Social — not for individually registered accounts or general Twitter disputes.

## Known failure modes

- Account not found in caller's wallet pool — returns error if the account is not associated with the requester's wallet
- Dispute already filed — duplicate dispute submissions may be rejected
- Account still active — disputes may be rejected if the account is not verifiably dead or suspended
- Invalid or missing body parameters — returns a validation error
- Insufficient USDC balance for the $0.01 call fee — payment fails and request is not processed

## How this service works

File a dispute for a pool-bought X account (e.g. dead/suspended) to request a refund.

## Output

A confirmation that the dispute has been filed, along with a refund request status or reference identifier indicating the dispute is being processed.

## 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-social-file-x-account-pool-dispute-524f0b0d/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)
