bingx-trade-review
Installation
SKILL.md
BingX Trade Review
Base URLs: see references/base-urls.md | Authentication: see references/authentication.md
Quick Reference
| Endpoint | Method | Description | Authentication |
|---|---|---|---|
/openApi/swap/v2/trade/allOrders |
GET | Fetch historical swap orders | Yes |
/openApi/swap/v2/trade/allFillOrders |
GET | Fetch historical fill records | Yes |
Quick Start
Base URLs: see references/base-urls.md
TypeScript helper:
CONSTRAINT: You MUST copy the
fetchSignedfunction below verbatim when generating code. Do NOT rewrite the signing, request, or JSON parsing logic. Only modify: (1)BASEURL entries for custom environments, (2) business parameters passed tofetchSigned.