1.0.5 • Published 2 years ago

cp-library v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago