Market Data (USDT-M)

USDT-M Perp Futures symbols

circle-info

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

https://bingx-api.github.io/docs/#/en-us/swapV2/market-api.html#USDT-M+Perp+Futures+symbolsarrow-up-right

Function Name:

getSymbolsUM()

Usage:

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

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

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

let result = await getSymbolsUM(myBingxExchange);

Order Book

circle-info

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

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

Function Name:

Usage:

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/swapV2/market-api.html#Recent+Trades+Listarrow-up-right

Function Name:

Usage:

Mark Price and Funding Rate

circle-info

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

https://bingx-api.github.io/docs/#/en-us/swapV2/market-api.html#Mark+Price+and+Funding+Ratearrow-up-right

Function Name:

Usage:

Get Funding Rate History

circle-info

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

https://bingx-api.github.io/docs/#/en-us/swapV2/market-api.html#Get+Funding+Rate+Historyarrow-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/swapV2/market-api.html#Kline/Candlestick+Dataarrow-up-right

Function Name:

Usage:

Open Interest Statistics

circle-info

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

https://bingx-api.github.io/docs/#/en-us/swapV2/market-api.html#Open+Interest+Statisticsarrow-up-right

Function Name:

Usage:

24hr Ticker Price Change Statistics

circle-info

Function Name:

Usage:

Query historical transaction orders

circle-info

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/swapV2/market-api.html#Symbol+Order+Book+Tickerarrow-up-right

Function Name:

Usage:

Mark Price Kline/Candlestick Data

circle-info

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/swapV2/market-api.html#Symbol+Price+Tickerarrow-up-right

Function Name:

Usage:

Last updated