Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 970 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 970 Bytes

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