Market Data (Spot)

Spot trading symbols

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/spot/market-api.html#Spot+trading+symbolsarrow-up-right

Function Name:

getTradingSymbolsSpot()

Usage:

import { createExchange } from "./exchanges/exchange.js";

   let myBingxExchange  = createExchange({
      exchange: "bingx",
      authenticate: "false",
      label: "bingx"
  });

async function getTradingSymbolsSpot(exchange, options) {
    try {
        let result = await exchange.getTradingSymbolsSpot(options);
        console.log(result);
    } catch (error) {
        console.log(error.message);
    }
}

let result = await getTradingSymbolsSpot(myBingxExchange);

Recent Trades List

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/spot/market-api.html#Recent+Trades+Listarrow-up-right

Function Name:

Usage:

Order Book

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/spot/market-api.html#Order+Bookarrow-up-right

Function Name:

Usage:

Kline/Candlestick Data

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/spot/market-api.html#Kline/Candlestick+Dataarrow-up-right

Function Name:

Usage:

24hr Ticker Price Change Statistics

circle-info

Function Name:

Usage:

Order Book aggregation

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/spot/market-api.html#Order+Book+aggregationarrow-up-right

Function Name:

Usage:

Symbol Price Ticker

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/spot/market-api.html#Symbol+Price+Tickerarrow-up-right

Function Name:

Usage:

Symbol Order Book Ticker

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/spot/market-api.html#Symbol+Order+Book+Tickerarrow-up-right

Function Name:

Usage:

Historical K-line

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/spot/market-api.html#Historical+K-linearrow-up-right

Function Name:

Usage:

Old Trade Lookup

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/spot/market-api.html#Old+Trade+Lookuparrow-up-right

Function Name:

Usage:

Last updated