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

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