Jupiter Token Metadata Tool
Jupiter Token Information Tool (jupiter_token_information_tool)
Fetches detailed metadata and information for a specific Solana token using its contract address, via the Jupiter API. Provides insights into a token's attributes and characteristics.
class JupiterTokenInformationInput(BaseModel):
token_address: str # The token address to get information aboutKey Functionality:
Retrieves comprehensive information for the provided Solana token address from
lite-api.jup.ag.Includes details like the token's name, symbol, decimals, logo URI, daily volume, creation/minting timestamps, tags, and any additional metadata/extensions.
Sample Usage Queries (How an AI might use it): (Note: For queries using names/tickers, the system would first use a token identification tool to get addresses.)
"Get Jupiter token information for
DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263.""Show me the details for Wrapped SOL (
So1111...1112) from Jupiter.""Fetch token metadata for Raydium using Jupiter."
"What information does Jupiter have on the Jito token (
jtojt...mCL)?""Look up details for mint
token_mint_address_placeholderon Jupiter.""Get token info for LUMO, FARTCOIN, and GOAT via Jupiter."
"Jupiter token details for
contract_addr_here?"
Important:
This tool operates primarily asynchronously (
_arun). The synchronous version returns an informational message.Relies on the external Jupiter API (
lite-api.jup.ag); functionality and data accuracy depend on this service.Input must be a valid Solana token contract address.
Last updated