Balance API

Get details of a list of wallets, including their explorer Url & balance

Get Wallet Details

const walletDetails = await rangoClient.getWalletsDetails({
    walletAddresses: [{
        blockchain: "TERRA", 
        address: "terra18vnrzlzm2c4xfsx382pj2xndqtt00rvhu24sqe"
    }]
})

Wallet Details Request

Wallet Details Response

Last updated