Socket
Socket
Sign inDemoInstall

binancelistprices

Package Overview
Dependencies
6
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    binancelistprices

![Dexi](https://i.ibb.co/ZBk2v0b/dexi.png)


Version published
Weekly downloads
4
Maintainers
1
Install size
8.81 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 28 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc