resolve_starknet_address
Look up a Starknet ID to retrieve its associated on-chain address. Supports mainnet and sepolia networks.
Instructions
Get the address for a Starknet ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Starknet ID to lookup (with or without .stark) | |
| network | No | Network name (e.g., 'mainnet', 'sepolia'). Defaults to Mainnet. |