Asset

Documentation on interacting with ByBit's Asset API functions through the PENDAX Javascript SDK.

circle-exclamation

Get Coin Exchange Records

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/exchangearrow-up-right

Function name:

getCoinExchangeRecords(options)

Usage:

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

  let myByBitAccount = createExchange({
      exchange: "bybit",
      authenticate: "true",
      key: "myKeys",
      secret: "mySecret",
      label: "bybit",
      testnet: "false"
});



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

const result = await getCoinExchangeRecords(myByBitAccount);

Get Delivery Record

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/deliveryarrow-up-right

Function name:

Usage:

Get USDC Session Settlement

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/settlementarrow-up-right

Function name:

Usage:

Get Asset Info

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/asset-infoarrow-up-right

Function name:

Usage:

Get All Coins Balance

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/all-balancearrow-up-right

Function name:

Usage:

Get Single Coin Balance

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/account-coin-balancearrow-up-right

Function name:

Usage:

Get Transferable Coin

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/transferable-coinarrow-up-right

Function name:

Usage:

Create Internal Transfer

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/create-inter-transferarrow-up-right

Function name:

Usage:

Get Internal Transfer Records

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/inter-transfer-listarrow-up-right

Function name:

Usage:

Get Sub UID

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/sub-uid-listarrow-up-right

Function name:

Usage:

Enable Universal Transfer for Sub UID

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/enable-unitransfer-subuidarrow-up-right

Function name:

Usage:

Create Universal Transfer

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/unitransferarrow-up-right

Function name:

Usage:

Get Universal Transfer Records

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/unitransfer-listarrow-up-right

Function name:

Usage:

Get Allowed Deposit Coin Info

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/deposit-coin-specarrow-up-right

Function name:

Usage:

Set Deposit Account

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/set-deposit-acctarrow-up-right

Function name:

Usage:

Get Deposit Records (on-chain)

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/deposit-recordarrow-up-right

Function name:

Usage:

Get Sub Deposit Records (on-chain)

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/sub-deposit-recordarrow-up-right

Function name:

Usage:

Get Internal Deposit Records (off-chain)

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/internal-deposit-recordarrow-up-right

Function name:

Usage:

Get Master Deposit Address

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/master-deposit-addrarrow-up-right

Function name:

Usage:

Get Sub Deposit Address

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/sub-deposit-addrarrow-up-right

Function name:

Usage:

Get Coin Info

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/coin-infoarrow-up-right

Function name:

Usage:

Get Withdrawal Records

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/withdraw-recordarrow-up-right

Function name:

Usage:

Get Withdrawal Records

circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/delay-amountarrow-up-right

Function name:

Usage:

Withdraw

circle-exclamation
circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/withdrawarrow-up-right

Function name:

Usage:

Cancel Withdrawal

circle-exclamation
circle-info

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

https://bybit-exchange.github.io/docs/v5/asset/cancel-withdrawarrow-up-right

Function name:

Usage:

Last updated