Node.js & Typescript BingX (Cryptocurrency Exchange) API
This library is a lightweight, easy, simple and clean connector to the BingX Cryptocurrency Exchange API.
Right now I'm focus on Spot APIs, I will try to complete other APIs later
Installation
npm install bingx-trading-api
Documentation
Init client
const client = new Spot(API_KEY, API_SECRET);
Make requests
const spotTradingSymbol = await client.spotTradingSymbols({ symbol });
const queryAssets = await client.queryAssets();
const symbolPriceTicker = await client.symbolPriceTicker({ symbol });
...
Support
For support my efforts, please register with my referral links:
Or buy me a coffee
BTC (BEP20): 0x613c399b33c33c0445dc802592580695a4d41134
ETH (ERC20): 0x613c399b33c33c0445dc802592580695a4d41134
ETH (BEP20): 0x613c399b33c33c0445dc802592580695a4d41134
USDT (TRC20): TLtBXUHcUYSJg4pftQbbJ2ZuvM22C1p8nG
USDT (BEP20): 0x613c399b33c33c0445dc802592580695a4d41134
Thank you so much for all the support
Features
The list BingX supported APIs. I am implementing the ones I am using first, then the others later. Contact me at mnguyen2606@gmail.com if you need any specific APIs, and I will prioritize it. Thank you.
- <input checked="" disabled="" type="checkbox"> Spot Trading
- <input checked="" disabled="" type="checkbox"> Market
- <input checked="" disabled="" type="checkbox">
- Spot Trading Symbols
- <input checked="" disabled="" type="checkbox">
- Recent Trades List
- <input checked="" disabled="" type="checkbox">
- Order Book
- <input checked="" disabled="" type="checkbox">
- Kline/Candlestick Data
- <input checked="" disabled="" type="checkbox">
- 24hr Ticker Price Change Statistics
- <input checked="" disabled="" type="checkbox">
- Order Book Aggregation
- <input checked="" disabled="" type="checkbox">
- Symbol Price Ticker
- <input checked="" disabled="" type="checkbox">
- Symbol Order Book Ticker
- <input checked="" disabled="" type="checkbox">
- Historical K-line
- <input checked="" disabled="" type="checkbox">
- Old Trade Lookup
- <input checked="" disabled="" type="checkbox">
- <input checked="" disabled="" type="checkbox"> Fund Acount
- <input checked="" disabled="" type="checkbox">
- Query Assets
- <input checked="" disabled="" type="checkbox">
- Asset transfer records
- <input checked="" disabled="" type="checkbox">
- <input checked="" disabled="" type="checkbox"> Trade
- <input checked="" disabled="" type="checkbox">
- Place Order
- <input checked="" disabled="" type="checkbox">
- Cancel Order
- <input checked="" disabled="" type="checkbox">
- Cancel all Open Orders on a Symbol
- <input checked="" disabled="" type="checkbox">
- Query Order Details
- <input checked="" disabled="" type="checkbox">
- Current Open Orders
- <input checked="" disabled="" type="checkbox">
- Query Order History
- <input checked="" disabled="" type="checkbox">
- Query Trading Commission Rate
- <input checked="" disabled="" type="checkbox">
- <input checked="" disabled="" type="checkbox"> Market