Skip to content

edinsoncs/binance-prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published