solana-models/models/descriptions/account_address.md
tarikceric 5399165667
An 6390/llm context descriptions (#855)
* description rules and fact_txs update

* blocks update

* idls and labels

* wip

* wip

* update desc

* update

* update doc rules

* update table desc per new rules

* updates
2025-07-16 12:26:39 -07:00

510 B

{% docs account_address %}

The base58-encoded address of the token account. Used to uniquely identify SPL token accounts on the Solana blockchain. Each token account holds a balance of a specific SPL token and is controlled by an owner address.

Data type: String (base58 address) Example:

  • 9xQeWv...

Business Context:

  • Enables attribution of token balances and transfers to specific accounts.
  • Used in analytics for tracking token holdings, transfers, and ownership changes.

{% enddocs %}