getSorobanTokenInfo
Fetch SEP-41 Soroban token metadata (symbol, name, decimals) and, with an account ID, retrieve the token balance for that Stellar account.
Instructions
Get SEP-41 Soroban token metadata (symbol, name, decimals) and optionally a balance for a Stellar account. Requires SOROBAN_RPC_URL to be configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | No | Optional Stellar account address (G... format, 56 chars) — if provided, also fetches the balance | |
| contractId | Yes | Soroban contract address (C... format, 56 chars) |