Get Balance

Request

Returns the balance of given account address in the smallest unit.

There are two params

  • chain includes: mainnet testnet devnet localnet

  • address of wallet

curl --location 'localhost:9680/sui/getBalance' \
--header 'Content-Type: application/json' \
--data '{
    "chain": "testnet",
    "address": "0xed272a655dcca880aeab1f89bdc8185d4049ab7f9ea72fd6a04153d0239a15f8"
}'

Response

Balance will be in mist.

2769926164

Last updated