# Extract Solana Token Details by Contract Address

**Use case:** 

Retrieve comprehensive details for a specific Solana token using its contract address, including price, liquidity, and trading volume. This provides critical in

## Input

```json
{
  "mode": "tokenDetails",
  "tokenAddress": "So11111111111111111111111111111111111111112",
  "chainId": "solana",
  "maxItems": 30
}
```

## Output

```json
{
  "token_name": {
    "label": "Token name"
  },
  "token_symbol": {
    "label": "Token symbol"
  },
  "chain": {
    "label": "Chain"
  },
  "vote_count": {
    "label": "Vote count"
  },
  "launch_date": {
    "label": "Launch date"
  },
  "is_audited": {
    "label": "Is audited"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [DexScreener Token Listings & Pair Scraper](https://apify.com/crawlerbros/dexscreener-token-listings) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/dexscreener-token-listings) to learn more, explore other use cases, and run it yourself.