Getting wallet ballance

To get wallet balance moneywave api give us an endpoint that takes in our developer token
it then returns our wallet balance

how do we go about getting wallet balance for a sub wallet?

Hello @ema_young

  1. When you fetch your wallets, it returns the balances as well

GET /v1/wallet

  1. You can keep track of your wallets on your end, the fetch wallet endpoint returns the balances.

Regards