Market Data (USDT-M)

USDT-M Perp Futures symbols

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+symbols

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

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+Book

Function Name:

Usage:

Recent Trades List

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+List

Function Name:

Usage:

Mark Price and Funding Rate

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+Rate

Function Name:

Usage:

Get Funding Rate History

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+History

Function Name:

Usage:

Kline/Candlestick Data

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+Data

Function Name:

Usage:

Open Interest Statistics

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+Statistics

Function Name:

Usage:

24hr Ticker Price Change Statistics

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

https://bingx-api.github.io/docs/#/en-us/swapV2/market-api.html#24hr+Ticker+Price+Change+Statistics

Function Name:

Usage:

Query historical transaction orders

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

https://bingx-api.github.io/docs/#/en-us/swapV2/market-api.html#Query+historical+transaction+orders

Function Name:

Usage:

Symbol Order Book Ticker

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+Ticker

Function Name:

Usage:

Mark Price Kline/Candlestick Data

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+Kline/Candlestick+Data

Function Name:

Usage:

Symbol Price Ticker

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+Ticker

Function Name:

Usage:

Last updated