---
title: "Get \"Token God Mode\" (TGM) token information data"
method: POST
path: "/api/v1/tgm/token-information"
tags: ["Token God Mode"]
---

# Get "Token God Mode" (TGM) token information data

`POST /api/v1/tgm/token-information`

Get comprehensive token information including basic details (name, symbol, contract address, logo), token details (deployment date, social links, market metrics like market cap and FDV), and spot trading metrics (volume, buys/sells, unique traders, liquidity, holders).

This endpoint provides a complete overview of a token's metadata, market position, and trading activity for a specific date range.

## Request body

- TGMTokenInformationRequest — Request model for TGM token information endpoint. This endpoint provides comprehensive token information including basic details, token details (deployment, social links, market metrics), and spot trading metrics.
  - `chain` 'arbitrum' | 'avalanche' | 'base' | 'bnb' | 'ethereum' | 'hyperevm' | 'hyperliquid' | 'injective' | 'iotaevm' | 'linea' | 'mantle' | 'mantra' | 'monad' | 'near' | 'optimism' | 'plasma' | 'polygon' | 'robinhood' | 'sei' | 'solana' | 'sonic' | 'starknet' | 'sui' | 'ton' | 'tron', required — Chains supported in TGM (Token God Mode) endpoints.
  - `token_address` string, required — Token address
  - `timeframe` '5m' | '1h' | '6h' | '12h' | '1d' | '7d', required — TGM flow intelligence timeframe options.

## Response `200`

TGM token information data

- TGMTokenInformationResponse — Response model for TGM token information endpoint. Contains comprehensive token information including basic details, token details, and spot metrics.
  - `data` TGMTokenInformation, required — Token information including basic details, token details, and spot metrics.
    - `name` string — Token name
    - `symbol` string — Token symbol
    - `contract_address` string — Token contract address
    - `logo` string — Token logo URL
    - `token_details` TokenDetails — Token details including deployment, social links, and market metrics.
      - `token_deployment_date` string — Token deployment date in ISO format
      - `website` string — Token website URL
      - `x` string — X (Twitter) profile URL
      - `telegram` string — Telegram channel URL
      - `market_cap_usd` number — Market capitalization in USD
      - `fdv_usd` number — Fully diluted valuation in USD
      - `circulating_supply` number — Circulating supply of the token
      - `total_supply` number — Total supply of the token
    - `spot_metrics` SpotMetrics — Spot trading metrics for the token.
      - `volume_total_usd` number — Total trading volume in USD
      - `buy_volume_usd` number — Total buy volume in USD
      - `sell_volume_usd` number — Total sell volume in USD
      - `total_buys` integer — Total number of buy transactions
      - `total_sells` integer — Total number of sell transactions
      - `unique_buyers` integer — Number of unique buyers
      - `unique_sellers` integer — Number of unique sellers
      - `liquidity_usd` number — Liquidity in USD
      - `total_holders` integer — Total number of token holders

## Other responses

- `400` — Bad Request - Invalid request parameters or malformed request
- `401` — Authentication error - No API key found in request
- `402` — Payment Required - This endpoint supports pay-per-request via x402 and MPP. x402 responses advertise payment options in `Payment-Required`; MPP responses advertise a fresh `WWW-Authenticate: Payment ...` challenge. Successful MPP responses may include `Payment-Receipt`.
- `403` — Forbidden - User does not have required subscription tier or has exceeded credit limit
- `404` — Not Found - The requested resource was not found
- `422` — Validation error - Invalid request parameters
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/nansen/apis/nansen-api.md) · [All operations](https://skmtc.net/nansen/apis/nansen-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nansen/nansen-api/revisions/02a4d2e7d827/schema)
