Skip to content

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.

Public. No sign-in required.

FieldTypeRequiredDescription
tickerstringYesToken ticker symbol, e.g. DAKS.

A token summary object — issuer name, ticker, name, icon URL, contract address (the share register), and chain.

  • “Tell me about the DAKS token.”
  • “What is the contract address of DAKS?”
  • “Which chain is the AKT token deployed on?”
  • If the user refers to a company by name, do not guess the ticker. Call list_tokens first with a name fragment as query, then use the returned ticker here.
  • 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.