This guide provides a detailed overview of how to extract and analyze Solana token data using Apify's Solana Token Extractor. Discover essential token metrics, creation history, and market statistics with precision.
Key Features of Solana Token Extractor
1. Token Details Extraction
Obtain critical token metadata including:
- Name, symbol, and decimal precision
- Current price in USDT
- Token icon URL for visual identification
- Total circulating supply
2. Creation History Analysis
Track a token's origin with:
- Exact creation timestamp and transaction signature
- First mint event details
- Direct Solscan.io transaction links for verification
3. Creator Identification
Access the wallet addresses of token creators for transparency analysis.
How to Use the Solana Token Extractor
Input Requirements
{
"address": [
"token_address1",
"token_address2"
]
}Operational Parameters:
- Minimum 5 token addresses per request
- Maximum 20 token addresses per request
- All addresses must be valid Solana token contracts
- Recommended memory allocation: 2048 MB for optimal performance
๐ Optimize your Solana token analysis workflow
Expected Output Structure
For each processed token, the extractor returns:
{
"name": "token_name",
"symbol": "token_symbol",
"address": "token_address",
"price_usdt": "current_price",
"supply": "total_supply",
"creation_sig": "transaction_signature",
"creation_txn": "solscan_link",
"creation_date": "timestamp",
"creators": ["address_list"],
"first_mint_sig": "mint_signature",
"first_mint_txn": "mint_transaction_link",
"decimals": "token_precision",
"icon": "image_url"
}System Limitations and Error Management
Data Availability:
- Some historical fields may return "N/A" if unavailable
Common Error Scenarios:
- Invalid JSON input format
- Exceeding maximum token limit
- API failures for specific tokens (clearly identified in output)
Frequently Asked Questions
What's the minimum token requirement?
The system requires at least 5 valid Solana token addresses per request to process efficiently.
Can I track token price history?
This extractor focuses on current market data. For historical price analysis, consider combining this data with OHLCV APIs.
๐ Explore advanced crypto data solutions
How recent is the price data?
All USDT pricing reflects real-time market conditions at the time of extraction.
What if a token shows missing data?
Fields marked "N/A" indicate information unavailable on-chain. Verify using alternative explorers if critical.
Support and Troubleshooting
For technical assistance or feature requests:
- Submit issues through Apify's support portal
- Include specific error messages and input samples for faster resolution
Pro Tip: Always verify token addresses before submission to avoid processing delays.