Get AGL Balance
(async function () {
const bal = await Agile.agile.getAgileBalance('0x2775b1c75658Be0F640272CCb8c72ac986009e38');
console.log('Balance', bal);
})().catch(console.error);Last updated
(async function () {
const bal = await Agile.agile.getAgileBalance('0x2775b1c75658Be0F640272CCb8c72ac986009e38');
console.log('Balance', bal);
})().catch(console.error);Last updated