βοΈgetTransferFromAddress
Last updated
npm install @nest25/explorer-lib
OR
yarn add @nest25/explorer-libconst {Explorer} = require("@nest25/explorer-lib")
const explorer = new Explorer('', 'testnet');
async function main (){
const response = await explorer.getTransfersFromAddress("0xEcfCdBf37F21ec5FB66653f651eb670226557Eaf", "MATIC");
// console.log(response);
console.log(response.hash);
}
main() hash: '0xa739063d3bbb86a259c40f3d34ee806673fd6484d4c26260902b2a617e265807'