solana_get_balance
Get the native SOL balance of a Solana wallet address
Parameters1
| address | string | required | Solana wallet address (base58-encoded public key) |
Raw schema
{
"type": "object",
"properties": {
"address": {
"description": "Solana wallet address (base58-encoded public key)",
"type": "string"
}
},
"required": [
"address"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "GetBalanceParams"
}