> ## Documentation Index
> Fetch the complete documentation index at: https://docs.serialized.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# Token Details

> Full token snapshot: price (native + USD), market cap & FDV (sanity-capped), liquidity (+ATH), best pool (canonical priority ranking), launchpad state (bonding progress, graduation), deployer, 24h stats, metadata & socials.

`GET /v1/token` · **1 credit**

Full token snapshot: price (native + USD), market cap & FDV (sanity-capped), liquidity (+ATH), best pool (canonical priority ranking), launchpad state (bonding progress, graduation), deployer, 24h stats, metadata & socials.

<ParamField query="chain" type="string" required>
  Public chain id - `evm:<id>` or `solana` (`solana:solana` accepted). Example: `evm:8453`
</ParamField>

<ParamField query="address" type="string" required>
  Token address (EVM hex, case-insensitive). Example: `0x4ed4e862860bed51a9570b96d89af5e1b0efefed`
</ParamField>

<Note>`createdAt` is the TRUE deploy time (launchpad pool) - `launchpad.graduatedAt` carries the migration.</Note>

<Note>`deployer` is resolved through the original launchpad pool owner - not the migration transaction sender.</Note>

<RequestExample>
  ```bash cURL (EVM) theme={null}
  curl 'https://api.serialized.trade/v1/token?chain=evm:8453&address=0x4ed4e862860bed51a9570b96d89af5e1b0efefed' \
    -H 'Authorization: YOUR_API_KEY'
  ```

  ```bash cURL (Solana) theme={null}
  curl 'https://api.serialized.trade/v1/token?chain=solana&address=DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263' -H 'Authorization: YOUR_API_KEY'
  ```
</RequestExample>

<ResponseExample>
  ```json Response (EVM) theme={null}
  {
    "data": {
      "chain": "evm:8453",
      "address": "0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
      "name": "Degen",
      "symbol": "DEGEN",
      "decimals": 18,
      "nameRank": 2,
      "totalSupply": "36327303013.18345",
      "priceNative": "0.00000054747124708872",
      "priceUsd": 0.0010292322577456162,
      "marketCapUsd": 37389232.09806793,
      "fdvUsd": 37389232.09806793,
      "liquidityNative": "127.33497008601",
      "liquidityUsd": 239386.56038744663,
      "priceNativeAth": "0.00016019154265359148",
      "liquidityNativeAth": "176.38022888186",
      "pool": {
        "address": "0x0ca6485b7e9cf814a3fd09d81672b07323535b64",
        "type": "UNISWAP_V3",
        "quoteAddress": "0x4200000000000000000000000000000000000006",
        "quoteSymbol": "WETH",
        "factory": null,
        "createdAt": 1705088299000
      },
      "launchpad": null,
      "deployer": "0xac937655e7b69934eaf0ef56a7f38ece1d74b451",
      "createdAt": 1705088299000,
      "stats24h": {
        "volumeNative": 12.472824758820458,
        "volumeUsd": 23448.59872596349,
        "buys": 176,
        "sells": 5,
        "priceChangePct": 7.328276263872449
      },
      "metadata": {
        "iconUrl": "https://cdn.dexscreener.com/cms/images/c865067e6e29f660b5d0c2a69814875c7415c3fc0022434651525c21f03cc24a?width=800&height=800&quality=90",
        "headerUrl": "https://cdn.dexscreener.com/cms/images/b0bbfdf2aa7c44176f77b9e541ae3e247c358f0ee1aed5dbe171f5cd5f8f5cd1?width=1500&height=500&quality=90",
        "websiteUrl": "https://www.degen.tips/",
        "twitterUrl": "https://twitter.com/degentokenbase",
        "telegramUrl": "https://t.me/degentokenbase",
        "discordUrl": null,
        "description": null,
        "dexPaid": true,
        "dexPaidAt": null
      }
    },
    "meta": {
      "asOf": 1786724319903
    }
  }
  ```

  ```json Response (Solana) theme={null}
  {
    "data": {
      "chain": "solana",
      "address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
      "name": "Bonk",
      "symbol": "Bonk",
      "decimals": 5,
      "nameRank": 1,
      "totalSupply": "87994588748104.98",
      "priceNative": "3.139776285604127e-8",
      "priceUsd": 0.000002359580289275846,
      "marketCapUsd": 207630297.17296264,
      "fdvUsd": 207630297.17296264,
      "liquidityNative": "1048.3939460738586",
      "liquidityUsd": 78788.08760656719,
      "priceNativeAth": null,
      "liquidityNativeAth": null,
      "pool": {
        "address": "7KJfyfKAtrse5EqWdiQYMphhLqBC9kRdfWNrdez6TbKi",
        "type": "ZEROFI",
        "quoteAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "quoteSymbol": "USDC",
        "factory": "ZEROFI",
        "createdAt": 1781705545000
      },
      "launchpad": null,
      "deployer": null,
      "createdAt": 1671942208000,
      "stats24h": {
        "volumeNative": 2466.120265838208,
        "volumeUsd": 185331.95492098268,
        "buys": 7534,
        "sells": 8681,
        "priceChangePct": 3.636601730081284
      },
      "metadata": {
        "iconUrl": "https://arweave.net/hQiPZOsRZXGXBJd_82PhVdlM_hACsT_q6wqwf5cSY7I",
        "headerUrl": null,
        "websiteUrl": null,
        "twitterUrl": null,
        "telegramUrl": null,
        "discordUrl": null,
        "description": "The Official Bonk Inu token",
        "dexPaid": false,
        "dexPaidAt": null
      }
    },
    "meta": {
      "asOf": 1786745258937
    }
  }
  ```
</ResponseExample>
