get_token
Look up a single hand-onboarded token by its ticker. The ticker is the unique identifier the Aktionariat backend uses for a tokenized company. Returns the same slim summary shape as list_tokens, or a “not found” error if the ticker is unknown or has not been onboarded.
Authentication
Section titled “Authentication”Public. No sign-in required.
Inputs
Section titled “Inputs”| Field | Type | Required | Description |
|---|---|---|---|
ticker | string | Yes | Token ticker symbol, e.g. DAKS. |
Output
Section titled “Output”A token summary object — issuer name, ticker, name, icon URL, contract address (the share register), and chain.
Example Prompts
Section titled “Example Prompts”- “Tell me about the DAKS token.”
- “What is the contract address of DAKS?”
- “Which chain is the AKT token deployed on?”
Notes for Agents
Section titled “Notes for Agents”- If the user refers to a company by name, do not guess the ticker. Call
list_tokensfirst with a name fragment asquery, then use the returnedtickerhere. - Non-onboarded tickers return a “not found” error even if they exist elsewhere on-chain. Do not retry with variants — the curated allowlist is intentional.