list_tokens
Retrieve a full list of tokens associated with a Stellar wallet by providing the wallet's public key using the Chronos MCP Server.
Instructions
List all tokens in a Stellar wallet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
publicKey | Yes | Stellar wallet public key |
Input Schema (JSON Schema)
{
"properties": {
"publicKey": {
"description": "Stellar wallet public key",
"type": "string"
}
},
"required": [
"publicKey"
],
"type": "object"
}