Socket
Socket
Sign inDemoInstall

nowpayments-api-typescript

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nowpayments-api-typescript

Nowpayments typescript API wrapper


Version published
Weekly downloads
3
Maintainers
1
Created
Weekly downloads
 

Readme

Source

NOWPayments API Typescript Version

NOWPayments API Wrapper Library

Installation

Using npm:

$ npm install nowpayments-api-typescript

Examples

Node JS

import { NOWPaymentsApi } from 'nowpayments-api-typescript';

const api = new NOWPaymentsApi({ apiKey: 'xxxxx-xxxxx-xxxxx-xxxxx' }); // your api key
async function logCurrencies() {
  const { currencies } = await api.getCurrencies();
  console.log(currencies);
}
logCurrencies();

Resources

  • Documentation API

Many Thanks for Inspired

NowPaymentsIO/nowpayments-api-js

Keywords

FAQs

Last updated on 20 Aug 2021

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