Skip to content

How to get the balance of Solana accoount? #99

Answered by Shpota
Chandra-Sekhar-Bala asked this question in Q&A
Discussion options

You must be logged in to vote

You can get it using the getBalance() function.

val connection = Connection(rpcUrl)
val wallet = PublicKey("DxPv2QMA5cWR5Xfg7tXr5YtJ1EEStg5Kiag9HhkY1mSx")
val balance = connection.getBalance(wallet)

Please check integration tests or this repository to find ready-to-run examples.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Shpota
Comment options

You must be logged in to vote
1 reply
@Shpota
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants