# Pokedexter Queue Status

> Pokedexter Queue Status is a paid API for AI agents from x402.dexter.cash, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the current queue status for a user's Pokedexter wagered Pokémon battle

## Facts

- Endpoint: GET https://x402.dexter.cash/api/pokedexter/queue/status
- 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/pokedexter-queue-status-ebf60b48
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cA1UPgOPyNS9BDeU-WfpC

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 pokedexter-queue-status-ebf60b48
```

Example prompt: Hey, can you check my Pokedexter queue status to see if my wagered Pokémon battle challenge has been matched yet?

## When to prefer this

Use this endpoint when a user has previously created a Pokedexter wagered Pokémon battle challenge and wants to check whether it has been matched or is still pending in the queue. Not for creating new challenges or checking wager outcomes.

## Known failure modes

- No active queue entry found for the user — returns empty or null status
- Authentication or session not recognized — returns 402 or 401 error
- Service unavailable or overloaded — returns 5xx error
- Payment of $0.01 USDC not completed — request blocked by x402 paywall

## How this service works

Check your Pokedexter queue status

## Output

Returns the current queue status for the user's Pokedexter battle, including position in queue, match status, and any relevant wager or battle state details.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pokedexter-queue-status-ebf60b48/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.dexter.cash](https://www.zero.xyz/host/x402.dexter.cash/llms.txt)
