Socket
Socket
Sign inDemoInstall

coin-stat-api

Package Overview
Dependencies
9
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    coin-stat-api

COIN-STAT-API Библиотека для удобного использования coin-stat-API


Version published
Maintainers
1
Created

Readme

Source

COIN-STAT-API

Библиотека для удобного использования coin-stat-API

Установка

$ npm install coin-stat-api

Использование

const coinStat = require('coin-stat-api')
const api = new coinStat({
    token: "abc"
})

async function setMarket() { let get = await api.setMarket({ balance: 20000, rub_balance: 14, sell_course: 0.9, buy_course: 0.7 }) console.log(get) }

Keywords

FAQs

Last updated on 01 Apr 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