CopyTrade (Futures)

triangle-exclamation

Get Trader Open Order

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#get-trader-open-orderarrow-up-right

Function name:

getTraderOpenOrderCopyTrade(options)

Usage:

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

  let myBitgetAccount = createExchange({
      exchange: "bitget",
      authenticate: "true",
      key: "myKeys",
      secret: "mySecret",
      passphrase: "myPassphrase",
      label: "bitget",
      marginType: "usdt"
});

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

const result = await getTraderOpenOrderCopyTrade(myBitgetAccount, 
    {
        symbol: "BTCUSDT_UMCBL",
        productType: "umcbl",
        pageSize: "20",
        pageNo: "1"
    });

Get Follower Open Orders

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#get-follower-open-ordersarrow-up-right

Function name:

Usage:

Get Follower History Orders

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#get-follower-history-ordersarrow-up-right

Function name:

Usage:

Trader Close Position

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#trader-close-positionarrow-up-right

Function name:

Usage:

Trader Modify TPSL

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#trader-modify-tpslarrow-up-right

Function name:

Usage:

Get Traders History Orders

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#get-traders-history-ordersarrow-up-right

Function name:

Usage:

Get Trader Profit Summary

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#get-trader-profit-summaryarrow-up-right

Function name:

Usage:

Get Trader History Profit Summary (currency)

Function name:

Usage:

Get Trader History Profit Summary (currency/date)

Function name:

Usage:

Get Trader History Profit Detail

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#get-trader-history-profit-detailarrow-up-right

Function name:

Usage:

Get Trader Profits Details

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#get-trader-profits-detailsarrow-up-right

Function name:

Usage:

Get CopyTrade Symbols

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#get-copytrade-symbolsarrow-up-right

Function name:

Usage:

Trader Change CopyTrade Symbol

circle-info

Please refer to the official Bitget API Docs for the required parameters.

https://bitgetlimited.github.io/apidoc/en/mix/#trader-change-copytrade-symbolarrow-up-right

Function name:

Usage:

Last updated