0.0.4 • Published 6 months ago

binancelistprices v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Binance Price Pair List

Dexi

With the "Binance Price" module, you will have the capability to easily access an extensive list of all available trading pairs, along with their respective prices in US dollars (USD). This provides you with a comprehensive view of real-time asset quotes, making it convenient for tracking multiple cryptocurrencies and their relative values against the US dollar. Such information is invaluable for shaping your investment strategies and financial decision-making. This module offers you a powerful tool to stay informed and up-to-date on cryptocurrency markets on Binance.

Installation

Install using npm:

npm install binancelistprices --save

Usage

Require library

import { getBinanceDefault } from 'binancelistprices'
(async () => {
    const result = await getBinanceDefault();
    console.log(result);
})();

DEXI