Thank you for your immediate response.
I know i can can use woo_wallet()->wallet->get_wallet_balance($user_id); to fetch a perticular users current wallet balance.
But the problem is i am getting woo_wallet as undefined.
I have created a new folder in plugins/testplug/code.php
in this I am trying to access the same.
Please let me know which file to include in my code.php file so that i can access woo wallet classes and methods.