nowpayments-api-typescript
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Many Thanks for Inspired

NowPaymentsIO/nowpayments-api-js

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i nowpayments-api-typescript

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

72.1 kB

Total Files

68

Last publish

Collaborators

  • xmotion