Solana Token Extractor avatar

Solana Token Extractor

Try for free

Pay $0.50 for 1,000 results

Go to Store
Solana Token Extractor

Solana Token Extractor

websift/solana-token-extractor
Try for free

Pay $0.50 for 1,000 results

Retrieve comprehensive details about Solana tokens with the Solana Token Info API. Get token names, symbols, prices, supply, creation history, mint details, and creator addresses. Supports up to 10 tokens per request. Ideal for blockchain research, market analysis, and token tracking.

Solana Token Info Extractor

Get detailed information about Solana tokens. This actor fetches comprehensive token data, including creation details, mint information, and current market statistics.

Features

Token Details

Get essential token information, including:

  • Token name, symbol, and decimals
  • Current USDT price
  • Token icon URL
  • Total supply

Creation Information

Access token creation history:

  • Creation date and transaction signature
  • First mint date and transaction signature
  • Direct links to transactions on Solscan.io

Creator Information

View token creator addresses.

Example Input

The actor accepts a JSON input with the following structure:

1{
2    "address": ["token_address1", "token_address2", ...]
3}

Important Notes

  • Maximum of 10 token addresses per request
  • Addresses must be valid Solana token addresses

Example Output

For each token address, the actor returns:

1[
2    {
3        "name": "token name",
4        "symbol": "token symbol",
5        "address": "token address",
6        "price_usdt": "current price in USDT",
7        "supply": "total token supply",
8        "creation_sig": "creation transaction signature",
9        "creation_txn": "link to creation transaction",
10        "creation_date": "YYYY-MM-DD HH:MM:SS",
11        "creation_timestamp": "Unix timestamp",
12        "creators": ["creator addresses"],
13        "first_mint_sig": "first mint transaction signature",
14        "first_mint_txn": "link to first mint transaction",
15        "first_mint_date": "YYYY-MM-DD HH:MM:SS",
16        "first_mint_timestamp": "Unix timestamp",
17        "decimals": "token decimals",
18        "icon": "token icon URL"
19    }
20]

Limitations

  • Only processes up to 10 tokens per run to ensure reliable performance
  • Some tokens might have missing data fields marked as "N/A" if not available on

Error Handling

The actor provides clear error messages for common issues:

  • Invalid input format
  • Exceeding the maximum token limit
  • Failed API requests for specific tokens

Support

For issues, feature requests, or questions about this actor, please create an issue.

Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 1 star

  • 91% runs succeeded

  • Created in Feb 2025

  • Modified 2 days ago