Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

The fungible_tokens table contains metadata about tokens on the chain, including their denomination, name, symbol, and decimal precision.

Table Columns

Unique Key: denom
Column NameDescription
denomThe unique denomination identifier for the token (e.g., uatom, ibc/…).
nameThe human-readable name of the token.
symbolThe ticker symbol of the token.
decimalsThe number of decimal places for the token.
_extra_fieldsAny additional fields that are not explicitly defined.
_created_atThe timestamp when the entry was created.
_updated_atThe timestamp when the entry was updated.