UNPKG

enot-api

Version:

API service of enot.io

13 lines (9 loc) 229 B
const { Params, getWallet } = require (`./enot`) const API = new Params ({ api_key: `qq`, email: `admin@enot.io` }) async function getamout () { console.log(await getWallet (`+76666898958`, 100)) } getamout ()