token-metadata

Fetch SPL token names, symbols, logos, and social links via Solana Agent Kit endpoints.

3|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/readtheskill/readtheskill --skill token-metadata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-metadata
Source: https://github.com/readtheskill/readtheskill/tree/main/public/skills/token-metadata
Command: npx skills add https://github.com/readtheskill/readtheskill --skill token-metadata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many Solana applications and agents need accurate token information but lack a reliable, unified way to fetch token names, symbols, logos, social links, and on-chain metadata; this Skill centralizes those lookups so integrations and agents can present consistent token data.

Core Features & Use Cases

  • Token identity: Retrieve token name and symbol for any SPL token.
  • Visual assets: Fetch logo URLs and image assets for display in wallets and UIs.
  • Social & metadata: Discover social links and on-chain metadata stored by the token's metadata account.
  • Integration: Designed for use with Solana Agent Kit and market-data pipelines to enrich listings, wallets, explorers, and agent responses.
  • Use Case: A wallet app queries the Skill to display token logos and verified social links alongside balances and recent trades.

Quick Start

Use the token-metadata skill to fetch the name, symbol, logo URL, and on-chain metadata for mint address SOLANA_MINT_ADDRESS.

Frequently Asked Questions about token-metadata

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Solana SPL token metadata like names, symbols, and logos?

To fetch Solana SPL token metadata, query the token's mint address to retrieve its name, symbol, logo URL, and on-chain metadata. This provides a unified lookup for displaying consistent token data in wallets and market data integrations.

Can I retrieve social links and on-chain metadata for an SPL token?

Yes, you can retrieve social links and on-chain metadata for an SPL token by querying its metadata account. The lookup returns social handles and on-chain metadata stored by the token, making it applicable for explorers and agent workflows.

Does this token metadata lookup work with Solana Agent Kit and market data pipelines?

Yes, the token metadata lookup is designed for use with Solana Agent Kit and market data pipelines. It uses compatible endpoints to enrich listings, wallets, and agent responses with reliable off-chain and on-chain token information.

What is the best way to get token logos and visual assets for a Solana wallet app?

The best way to get token logos for a Solana wallet app is to query the token metadata using the mint address. This fetches logo URLs and image assets so your UI can display visual assets alongside balances and recent trades.

What information do I need to provide to look up Solana token metadata?

To look up Solana token metadata, you need to provide the specific mint address of the SPL token. Using this mint address, the system returns the token name, symbol, logo URL, social links, and on-chain metadata.

Why use a unified lookup for Solana token names and symbols instead of querying on-chain accounts directly?

A unified lookup centralizes token names, symbols, logos, and social links so integrations present consistent token data. It prevents discrepancies by providing a single source of truth for off-chain and on-chain token information.