# Guild Wars 2 Currencies Reference

> Guild Wars 2 Currencies Reference is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the full list of every Guild Wars 2 in-game currency with its name, description, and icon URL.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/gw2-currencies
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/guild-wars-2-currencies-reference-28b6cb2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IqGJcTPrfJ-2DFVtujQi6

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 guild-wars-2-currencies-reference-28b6cb2d -d '<json body>'
```

Example prompt: Can you pull up the full list of every currency in Guild Wars 2, with their descriptions and icons?

## When to prefer this

Use this endpoint when you need a complete, static-ish reference list of all GW2 currencies — ideal for building game companion apps, wallet displays, or enriching player data with human-readable currency metadata. No parameters needed, making it a simple one-call lookup.

## Known failure modes

- Upstream GW2 API unavailable, resulting in 5xx error
- Payment not processed, returning 402 Payment Required
- Stale or cached data if the GW2 currency list has changed recently

## How this service works

Every Guild Wars 2 currency with description and icon; no params. Returns JSON.

## Output

A JSON array of all Guild Wars 2 currencies, each with fields such as currency ID, name, description, and icon URL — no parameters required.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/guild-wars-2-currencies-reference-28b6cb2d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
