1.0.5 • Published 11 months ago

cp-library v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

cp-library is used to get the coinpayments deposit address.

const coinPaymentsDotNet = require('./')
let client = new coinPaymentsDotNet({
    publicKey: '',
    privateKey: '',
    primaryCurrency: 'USDT.BEP20',
    ipnUrl: 'https://domain.com/webhook',
    successUrl: '',
    cancelUrl: ''
})

client.getDepositAddress(1).then(x => {
    console.log(x)
})

Added items

-> getWithdrawalInfo -> getTranscation

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago