---
name: wallex-developer-center
description: Use this skill to answer questions about the Wallex Partner API from the agent-readable Wallex Developer Center documentation.
---

# Wallex Developer Center Skill

Use this skill when a user asks about Wallex Partner API authentication, users, balances, funding, collections, payments, conversions, webhooks, or related API workflows.

## Source Order

1. Start with `https://docs.wallex.asia/llms.txt`.
2. Prefer the linked `.md` pages for retrieval and citation.
3. Use `https://docs.wallex.asia/docs/intro.md` for general authentication, headers, and rate-limit guidance.
4. Use endpoint-specific pages under `https://docs.wallex.asia/docs/api/` for request fields, required fields, parameters, responses, and status codes.

## Working Rules

- Treat generated `.md` pages as the agent-readable source of truth.
- Prefer request and response schemas from the endpoint page over prose summaries.
- When a page lists `Required fields`, include those fields exactly in implementation guidance.
- Do not invent API credentials, account IDs, user IDs, tokens, webhook secrets, or sandbox data.
- Do not expose or ask users to paste secrets unless absolutely necessary; use placeholders for examples.
- If information is missing or ambiguous, say what is missing and point to the closest relevant docs page.
- Stablecoin and off-ramp docs are intentionally excluded from this agent-readable bundle.

## Common Entry Points

- Authentication: `https://docs.wallex.asia/docs/api/authentication/authenticate.md`
- Balances: `https://docs.wallex.asia/docs/api/balances/balances-listing.md`
- Collections: `https://docs.wallex.asia/docs/api/collections/collections-listing.md`
- Collection requests: `https://docs.wallex.asia/docs/api/collections-request/collections-request-listing.md`
- Payments: `https://docs.wallex.asia/docs/api/payments/payments-listing.md`
- Conversions: `https://docs.wallex.asia/docs/api/conversions/conversions-listing.md`
- Users: `https://docs.wallex.asia/docs/api/users/users-listing.md`
- Webhooks: `https://docs.wallex.asia/docs/api/webhooks/webhook-retrieve.md`

## Answer Style

When answering API questions, include:

- The endpoint and HTTP method when relevant.
- Required headers and required request fields.
- Important response fields or status codes.
- A short example only when the docs provide enough schema detail to make it accurate.
