Solana Token Extractor avatar
Solana Token Extractor

Pricing

$3.50 / 1,000 results

Go to Store
Solana Token Extractor

Solana Token Extractor

Developed by

Jacob

Jacob

Maintained by Community

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.

0.0 (0)

Pricing

$3.50 / 1,000 results

3

Total users

83

Monthly users

18

Runs succeeded

62%

Issues response

1.6 days

Last modified

23 days ago

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:

{
"address": ["token_address1", "token_address2", ...]
}

Important Notes

  • For optimal performance increase memory to 2048 in the input section under run options
  • Minimum of 5 token addresses per run
  • Maximum of 20 token addresses per run
  • Addresses must be valid Solana token addresses

Example Output

For each token address, the actor returns:

[
{
"name": "token name",
"symbol": "token symbol",
"address": "token address",
"price_usdt": "current price in USDT",
"supply": "total token supply",
"creation_sig": "creation transaction signature",
"creation_txn": "link to creation transaction",
"creation_date": "YYYY-MM-DD HH:MM:SS",
"creation_timestamp": "Unix timestamp",
"creators": ["creator addresses"],
"first_mint_sig": "first mint transaction signature",
"first_mint_txn": "link to first mint transaction",
"first_mint_date": "YYYY-MM-DD HH:MM:SS",
"first_mint_timestamp": "Unix timestamp",
"decimals": "token decimals",
"icon": "token icon URL"
}
]

Limitations

  • 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.