0.0.1 • Published 2 years ago

decentralfi-xchain-binance v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@xchainjs/xchain-binance

Binance Module for XChainJS Clients

Modules

Installation

yarn add @xchainjs/xchain-binance

Following peer dependencies have to be installed into your project. These are not included in @xchainjs/xchain-binance.

yarn add @binance-chain/javascript-sdk @xchainjs/xchain-client @xchainjs/xchain-crypto @xchainjs/xchain-util

Documentation

xchain binance

How xchain-binance works\ How to use xchain-binance

Service Providers

This package uses the following service providers:

FunctionServiceNotesRate limits
BalancesBinance Dexhttps://docs.binance.org/api-reference/dex-api/paths.html#apiv1accountaddress5 requests per IP per second.
Transaction historyBinance Dexhttps://docs.binance.org/api-reference/dex-api/paths.html#apiv1transactions60 requests per IP per minute
Transaction details by hashBinance Dexhttps://docs.binance.org/api-reference/dex-api/paths.html#apiv1txhash10 requests per IP per second
Transaction feesBinance Dexhttps://docs.binance.org/api-reference/dex-api/paths.html#apiv1fees1 request per IP per second
Transaction broadcastBinance Dexhttps://docs.binance.org/api-reference/dex-api/paths.html#apiv1broadcast5 requests per IP per second
ExplorerBinance Dex Explorerhttps://explorer.binance.org

This package gets the node information (https://docs.binance.org/api-reference/dex-api/paths.html#apiv1node-info) to transfer tokens.