bingx-spot-wallet
Installation
SKILL.md
BingX Spot Wallet
Authenticated endpoints for BingX wallet deposits and withdrawals. All endpoints require HMAC SHA256 signature authentication.
Base URLs: see references/base-urls.md | Authentication: see references/authentication.md
Quick Reference
| Endpoint | Method | Description | Auth | Permission |
|---|---|---|---|---|
/openApi/api/v3/capital/deposit/hisrec |
GET | Query deposit history | Yes | Read |
/openApi/api/v3/capital/withdraw/history |
GET | Query withdrawal history | Yes | Read |
/openApi/wallets/v1/capital/config/getall |
GET | Query coin deposit/withdrawal config (networks, limits, fees) | Yes | Read |
/openApi/wallets/v1/capital/withdraw/apply |
POST | Initiate a withdrawal | Yes | Withdraw |
/openApi/wallets/v1/capital/deposit/address |
GET | Query main account deposit address | Yes | Read |
/openApi/wallets/v1/capital/deposit/riskRecords |
GET | Query deposit risk control records | Yes | Read |