get-account-balance
Check SOL and token balances for any Solana account on the Pump.fun platform. Verify account holdings and monitor token positions with optional specific token address lookup.
Instructions
Get the SOL and token balances for an account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountName | No | Name of the account to check | default |
tokenAddress | No | Optional token address to check balance for |
Input Schema (JSON Schema)
{
"properties": {
"accountName": {
"default": "default",
"description": "Name of the account to check",
"type": "string"
},
"tokenAddress": {
"description": "Optional token address to check balance for",
"type": "string"
}
},
"type": "object"
}