get_account_info
Fetch a Stellar account's balance, sequence number, and signers. Includes a testnet funding link when the account doesn't exist yet.
Instructions
Returns balance, sequence number, and signers for a Stellar account. Includes a testnet funding link if the account is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network to query | testnet |
| public_key | Yes | Stellar account public key (starts with G) |