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

# Token - Overview

> Retrieve stats of a specified token.

<Tabs>
  <Tab title="Usage Note">
    <p><strong>Full market-intelligence snapshot for one token.</strong></p>

    <ul>
      <li>Returns identity, metadata links, market cap, FDV, supply, holder count, liquidity, price, last trade time, price changes, unique wallets, trade counts, buy/sell counts, and buy/sell volume across multiple frames.</li>
      <li>Use <code>frames</code> to request specific timeframes. If omitted, the endpoint returns the default timeframe set.</li>
      <li><code>ui\_amount\_mode=scaled</code> applies Solana Token-2022 scaled UI amount when the token supports scaled UI amount extension.</li>
      <li>Frames selection is only supported on solana, base, bsc, ethereum, robinhood</li>
      <li>User can optionally select one or multiple timeframes using the <code>frames</code> parameter.</li>
      <li>If <code>frames</code> are not specified, the API will return data for default timeframes: 1m 5m 30m 1h 2h 4h 8h 24h.</li>
      <li>If <code>frames</code> include both supported and unsupported intervals, only supported intervals will be returned.</li>
      <li>Custom supported timeframes are time intervals separated by comma (,). Users can pass up to 8 intervals. Rules:</li>
      <li>Supported chains: solana, base, bsc, ethereum, robinhood</li>
      <li>Hours intervals: only support 1h 2h 4h 8h 24h</li>
      <li>Minute intervals: must be from 1m up to 1440m (e.g. 1m,15m,16m,17m,89m,90m,92m,1440m ...).</li>
      <li>Second intervals: must be multiples of 5s, from 5s up to 3600s (e.g. 5s,10s,15s,90s,3600s.</li>
    </ul>

    <p><strong>Reading the numbers.</strong> Price-change fields compare the current price with the historical price for that frame. <code>uniqueWallet\*</code>, <code>trade\*</code>, <code>buy\*</code>, <code>sell\*</code>, and <code>v\*</code> fields describe activity inside each timeframe and its change versus the previous matching window.</p>
  </Tab>

  <Tab title="Accessibility">
    <ul>
      <li>Standard</li>
      <li>Lite</li>
      <li>Starter</li>
      <li>Premium</li>
      <li>Business</li>
      <li>Enterprise</li>
    </ul>
  </Tab>

  <Tab title="Chain Supported">
    <p><strong>All chains ⛓️ ✨</strong></p>
  </Tab>
</Tabs>

<Accordion title="Compute Unit ⚙️" icon="fa-gauge-high">
  <ul>
    <li>This endpoint consumes <code>15 CU</code> per request.</li>
  </ul>
</Accordion>

<Accordion title="Use Cases 💡" icon="fa-lightbulb">
  <ul>
    <li>Turn a token address into a complete market-intelligence snapshot with identity, valuation, liquidity, holder, price-action, and trading-activity signals in one response.</li>
    <li>Build rich token profile pages that blend fundamentals (<code>marketCap</code>, <code>fdv</code>, supply) with real-time market behavior.</li>
    <li>Power alpha screens that compare price momentum, wallet growth, buy/sell pressure, trade count, and volume shifts across timeframes.</li>
    <li>Feed bots, alerts, portfolio dashboards, and risk engines before deciding whether to trade, watch, rank, or filter a token.</li>
  </ul>
</Accordion>

<Accordion title="How to Use 🛠️" icon="fa-book-open">
  <ul>
    <li>Provide <code>address</code> as the token address and set <code>x-chain</code> for the target network.</li>
    <li>Use <code>frames=1m,5m,1h</code> style requests when you only need specific activity windows.</li>
    <li>Set <code>ui\_amount\_mode=raw</code> for raw decimal-adjusted amounts, or <code>ui\_amount\_mode=scaled</code> for Solana Token-2022 scaled UI amounts when supported.</li>
    <li>Use this endpoint when you need the broadest token picture; use focused V3 stats endpoints when you only need metadata, market data, or trade data.</li>
  </ul>
</Accordion>

<Accordion title="Best Practices ✅" icon="fa-check-circle">
  <ul>
    <li>Use Token Overview as the top-level token profile payload, then drill into specialized endpoints when users open detailed panels.</li>
    <li>Compare price change with volume, unique-wallet, and buy/sell activity together; price alone rarely explains market quality.</li>
    <li>Cache metadata-like fields separately from fast-moving market fields when building high-refresh dashboards.</li>
    <li>Keep timeframe selection consistent across watchlists so ranking and alerts compare tokens fairly.</li>
  </ul>
</Accordion>


## OpenAPI

````yaml openapi/data/openapi_docs.json GET /defi/token_overview
openapi: 3.1.0
info:
  version: 1.1.0
  title: Birdeye Data API
  description: >-
    Birdeye Data API is a full-spectrum blockchain and DEX data platform for
    teams that need production-grade crypto market intelligence across tokens,
    pairs, wallets, traders, protocols, and chains.


    From real-time prices, OHLCV, liquidity, and transaction flow to holder
    analytics, token and pair overviews, wallet portfolio and PnL, smart money,
    discovery, security, and blockchain-level utilities, Birdeye gives you a
    unified data layer for building serious crypto products at scale.


    Use it to power exchange interfaces, trading terminals, bots, market-making
    systems, quant research, alpha screeners, portfolio apps, wallet
    intelligence tools, alerting systems, analytics dashboards, and back-office
    data pipelines. Whether your users are retail traders, pro desks, analysts,
    or infrastructure teams, Birdeye helps you ship faster with broad market
    coverage and API surfaces that support both lightweight integrations and
    data-heavy workflows.


    To start, create an account at [bds.birdeye.so](https://bds.birdeye.so),
    generate an API key from the `Security` tab, and send it in the `X-API-KEY`
    header on every request.
servers:
  - url: https://public-api.birdeye.so
security:
  - apiKeyAuth: []
tags:
  - name: Price & OHLCV
  - name: Stats
  - name: Token/Market List
  - name: Transactions
  - name: Wallet, Networth & PnL
  - name: Balance & Transfer
  - name: Holder
  - name: Alltime & History
  - name: Blockchain
  - name: Account
  - name: Token
  - name: Transaction
  - name: Creation & Trending
  - name: Meme
  - name: Security
  - name: Search & Utils
  - name: Smart Money
  - name: Global Fees Paid
  - name: DEX & Protocol
  - name: Wallet Identity
paths:
  /defi/token_overview:
    get:
      tags:
        - Stats
      summary: Token - Overview
      description: Retrieve stats of a specified token.
      operationId: get-defi-token_overview
      parameters:
        - $ref: '#/components/parameters/xChainParam'
        - $ref: '#/components/parameters/tokenAddressParam'
        - $ref: '#/components/parameters/listTimeFrameDynamicParam'
        - $ref: '#/components/parameters/uiAmountModeSplitParam'
      responses:
        '200':
          $ref: '#/components/responses/DefiTokenOverview'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '429':
          $ref: '#/components/responses/429'
        '500':
          $ref: '#/components/responses/500'
components:
  parameters:
    xChainParam:
      name: x-chain
      description: A chain name listed in supported networks.
      in: header
      required: false
      schema:
        type: string
        enum:
          - solana
          - ethereum
          - bsc
          - base
          - robinhood
          - sui
          - mantle
          - hyperevm
          - arbitrum
          - avalanche
          - optimism
          - polygon
          - zksync
          - monad
          - aptos
          - fogo
          - megaeth
        default: solana
    tokenAddressParam:
      name: address
      description: The address of the token contract.
      in: query
      required: true
      schema:
        type: string
      examples:
        wsol:
          value: So11111111111111111111111111111111111111112
        solana:
          value: DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263
        ethereum:
          value: '0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce'
        solana_scaled_ui:
          value: Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh
    listTimeFrameDynamicParam:
      name: frames
      description: >
        A list of custom time intervals separated by comma (,). Users can pass
        up to 8 intervals.

        Rules:

        - Minute intervals: from 1m up to 1440m (e.g.
        1m,15m,16m,17m,89m,90m,92m,1440m ...).

        - Second intervals: must be multiples of 5s, from 5s up to 3600s (e.g.
        5s,10s,15s,90s,3600s   ...).

        - Hours intervals: only support (1h 2h 4h 8h 24h)
      in: query
      required: false
      schema:
        type: string
      examples:
        minute_intervals:
          value: 1m,15m,30m,90m,1000m,1440m
        second_intervals:
          value: 5s,15s,30s,1000s,3600s
        mixed:
          value: 5s,300s,30m,90m,1440m
    uiAmountModeSplitParam:
      name: ui_amount_mode
      description: >-
        Indicate whether to use the scaled amount for scaled ui amount tokens.
        Only support solana
      in: query
      required: false
      schema:
        type: string
        enum:
          - raw
          - scaled
        default: scaled
  responses:
    '400':
      description: Bad Request
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponse'
          example:
            success: false
            message: Bad request
    '401':
      description: Unauthorized. API key is missing or invalid
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponse'
          example:
            success: false
            message: Unauthorized
    '403':
      description: Forbidden. Request is blacklisted or not whitelisted
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponse'
          example:
            success: false
            message: Access Denied
    '429':
      description: Too Many Requests. Rate limit reached
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponse'
          example:
            success: false
            message: Too many requests
    '500':
      description: Internal Server Error
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponse'
          example:
            success: false
            message: Internal Server Error
    DefiTokenOverview:
      description: JSON object containing overview information of a token
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/DefiTokenOverviewResponse'
          examples:
            SolanaScaledUIAmount:
              value:
                success: true
                data:
                  address: So11111111111111111111111111111111111111112
                  decimals: 9
                  symbol: SOL
                  name: Wrapped SOL
                  marketCap: 100263084724.62823
                  fdv: 112833577331.7062
                  totalSupply: 607187823.0928401
                  circulatingSupply: 539542621.8877238
                  global_fees_paid: 125.5
                  holder: 3472782
                  extensions:
                    coingeckoId: solana
                    serumV3Usdc: 9wFFyRfZBsuAha4YcuxcXLKwMxJR43S7fPfQLusDBzvT
                    serumV3Usdt: HWHvQhFmJB3NUcu1aihKmrKegfVxBEHzwVX6yZCKEsi1
                    website: https://solana.com/
                    telegram: null
                    twitter: https://twitter.com/solana
                    description: 'Wrapped Solana '
                    discord: https://discordapp.com/invite/pquxPsq
                    medium: https://medium.com/solana-labs
                  logoURI: >-
                    https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png
                  liquidity: 23353595552.52654
                  lastTradeUnixTime: 1754885472
                  lastTradeHumanTime: '2025-08-11T04:11:12'
                  price: 185.82977629057913
                  history1mPrice: 185.79442728744755
                  priceChange1mPercent: 0.01902586834689952
                  history5mPrice: 185.64908719930227
                  priceChange5mPercent: 0.09732829501223636
                  history30mPrice: 184.58275803998023
                  priceChange30mPercent: 0.675587613838123
                  history1hPrice: 184.82378809782267
                  priceChange1hPercent: 0.5442958415201495
                  history2hPrice: 184.48623316778523
                  priceChange2hPercent: 0.7282619953392334
                  history4hPrice: 182.01858574612513
                  priceChange4hPercent: 2.093846916143914
                  history6hPrice: 183.3662593572315
                  priceChange6hPercent: 1.3434952220671261
                  history8hPrice: 182.781521215397
                  priceChange8hPercent: 1.6677041830667094
                  history12hPrice: 181.73998251416327
                  priceChange12hPercent: 2.2503544458617606
                  history24hPrice: 184.76148770760037
                  priceChange24hPercent: 0.5781987340724478
                  uniqueWallet1m: 7188
                  uniqueWalletHistory1m: 7299
                  uniqueWallet1mChangePercent: -1.5207562679819153
                  uniqueWallet5m: 23670
                  uniqueWalletHistory5m: 32416
                  uniqueWallet5mChangePercent: -26.98050345508391
                  uniqueWallet30m: 101456
                  uniqueWalletHistory30m: 74756
                  uniqueWallet30mChangePercent: 35.71619669324201
                  uniqueWallet1h: 144003
                  uniqueWalletHistory1h: 191107
                  uniqueWallet1hChangePercent: -24.64797207846913
                  uniqueWallet2h: 292417
                  uniqueWalletHistory2h: 206753
                  uniqueWallet2hChangePercent: 41.4330142730698
                  uniqueWallet4h: 426036
                  uniqueWalletHistory4h: 248734
                  uniqueWallet4hChangePercent: 71.28177088777569
                  uniqueWallet8h: 587111
                  uniqueWalletHistory8h: 623567
                  uniqueWallet8hChangePercent: -5.846364544627923
                  uniqueWallet24h: 1394679
                  uniqueWalletHistory24h: 1454172
                  uniqueWallet24hChangePercent: -4.091194164101633
                  trade1m: 17469
                  tradeHistory1m: 18850
                  trade1mChangePercent: -7.326259946949603
                  sell1m: 9852
                  sellHistory1m: 10653
                  sell1mChangePercent: -7.51900872993523
                  buy1m: 7617
                  buyHistory1m: 8197
                  buy1mChangePercent: -7.075759424179578
                  v1m: 26463.910059272
                  v1mUSD: 4916069.30362933
                  vHistory1m: 31502.769373499003
                  vHistory1mUSD: 5845693.180421255
                  v1mChangePercent: -15.994972551415849
                  vBuy1m: 14173.111565352001
                  vBuy1mUSD: 2632923.854699539
                  vBuyHistory1m: 18145.89539667
                  vBuyHistory1mUSD: 3367492.6286006058
                  vBuy1mChangePercent: -21.893567357646372
                  vSell1m: 12290.79849392
                  vSell1mUSD: 2283145.4489297913
                  vSellHistory1m: 13356.873976829002
                  vSellHistory1mUSD: 2478200.551820649
                  vSell1mChangePercent: -7.981474443484225
                  trade5m: 91739
                  tradeHistory5m: 108986
                  trade5mChangePercent: -15.824968344558016
                  sell5m: 53591
                  sellHistory5m: 66851
                  sell5mChangePercent: -19.835155794228957
                  buy5m: 38148
                  buyHistory5m: 42135
                  buy5mChangePercent: -9.4624421502314
                  v5m: 148180.406499723
                  v5mUSD: 27497701.609222054
                  vHistory5m: 144981.31597421103
                  vHistory5mUSD: 26875267.526915293
                  v5mChangePercent: 2.2065536541832875
                  vBuy5m: 75042.90142003099
                  vBuy5mUSD: 13926318.79128133
                  vBuyHistory5m: 75167.25709972801
                  vBuyHistory5mUSD: 13934408.671477377
                  vBuy5mChangePercent: -0.1654386291254898
                  vSell5m: 73137.50507969201
                  vSell5mUSD: 13571382.817940727
                  vSellHistory5m: 69814.058874483
                  vSellHistory5mUSD: 12940858.855437916
                  vSell5mChangePercent: 4.760425419734085
                  trade30m: 682302
                  tradeHistory30m: 883160
                  trade30mChangePercent: -22.743104307260293
                  sell30m: 402208
                  sellHistory30m: 506428
                  sell30mChangePercent: -20.579430837157503
                  buy30m: 280094
                  buyHistory30m: 376732
                  buy30mChangePercent: -25.651656880753425
                  v30m: 1041160.531349391
                  v30mUSD: 192563042.8167962
                  vHistory30m: 1424758.523452565
                  vHistory30mUSD: 263432974.7832449
                  v30mChangePercent: -26.923719759444932
                  vBuy30m: 525771.001339281
                  vBuy30mUSD: 97251183.41918801
                  vBuyHistory30m: 709160.8991117042
                  vBuyHistory30mUSD: 131127693.7657724
                  vBuy30mChangePercent: -25.86012539638573
                  vSell30m: 515389.53001011006
                  vSell30mUSD: 95311859.3976082
                  vSellHistory30m: 715597.6243408608
                  vSellHistory30mUSD: 132305281.0174725
                  vSell30mChangePercent: -27.97774720327824
                  trade1h: 1440761
                  tradeHistory1h: 1543682
                  trade1hChangePercent: -6.667241050941838
                  sell1h: 836278
                  sellHistory1h: 917354
                  sell1hChangePercent: -8.838027631644927
                  buy1h: 604483
                  buyHistory1h: 626328
                  buy1hChangePercent: -3.4877891456233794
                  v1h: 2254927.542143159
                  v1hUSD: 417066348.4330929
                  vHistory1h: 2431082.890461931
                  vHistory1hUSD: 449682477.7676815
                  v1hChangePercent: -7.245962242171864
                  vBuy1h: 1133344.2123917632
                  vBuy1hUSD: 209634917.8387837
                  vBuyHistory1h: 1207603.2215708497
                  vBuyHistory1hUSD: 223387353.05486172
                  vBuy1hChangePercent: -6.149288760797635
                  vSell1h: 1121583.3297513959
                  vSell1hUSD: 207431430.59430918
                  vSellHistory1h: 1223479.6688910814
                  vSellHistory1hUSD: 226295124.71281976
                  vSell1hChangePercent: -8.328404772924484
                  trade2h: 2862743
                  tradeHistory2h: 2734138
                  trade2hChangePercent: 4.70367625920857
                  sell2h: 1682750
                  sellHistory2h: 1515867
                  sell2hChangePercent: 11.009079292576459
                  buy2h: 1179993
                  buyHistory2h: 1218271
                  buy2hChangePercent: -3.1419938585093137
                  v2h: 4498066.17978427
                  v2hUSD: 831977083.1367832
                  vHistory2h: 4818408.644050122
                  vHistory2hUSD: 880956459.3704734
                  v2hChangePercent: -6.6483042002138655
                  vBuy2h: 2243808.0465117125
                  vBuy2hUSD: 415049688.12798595
                  vBuyHistory2h: 2429964.8866566755
                  vBuyHistory2hUSD: 444302522.4454551
                  vBuy2hChangePercent: -7.660886013916493
                  vSell2h: 2254258.133272558
                  vSell2hUSD: 416927395.0087973
                  vSellHistory2h: 2388443.7573934468
                  vSellHistory2hUSD: 436653936.9250183
                  vSell2hChangePercent: -5.618119484937257
                  trade4h: 5709984
                  tradeHistory4h: 6127682
                  trade4hChangePercent: -6.8165743587868945
                  sell4h: 3253806
                  sellHistory4h: 3353576
                  sell4hChangePercent: -2.9750332182720776
                  buy4h: 2456178
                  buyHistory4h: 2774106
                  buy4hChangePercent: -11.46055702269488
                  v4h: 9547061.355143117
                  v4hUSD: 1754529625.4136252
                  vHistory4h: 10428207.931597296
                  vHistory4hUSD: 1906430751.4204042
                  v4hChangePercent: -8.449645252894507
                  vBuy4h: 4786451.436341593
                  vBuy4hUSD: 879674769.6042875
                  vBuyHistory4h: 5171951.602876889
                  vBuyHistory4hUSD: 945585468.7842517
                  vBuy4hChangePercent: -7.453669255544885
                  vSell4h: 4760609.918801524
                  vSell4hUSD: 874854855.8093376
                  vSellHistory4h: 5256256.328720408
                  vSellHistory4hUSD: 960845282.6361525
                  vSell4hChangePercent: -9.429646861220425
                  trade8h: 11144235
                  tradeHistory8h: 11013604
                  trade8hChangePercent: 1.1860876784747298
                  sell8h: 6232518
                  sellHistory8h: 6153198
                  sell8hChangePercent: 1.289085772959037
                  buy8h: 4911717
                  buyHistory8h: 4860406
                  buy8hChangePercent: 1.05569370130808
                  v8h: 18712884.078270502
                  v8hUSD: 3430582244.777233
                  vHistory8h: 17149350.55459676
                  vHistory8hUSD: 3111090788.3309703
                  v8hChangePercent: 9.117158802580132
                  vBuy8h: 9323774.414230537
                  vBuy8hUSD: 1709439211.529329
                  vBuyHistory8h: 8470290.088989228
                  vBuyHistory8hUSD: 1536613109.0483108
                  vBuy8hChangePercent: 10.076211278180157
                  vSell8h: 9389109.664039968
                  vSell8hUSD: 1721143033.2479043
                  vSellHistory8h: 8679060.46560753
                  vSellHistory8hUSD: 1574477679.2826595
                  vSell8hChangePercent: 8.181175845543958
                  trade24h: 31567346
                  tradeHistory24h: 32424950
                  trade24hChangePercent: -2.644889197978717
                  sell24h: 17614443
                  sellHistory24h: 18171574
                  sell24hChangePercent: -3.065947947051807
                  buy24h: 13952903
                  buyHistory24h: 14253376
                  buy24hChangePercent: -2.1080830253828986
                  v24h: 52390882.652610525
                  v24hUSD: 9537454514.524822
                  vHistory24h: 53060724.64863746
                  vHistory24hUSD: 9633994545.717289
                  v24hChangePercent: -1.2624064229475878
                  vBuy24h: 25995649.913853772
                  vBuy24hUSD: 4732561596.32917
                  vBuyHistory24h: 26420975.749226637
                  vBuyHistory24hUSD: 4797352458.750371
                  vBuy24hChangePercent: -1.6098036628541805
                  vSell24h: 26395232.738756754
                  vSell24hUSD: 4804892918.195653
                  vSellHistory24h: 26639748.899410825
                  vSellHistory24hUSD: 4836642086.966919
                  vSell24hChangePercent: -0.9178621073995166
                  numberMarkets: 150744
                  isScaledUiToken: false
                  multiplier: null
            TokenOverview:
              value:
                data:
                  address: So11111111111111111111111111111111111111112
                  decimals: 9
                  symbol: SOL
                  name: Wrapped SOL
                  marketCap: 87180723232.4941
                  fdv: 100842923039.98
                  extensions:
                    coingeckoId: solana
                    serumV3Usdc: 9wFFyRfZBsuAha4YcuxcXLKwMxJR43S7fPfQLusDBzvT
                    serumV3Usdt: HWHvQhFmJB3NUcu1aihKmrKegfVxBEHzwVX6yZCKEsi1
                    website: https://solana.com/
                    telegram: null
                    twitter: https://twitter.com/solana
                    description: 'Wrapped Solana '
                    discord: https://discordapp.com/invite/pquxPsq
                    medium: https://medium.com/solana-labs
                  logoURI: >-
                    https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png
                  liquidity: 16204441269.55982
                  lastTradeUnixTime: 1746802093
                  lastTradeHumanTime: '2025-05-09T14:48:13'
                  price: 167.9717977535047
                  history1mPrice: 168.4088836293969
                  priceChange1mPercent: -0.25953849136253415
                  history5mPrice: 168.84359081129827
                  priceChange5mPercent: -0.5163317444296175
                  history30mPrice: 171.43733146253095
                  priceChange30mPercent: -2.0214580333593686
                  history1hPrice: 172.75722318541744
                  priceChange1hPercent: -2.770029144759197
                  history2hPrice: 172.2346734850696
                  priceChange2hPercent: -2.475039227182354
                  history4hPrice: 170.05580963573024
                  priceChange4hPercent: -1.225487024930011
                  history6hPrice: 167.3727512958139
                  priceChange6hPercent: 0.35791157942550833
                  history8hPrice: 163.54628739020663
                  priceChange8hPercent: 2.7059680986454877
                  history12hPrice: 162.74296455421606
                  priceChange12hPercent: 3.2129396275970508
                  history24hPrice: 157.51260920577943
                  priceChange24hPercent: 6.640223027517149
                  uniqueWallet1m: 7955
                  uniqueWalletHistory1m: 8300
                  uniqueWallet1mChangePercent: -4.156626506024097
                  uniqueWallet5m: 27033
                  uniqueWalletHistory5m: 27281
                  uniqueWallet5mChangePercent: -0.9090575858656208
                  uniqueWallet30m: 98980
                  uniqueWalletHistory30m: 98887
                  uniqueWallet30mChangePercent: 0.09404674021863339
                  uniqueWallet1h: 166478
                  uniqueWalletHistory1h: 145186
                  uniqueWallet1hChangePercent: 14.665325857865083
                  uniqueWallet2h: 265223
                  uniqueWalletHistory2h: 181521
                  uniqueWallet2hChangePercent: 46.111469196401515
                  uniqueWallet4h: 382251
                  uniqueWalletHistory4h: 275988
                  uniqueWallet4hChangePercent: 38.50276098960824
                  uniqueWallet8h: 565327
                  uniqueWalletHistory8h: 593685
                  uniqueWallet8hChangePercent: -4.77660712330613
                  uniqueWallet24h: 1665723
                  uniqueWalletHistory24h: 1404422
                  uniqueWallet24hChangePercent: 18.605590057689213
                  totalSupply: 600356276.4028102
                  circulatingSupply: 519020004.53927445
                  holder: 1760223
                  trade1m: 20682
                  tradeHistory1m: 24687
                  trade1mChangePercent: -16.223113379511485
                  sell1m: 11727
                  sellHistory1m: 14036
                  sell1mChangePercent: -16.450555713878597
                  buy1m: 8955
                  buyHistory1m: 10651
                  buy1mChangePercent: -15.923387475354428
                  v1m: 29901.998139863
                  v1mUSD: 5077278.654974254
                  vHistory1m: 30646.791280430996
                  vHistory1mUSD: 5219685.923701156
                  v1mChangePercent: -2.430248353743875
                  vBuy1m: 12396.121135296999
                  vBuy1mUSD: 2126705.432446164
                  vBuyHistory1m: 13090.079018149998
                  vBuyHistory1mUSD: 2212182.945199659
                  vBuy1mChangePercent: -5.301403313843978
                  vSell1m: 17505.877004566002
                  vSell1mUSD: 2950573.2225280902
                  vSellHistory1m: 17556.712262281
                  vSellHistory1mUSD: 3007502.9785014973
                  vSell1mChangePercent: -0.28954884579507056
                  trade5m: 116233
                  tradeHistory5m: 126663
                  trade5mChangePercent: -8.234448891941609
                  sell5m: 65905
                  sellHistory5m: 70880
                  sell5mChangePercent: -7.018905191873589
                  buy5m: 50328
                  buyHistory5m: 55783
                  buy5mChangePercent: -9.778964917627233
                  v5m: 161544.220822853
                  v5mUSD: 27692876.766140137
                  vHistory5m: 216566.50841522898
                  vHistory5mUSD: 36920321.57370163
                  v5mChangePercent: -25.406646667120018
                  vBuy5m: 76068.134923731
                  vBuy5mUSD: 13169147.136751132
                  vBuyHistory5m: 105770.59333944602
                  vBuyHistory5mUSD: 18036608.943288196
                  vBuy5mChangePercent: -28.081962554934247
                  vSell5m: 85476.085899122
                  vSell5mUSD: 14523729.629389005
                  vSellHistory5m: 110795.91507578298
                  vSellHistory5mUSD: 18883712.63041343
                  vSell5mChangePercent: -22.852673908909495
                  trade30m: 788590
                  tradeHistory30m: 797963
                  trade30mChangePercent: -1.174615865647906
                  sell30m: 442903
                  sellHistory30m: 446408
                  sell30mChangePercent: -0.7851561799967743
                  buy30m: 345687
                  buyHistory30m: 351555
                  buy30mChangePercent: -1.6691556086529846
                  v30m: 1254060.0583020002
                  v30mUSD: 214883389.03084078
                  vHistory30m: 1014809.626640769
                  vHistory30mUSD: 176963012.98413345
                  v30mChangePercent: 23.57589299317153
                  vBuy30m: 617376.7933133912
                  vBuy30mUSD: 105656879.5739485
                  vBuyHistory30m: 515256.87016754213
                  vBuyHistory30mUSD: 89409857.07236338
                  vBuy30mChangePercent: 19.819225915928783
                  vSell30m: 636683.264988609
                  vSell30mUSD: 109226509.45689228
                  vSellHistory30m: 499552.7564732268
                  vSellHistory30mUSD: 87553155.91177008
                  vSell30mChangePercent: 27.450655959443516
                  trade1h: 1466265
                  tradeHistory1h: 1320699
                  trade1hChangePercent: 11.021890680616856
                  sell1h: 821622
                  sellHistory1h: 721102
                  sell1hChangePercent: 13.939775510260684
                  buy1h: 644643
                  buyHistory1h: 599597
                  buy1hChangePercent: 7.512712705367106
                  v1h: 2108562.948260493
                  v1hUSD: 364214841.91139424
                  vHistory1h: 1783376.1195459762
                  vHistory1hUSD: 315517691.7376682
                  v1hChangePercent: 18.23433795879835
                  vBuy1h: 1047163.9042004604
                  vBuy1hUSD: 180355710.08512825
                  vBuyHistory1h: 870775.027542904
                  vBuyHistory1hUSD: 151538134.971131
                  vBuy1hChangePercent: 20.25653826514513
                  vSell1h: 1061399.0440600328
                  vSell1hUSD: 183859131.82626596
                  vSellHistory1h: 912601.092003072
                  vSellHistory1hUSD: 163979556.76653722
                  vSell1hChangePercent: 16.304818541293166
                  trade2h: 2669379
                  tradeHistory2h: 2273625
                  trade2hChangePercent: 17.40630051129804
                  sell2h: 1478759
                  sellHistory2h: 1214967
                  sell2hChangePercent: 21.711865425151462
                  buy2h: 1190620
                  buyHistory2h: 1058658
                  buy2hChangePercent: 12.465026476917004
                  v2h: 3731210.4661495816
                  v2hUSD: 651452028.7737522
                  vHistory2h: 4986668.953994334
                  vHistory2hUSD: 876699150.961254
                  v2hChangePercent: -25.176295026344732
                  vBuy2h: 1831761.5833810142
                  vBuy2hUSD: 316887774.0885777
                  vBuyHistory2h: 2552431.93778671
                  vBuyHistory2hUSD: 447965734.71457183
                  vBuy2hChangePercent: -28.234655104285
                  vSell2h: 1899448.8827685672
                  vSell2hUSD: 334564254.68517447
                  vSellHistory2h: 2434237.0162076233
                  vSellHistory2hUSD: 428733416.24668217
                  vSell2hChangePercent: -21.96943559227523
                  trade4h: 5091801
                  tradeHistory4h: 4712834
                  trade4hChangePercent: 8.04117013245109
                  sell4h: 2772519
                  sellHistory4h: 2530641
                  sell4hChangePercent: 9.557973651734878
                  buy4h: 2319282
                  buyHistory4h: 2182193
                  buy4hChangePercent: 6.282166609461217
                  v4h: 8939271.824863661
                  v4hUSD: 1565560374.6611657
                  vHistory4h: 8303593.777521941
                  vHistory4hUSD: 1399553943.2157688
                  v4hChangePercent: 7.65545695482501
                  vBuy4h: 4504246.161137434
                  vBuy4hUSD: 784884335.9037958
                  vBuyHistory4h: 4305672.358770635
                  vBuyHistory4hUSD: 725954295.8032504
                  vBuy4hChangePercent: 4.611911585940923
                  vSell4h: 4435025.663726228
                  vSell4hUSD: 780676038.7573699
                  vSellHistory4h: 3997921.418751306
                  vSellHistory4hUSD: 673599647.4125183
                  vSell4hChangePercent: 10.933287555998179
                  trade8h: 9289851
                  tradeHistory8h: 9379085
                  trade8hChangePercent: -0.9514147702041297
                  sell8h: 5029486
                  sellHistory8h: 5093401
                  sell8hChangePercent: -1.2548589832216235
                  buy8h: 4260365
                  buyHistory8h: 4285684
                  buy8hChangePercent: -0.5907808415179467
                  v8h: 15908857.34252959
                  v8hUSD: 2732932277.975237
                  vHistory8h: 9435031.81369001
                  vHistory8hUSD: 1548030762.8614295
                  v8hChangePercent: 68.61477159458232
                  vBuy8h: 8049726.027986797
                  vBuy8hUSD: 1378697583.6394334
                  vBuyHistory8h: 4725061.174831935
                  vBuyHistory8hUSD: 774623834.5994598
                  vBuy8hChangePercent: 70.36236633006378
                  vSell8h: 7859131.314542793
                  vSell8hUSD: 1354234694.3358037
                  vSellHistory8h: 4709970.638858074
                  vSellHistory8hUSD: 773406928.2619697
                  vSell8hChangePercent: 66.86157764346973
                  trade24h: 29304866
                  tradeHistory24h: 24668611
                  trade24hChangePercent: 18.794146942444385
                  sell24h: 15982558
                  sellHistory24h: 13552421
                  sell24hChangePercent: 17.9313865766124
                  buy24h: 13322308
                  buyHistory24h: 11116190
                  buy24hChangePercent: 19.84599039778917
                  v24h: 38745401.947157934
                  v24hUSD: 6451492278.474664
                  vHistory24h: 27529677.595021047
                  vHistory24hUSD: 4160810504.560139
                  v24hChangePercent: 40.740485657432245
                  vBuy24h: 19559046.575467408
                  vBuy24hUSD: 3250849329.4358945
                  vBuyHistory24h: 13821503.465453008
                  vBuyHistory24hUSD: 2090095440.02877
                  vBuy24hChangePercent: 41.511714874980484
                  vSell24h: 19186355.371690527
                  vSell24hUSD: 3200642949.0387692
                  vSellHistory24h: 13708174.129568037
                  vSellHistory24hUSD: 2070715064.5313692
                  vSell24hChangePercent: 39.962880470756865
                  numberMarkets: 196569
                success: true
  schemas:
    DefiTokenOverviewResponse:
      type: object
      required:
        - success
        - data
      properties:
        success:
          type: boolean
          description: Whether the request completed successfully.
        data:
          oneOf:
            - $ref: '#/components/schemas/DefiTokenOverviewCoreChainsData'
            - $ref: '#/components/schemas/DefiTokenOverviewOtherChainsData'
          description: >-
            Comprehensive token overview. Returned shape depends on whether the
            request is on a core chain or another supported chain.
    ErrorResponse:
      type: object
      properties:
        success:
          type: boolean
        message:
          type: string
    DefiTokenOverviewCoreChainsData:
      type: object
      description: >-
        Richer overview shape returned on core chains, including supply, holder,
        wallet, trade, volume, and scaled-UI metrics.
      properties:
        address:
          type: string
          description: Token mint or contract address.
        decimals:
          type: integer
          description: Number of decimal places used by the token.
        symbol:
          type: string
          description: Ticker symbol for the token.
        name:
          type: string
          description: Display name of the token.
        marketCap:
          type: number
          description: >-
            Current market capitalization based on circulating supply and latest
            price.
        fdv:
          type: number
          description: Fully diluted valuation based on total supply and latest price.
        totalSupply:
          type: number
          description: >-
            Total token supply. On Solana Token-2022 scaled UI mode this may be
            scaled for display.
        circulatingSupply:
          type: number
          description: >-
            Circulating token supply. On Solana Token-2022 scaled UI mode this
            may be scaled for display.
        extensions:
          type: object
          nullable: true
          description: Optional token metadata links and external identifiers.
          additionalProperties:
            type:
              - string
              - number
              - boolean
              - 'null'
        logoURI:
          type: string
          description: Logo image URL for the token.
        liquidity:
          type: number
          description: Current token liquidity in USD.
        lastTradeUnixTime:
          type: integer
          description: Unix timestamp in seconds of the latest observed trade.
        lastTradeHumanTime:
          type: string
          description: Human-readable timestamp of the latest observed trade.
        price:
          type: number
          description: Latest token price in USD.
        global_fees_paid:
          type: number
          nullable: true
          description: >-
            All-time global fees paid in SOL for the token. Present when
            available.
        holder:
          type: number
          nullable: true
          description: Current holder count when holder data is available for the chain.
        numberMarkets:
          type: number
          description: Number of markets or pools tracked for this token.
        isScaledUiToken:
          type: boolean
          description: True when the token uses Solana Token-2022 scaled UI amounts.
        multiplier:
          type: number
          nullable: true
          description: >-
            Scaled UI multiplier applied to price, volume, and supply display
            fields for Token-2022 assets.
        history1mPrice:
          type: number
          description: >-
            Reference price 1 minute ago, used as the baseline for the current
            price change.
        priceChange1mPercent:
          type: number
          description: >-
            Percentage change between the latest price and the baseline price
            from 1m ago.
        uniqueWallet1m:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the latest
            1m window.
        uniqueWalletHistory1m:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the previous
            1m window used for comparison.
        uniqueWallet1mChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct trading wallets versus the previous 1m
            window.
        trade1m:
          type: number
          description: Total trade count during the latest 1m window.
        tradeHistory1m:
          type: number
          description: Total trade count during the previous 1m window used for comparison.
        trade1mChangePercent:
          type: number
          description: >-
            Percentage change in total trade count versus the previous 1m
            window.
        sell1m:
          type: number
          description: Sell-side trade count during the latest 1m window.
        sellHistory1m:
          type: number
          description: >-
            Sell-side trade count during the previous 1m window used for
            comparison.
        sell1mChangePercent:
          type: number
          description: >-
            Percentage change in sell-side trade count versus the previous 1m
            window.
        buy1m:
          type: number
          description: Buy-side trade count during the latest 1m window.
        buyHistory1m:
          type: number
          description: >-
            Buy-side trade count during the previous 1m window used for
            comparison.
        buy1mChangePercent:
          type: number
          description: >-
            Percentage change in buy-side trade count versus the previous 1m
            window.
        v1m:
          type: number
          description: Total traded token volume during the latest 1m window.
        v1mUSD:
          type: number
          description: Total traded USD volume during the latest 1m window.
        vHistory1m:
          type: number
          description: >-
            Total traded token volume during the previous 1m window used for
            comparison.
        vHistory1mUSD:
          type: number
          description: >-
            Total traded USD volume during the previous 1m window used for
            comparison.
        v1mChangePercent:
          type: number
          description: >-
            Percentage change in total traded token volume versus the previous
            1m window.
        vBuy1m:
          type: number
          description: Buy-side token volume during the latest 1m window.
        vBuy1mUSD:
          type: number
          description: Buy-side USD volume during the latest 1m window.
        vBuyHistory1m:
          type: number
          description: >-
            Buy-side token volume during the previous 1m window used for
            comparison.
        vBuyHistory1mUSD:
          type: number
          description: >-
            Buy-side USD volume during the previous 1m window used for
            comparison.
        vBuy1mChangePercent:
          type: number
          description: >-
            Percentage change in buy-side token volume versus the previous 1m
            window.
        vSell1m:
          type: number
          description: Sell-side token volume during the latest 1m window.
        vSell1mUSD:
          type: number
          description: Sell-side USD volume during the latest 1m window.
        vSellHistory1m:
          type: number
          description: >-
            Sell-side token volume during the previous 1m window used for
            comparison.
        vSellHistory1mUSD:
          type: number
          description: >-
            Sell-side USD volume during the previous 1m window used for
            comparison.
        vSell1mChangePercent:
          type: number
          description: >-
            Percentage change in sell-side token volume versus the previous 1m
            window.
        history5mPrice:
          type: number
          description: >-
            Reference price 5 minutes ago, used as the baseline for the current
            price change.
        priceChange5mPercent:
          type: number
          description: >-
            Percentage change between the latest price and the baseline price
            from 5m ago.
        uniqueWallet5m:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the latest
            5m window.
        uniqueWalletHistory5m:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the previous
            5m window used for comparison.
        uniqueWallet5mChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct trading wallets versus the previous 5m
            window.
        trade5m:
          type: number
          description: Total trade count during the latest 5m window.
        tradeHistory5m:
          type: number
          description: Total trade count during the previous 5m window used for comparison.
        trade5mChangePercent:
          type: number
          description: >-
            Percentage change in total trade count versus the previous 5m
            window.
        sell5m:
          type: number
          description: Sell-side trade count during the latest 5m window.
        sellHistory5m:
          type: number
          description: >-
            Sell-side trade count during the previous 5m window used for
            comparison.
        sell5mChangePercent:
          type: number
          description: >-
            Percentage change in sell-side trade count versus the previous 5m
            window.
        buy5m:
          type: number
          description: Buy-side trade count during the latest 5m window.
        buyHistory5m:
          type: number
          description: >-
            Buy-side trade count during the previous 5m window used for
            comparison.
        buy5mChangePercent:
          type: number
          description: >-
            Percentage change in buy-side trade count versus the previous 5m
            window.
        v5m:
          type: number
          description: Total traded token volume during the latest 5m window.
        v5mUSD:
          type: number
          description: Total traded USD volume during the latest 5m window.
        vHistory5m:
          type: number
          description: >-
            Total traded token volume during the previous 5m window used for
            comparison.
        vHistory5mUSD:
          type: number
          description: >-
            Total traded USD volume during the previous 5m window used for
            comparison.
        v5mChangePercent:
          type: number
          description: >-
            Percentage change in total traded token volume versus the previous
            5m window.
        vBuy5m:
          type: number
          description: Buy-side token volume during the latest 5m window.
        vBuy5mUSD:
          type: number
          description: Buy-side USD volume during the latest 5m window.
        vBuyHistory5m:
          type: number
          description: >-
            Buy-side token volume during the previous 5m window used for
            comparison.
        vBuyHistory5mUSD:
          type: number
          description: >-
            Buy-side USD volume during the previous 5m window used for
            comparison.
        vBuy5mChangePercent:
          type: number
          description: >-
            Percentage change in buy-side token volume versus the previous 5m
            window.
        vSell5m:
          type: number
          description: Sell-side token volume during the latest 5m window.
        vSell5mUSD:
          type: number
          description: Sell-side USD volume during the latest 5m window.
        vSellHistory5m:
          type: number
          description: >-
            Sell-side token volume during the previous 5m window used for
            comparison.
        vSellHistory5mUSD:
          type: number
          description: >-
            Sell-side USD volume during the previous 5m window used for
            comparison.
        vSell5mChangePercent:
          type: number
          description: >-
            Percentage change in sell-side token volume versus the previous 5m
            window.
        history30mPrice:
          type: number
          description: >-
            Reference price 30 minutes ago, used as the baseline for the current
            price change.
        priceChange30mPercent:
          type: number
          description: >-
            Percentage change between the latest price and the baseline price
            from 30m ago.
        uniqueWallet30m:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the latest
            30m window.
        uniqueWalletHistory30m:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the previous
            30m window used for comparison.
        uniqueWallet30mChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct trading wallets versus the previous
            30m window.
        trade30m:
          type: number
          description: Total trade count during the latest 30m window.
        tradeHistory30m:
          type: number
          description: >-
            Total trade count during the previous 30m window used for
            comparison.
        trade30mChangePercent:
          type: number
          description: >-
            Percentage change in total trade count versus the previous 30m
            window.
        sell30m:
          type: number
          description: Sell-side trade count during the latest 30m window.
        sellHistory30m:
          type: number
          description: >-
            Sell-side trade count during the previous 30m window used for
            comparison.
        sell30mChangePercent:
          type: number
          description: >-
            Percentage change in sell-side trade count versus the previous 30m
            window.
        buy30m:
          type: number
          description: Buy-side trade count during the latest 30m window.
        buyHistory30m:
          type: number
          description: >-
            Buy-side trade count during the previous 30m window used for
            comparison.
        buy30mChangePercent:
          type: number
          description: >-
            Percentage change in buy-side trade count versus the previous 30m
            window.
        v30m:
          type: number
          description: Total traded token volume during the latest 30m window.
        v30mUSD:
          type: number
          description: Total traded USD volume during the latest 30m window.
        vHistory30m:
          type: number
          description: >-
            Total traded token volume during the previous 30m window used for
            comparison.
        vHistory30mUSD:
          type: number
          description: >-
            Total traded USD volume during the previous 30m window used for
            comparison.
        v30mChangePercent:
          type: number
          description: >-
            Percentage change in total traded token volume versus the previous
            30m window.
        vBuy30m:
          type: number
          description: Buy-side token volume during the latest 30m window.
        vBuy30mUSD:
          type: number
          description: Buy-side USD volume during the latest 30m window.
        vBuyHistory30m:
          type: number
          description: >-
            Buy-side token volume during the previous 30m window used for
            comparison.
        vBuyHistory30mUSD:
          type: number
          description: >-
            Buy-side USD volume during the previous 30m window used for
            comparison.
        vBuy30mChangePercent:
          type: number
          description: >-
            Percentage change in buy-side token volume versus the previous 30m
            window.
        vSell30m:
          type: number
          description: Sell-side token volume during the latest 30m window.
        vSell30mUSD:
          type: number
          description: Sell-side USD volume during the latest 30m window.
        vSellHistory30m:
          type: number
          description: >-
            Sell-side token volume during the previous 30m window used for
            comparison.
        vSellHistory30mUSD:
          type: number
          description: >-
            Sell-side USD volume during the previous 30m window used for
            comparison.
        vSell30mChangePercent:
          type: number
          description: >-
            Percentage change in sell-side token volume versus the previous 30m
            window.
        history1hPrice:
          type: number
          description: >-
            Reference price 1 hour ago, used as the baseline for the current
            price change.
        priceChange1hPercent:
          type: number
          description: >-
            Percentage change between the latest price and the baseline price
            from 1h ago.
        uniqueWallet1h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the latest
            1h window.
        uniqueWalletHistory1h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the previous
            1h window used for comparison.
        uniqueWallet1hChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct trading wallets versus the previous 1h
            window.
        trade1h:
          type: number
          description: Total trade count during the latest 1h window.
        tradeHistory1h:
          type: number
          description: Total trade count during the previous 1h window used for comparison.
        trade1hChangePercent:
          type: number
          description: >-
            Percentage change in total trade count versus the previous 1h
            window.
        sell1h:
          type: number
          description: Sell-side trade count during the latest 1h window.
        sellHistory1h:
          type: number
          description: >-
            Sell-side trade count during the previous 1h window used for
            comparison.
        sell1hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side trade count versus the previous 1h
            window.
        buy1h:
          type: number
          description: Buy-side trade count during the latest 1h window.
        buyHistory1h:
          type: number
          description: >-
            Buy-side trade count during the previous 1h window used for
            comparison.
        buy1hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side trade count versus the previous 1h
            window.
        v1h:
          type: number
          description: Total traded token volume during the latest 1h window.
        v1hUSD:
          type: number
          description: Total traded USD volume during the latest 1h window.
        vHistory1h:
          type: number
          description: >-
            Total traded token volume during the previous 1h window used for
            comparison.
        vHistory1hUSD:
          type: number
          description: >-
            Total traded USD volume during the previous 1h window used for
            comparison.
        v1hChangePercent:
          type: number
          description: >-
            Percentage change in total traded token volume versus the previous
            1h window.
        vBuy1h:
          type: number
          description: Buy-side token volume during the latest 1h window.
        vBuy1hUSD:
          type: number
          description: Buy-side USD volume during the latest 1h window.
        vBuyHistory1h:
          type: number
          description: >-
            Buy-side token volume during the previous 1h window used for
            comparison.
        vBuyHistory1hUSD:
          type: number
          description: >-
            Buy-side USD volume during the previous 1h window used for
            comparison.
        vBuy1hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side token volume versus the previous 1h
            window.
        vSell1h:
          type: number
          description: Sell-side token volume during the latest 1h window.
        vSell1hUSD:
          type: number
          description: Sell-side USD volume during the latest 1h window.
        vSellHistory1h:
          type: number
          description: >-
            Sell-side token volume during the previous 1h window used for
            comparison.
        vSellHistory1hUSD:
          type: number
          description: >-
            Sell-side USD volume during the previous 1h window used for
            comparison.
        vSell1hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side token volume versus the previous 1h
            window.
        history2hPrice:
          type: number
          description: >-
            Reference price 2 hours ago, used as the baseline for the current
            price change.
        priceChange2hPercent:
          type: number
          description: >-
            Percentage change between the latest price and the baseline price
            from 2h ago.
        uniqueWallet2h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the latest
            2h window.
        uniqueWalletHistory2h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the previous
            2h window used for comparison.
        uniqueWallet2hChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct trading wallets versus the previous 2h
            window.
        trade2h:
          type: number
          description: Total trade count during the latest 2h window.
        tradeHistory2h:
          type: number
          description: Total trade count during the previous 2h window used for comparison.
        trade2hChangePercent:
          type: number
          description: >-
            Percentage change in total trade count versus the previous 2h
            window.
        sell2h:
          type: number
          description: Sell-side trade count during the latest 2h window.
        sellHistory2h:
          type: number
          description: >-
            Sell-side trade count during the previous 2h window used for
            comparison.
        sell2hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side trade count versus the previous 2h
            window.
        buy2h:
          type: number
          description: Buy-side trade count during the latest 2h window.
        buyHistory2h:
          type: number
          description: >-
            Buy-side trade count during the previous 2h window used for
            comparison.
        buy2hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side trade count versus the previous 2h
            window.
        v2h:
          type: number
          description: Total traded token volume during the latest 2h window.
        v2hUSD:
          type: number
          description: Total traded USD volume during the latest 2h window.
        vHistory2h:
          type: number
          description: >-
            Total traded token volume during the previous 2h window used for
            comparison.
        vHistory2hUSD:
          type: number
          description: >-
            Total traded USD volume during the previous 2h window used for
            comparison.
        v2hChangePercent:
          type: number
          description: >-
            Percentage change in total traded token volume versus the previous
            2h window.
        vBuy2h:
          type: number
          description: Buy-side token volume during the latest 2h window.
        vBuy2hUSD:
          type: number
          description: Buy-side USD volume during the latest 2h window.
        vBuyHistory2h:
          type: number
          description: >-
            Buy-side token volume during the previous 2h window used for
            comparison.
        vBuyHistory2hUSD:
          type: number
          description: >-
            Buy-side USD volume during the previous 2h window used for
            comparison.
        vBuy2hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side token volume versus the previous 2h
            window.
        vSell2h:
          type: number
          description: Sell-side token volume during the latest 2h window.
        vSell2hUSD:
          type: number
          description: Sell-side USD volume during the latest 2h window.
        vSellHistory2h:
          type: number
          description: >-
            Sell-side token volume during the previous 2h window used for
            comparison.
        vSellHistory2hUSD:
          type: number
          description: >-
            Sell-side USD volume during the previous 2h window used for
            comparison.
        vSell2hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side token volume versus the previous 2h
            window.
        history4hPrice:
          type: number
          description: >-
            Reference price 4 hours ago, used as the baseline for the current
            price change.
        priceChange4hPercent:
          type: number
          description: >-
            Percentage change between the latest price and the baseline price
            from 4h ago.
        uniqueWallet4h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the latest
            4h window.
        uniqueWalletHistory4h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the previous
            4h window used for comparison.
        uniqueWallet4hChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct trading wallets versus the previous 4h
            window.
        trade4h:
          type: number
          description: Total trade count during the latest 4h window.
        tradeHistory4h:
          type: number
          description: Total trade count during the previous 4h window used for comparison.
        trade4hChangePercent:
          type: number
          description: >-
            Percentage change in total trade count versus the previous 4h
            window.
        sell4h:
          type: number
          description: Sell-side trade count during the latest 4h window.
        sellHistory4h:
          type: number
          description: >-
            Sell-side trade count during the previous 4h window used for
            comparison.
        sell4hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side trade count versus the previous 4h
            window.
        buy4h:
          type: number
          description: Buy-side trade count during the latest 4h window.
        buyHistory4h:
          type: number
          description: >-
            Buy-side trade count during the previous 4h window used for
            comparison.
        buy4hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side trade count versus the previous 4h
            window.
        v4h:
          type: number
          description: Total traded token volume during the latest 4h window.
        v4hUSD:
          type: number
          description: Total traded USD volume during the latest 4h window.
        vHistory4h:
          type: number
          description: >-
            Total traded token volume during the previous 4h window used for
            comparison.
        vHistory4hUSD:
          type: number
          description: >-
            Total traded USD volume during the previous 4h window used for
            comparison.
        v4hChangePercent:
          type: number
          description: >-
            Percentage change in total traded token volume versus the previous
            4h window.
        vBuy4h:
          type: number
          description: Buy-side token volume during the latest 4h window.
        vBuy4hUSD:
          type: number
          description: Buy-side USD volume during the latest 4h window.
        vBuyHistory4h:
          type: number
          description: >-
            Buy-side token volume during the previous 4h window used for
            comparison.
        vBuyHistory4hUSD:
          type: number
          description: >-
            Buy-side USD volume during the previous 4h window used for
            comparison.
        vBuy4hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side token volume versus the previous 4h
            window.
        vSell4h:
          type: number
          description: Sell-side token volume during the latest 4h window.
        vSell4hUSD:
          type: number
          description: Sell-side USD volume during the latest 4h window.
        vSellHistory4h:
          type: number
          description: >-
            Sell-side token volume during the previous 4h window used for
            comparison.
        vSellHistory4hUSD:
          type: number
          description: >-
            Sell-side USD volume during the previous 4h window used for
            comparison.
        vSell4hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side token volume versus the previous 4h
            window.
        history6hPrice:
          type: number
          description: >-
            Reference price 6 hours ago, used as the baseline for the current
            price change.
        priceChange6hPercent:
          type: number
          description: >-
            Percentage change between the latest price and the baseline price
            from 6h ago.
        uniqueWallet6h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the latest
            6h window.
        uniqueWalletHistory6h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the previous
            6h window used for comparison.
        uniqueWallet6hChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct trading wallets versus the previous 6h
            window.
        trade6h:
          type: number
          description: Total trade count during the latest 6h window.
        tradeHistory6h:
          type: number
          description: Total trade count during the previous 6h window used for comparison.
        trade6hChangePercent:
          type: number
          description: >-
            Percentage change in total trade count versus the previous 6h
            window.
        sell6h:
          type: number
          description: Sell-side trade count during the latest 6h window.
        sellHistory6h:
          type: number
          description: >-
            Sell-side trade count during the previous 6h window used for
            comparison.
        sell6hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side trade count versus the previous 6h
            window.
        buy6h:
          type: number
          description: Buy-side trade count during the latest 6h window.
        buyHistory6h:
          type: number
          description: >-
            Buy-side trade count during the previous 6h window used for
            comparison.
        buy6hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side trade count versus the previous 6h
            window.
        v6h:
          type: number
          description: Total traded token volume during the latest 6h window.
        v6hUSD:
          type: number
          description: Total traded USD volume during the latest 6h window.
        vHistory6h:
          type: number
          description: >-
            Total traded token volume during the previous 6h window used for
            comparison.
        vHistory6hUSD:
          type: number
          description: >-
            Total traded USD volume during the previous 6h window used for
            comparison.
        v6hChangePercent:
          type: number
          description: >-
            Percentage change in total traded token volume versus the previous
            6h window.
        vBuy6h:
          type: number
          description: Buy-side token volume during the latest 6h window.
        vBuy6hUSD:
          type: number
          description: Buy-side USD volume during the latest 6h window.
        vBuyHistory6h:
          type: number
          description: >-
            Buy-side token volume during the previous 6h window used for
            comparison.
        vBuyHistory6hUSD:
          type: number
          description: >-
            Buy-side USD volume during the previous 6h window used for
            comparison.
        vBuy6hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side token volume versus the previous 6h
            window.
        vSell6h:
          type: number
          description: Sell-side token volume during the latest 6h window.
        vSell6hUSD:
          type: number
          description: Sell-side USD volume during the latest 6h window.
        vSellHistory6h:
          type: number
          description: >-
            Sell-side token volume during the previous 6h window used for
            comparison.
        vSellHistory6hUSD:
          type: number
          description: >-
            Sell-side USD volume during the previous 6h window used for
            comparison.
        vSell6hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side token volume versus the previous 6h
            window.
        history8hPrice:
          type: number
          description: >-
            Reference price 8 hours ago, used as the baseline for the current
            price change.
        priceChange8hPercent:
          type: number
          description: >-
            Percentage change between the latest price and the baseline price
            from 8h ago.
        uniqueWallet8h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the latest
            8h window.
        uniqueWalletHistory8h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the previous
            8h window used for comparison.
        uniqueWallet8hChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct trading wallets versus the previous 8h
            window.
        trade8h:
          type: number
          description: Total trade count during the latest 8h window.
        tradeHistory8h:
          type: number
          description: Total trade count during the previous 8h window used for comparison.
        trade8hChangePercent:
          type: number
          description: >-
            Percentage change in total trade count versus the previous 8h
            window.
        sell8h:
          type: number
          description: Sell-side trade count during the latest 8h window.
        sellHistory8h:
          type: number
          description: >-
            Sell-side trade count during the previous 8h window used for
            comparison.
        sell8hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side trade count versus the previous 8h
            window.
        buy8h:
          type: number
          description: Buy-side trade count during the latest 8h window.
        buyHistory8h:
          type: number
          description: >-
            Buy-side trade count during the previous 8h window used for
            comparison.
        buy8hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side trade count versus the previous 8h
            window.
        v8h:
          type: number
          description: Total traded token volume during the latest 8h window.
        v8hUSD:
          type: number
          description: Total traded USD volume during the latest 8h window.
        vHistory8h:
          type: number
          description: >-
            Total traded token volume during the previous 8h window used for
            comparison.
        vHistory8hUSD:
          type: number
          description: >-
            Total traded USD volume during the previous 8h window used for
            comparison.
        v8hChangePercent:
          type: number
          description: >-
            Percentage change in total traded token volume versus the previous
            8h window.
        vBuy8h:
          type: number
          description: Buy-side token volume during the latest 8h window.
        vBuy8hUSD:
          type: number
          description: Buy-side USD volume during the latest 8h window.
        vBuyHistory8h:
          type: number
          description: >-
            Buy-side token volume during the previous 8h window used for
            comparison.
        vBuyHistory8hUSD:
          type: number
          description: >-
            Buy-side USD volume during the previous 8h window used for
            comparison.
        vBuy8hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side token volume versus the previous 8h
            window.
        vSell8h:
          type: number
          description: Sell-side token volume during the latest 8h window.
        vSell8hUSD:
          type: number
          description: Sell-side USD volume during the latest 8h window.
        vSellHistory8h:
          type: number
          description: >-
            Sell-side token volume during the previous 8h window used for
            comparison.
        vSellHistory8hUSD:
          type: number
          description: >-
            Sell-side USD volume during the previous 8h window used for
            comparison.
        vSell8hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side token volume versus the previous 8h
            window.
        history12hPrice:
          type: number
          description: >-
            Reference price 12 hours ago, used as the baseline for the current
            price change.
        priceChange12hPercent:
          type: number
          description: >-
            Percentage change between the latest price and the baseline price
            from 12h ago.
        uniqueWallet12h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the latest
            12h window.
        uniqueWalletHistory12h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the previous
            12h window used for comparison.
        uniqueWallet12hChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct trading wallets versus the previous
            12h window.
        trade12h:
          type: number
          description: Total trade count during the latest 12h window.
        tradeHistory12h:
          type: number
          description: >-
            Total trade count during the previous 12h window used for
            comparison.
        trade12hChangePercent:
          type: number
          description: >-
            Percentage change in total trade count versus the previous 12h
            window.
        sell12h:
          type: number
          description: Sell-side trade count during the latest 12h window.
        sellHistory12h:
          type: number
          description: >-
            Sell-side trade count during the previous 12h window used for
            comparison.
        sell12hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side trade count versus the previous 12h
            window.
        buy12h:
          type: number
          description: Buy-side trade count during the latest 12h window.
        buyHistory12h:
          type: number
          description: >-
            Buy-side trade count during the previous 12h window used for
            comparison.
        buy12hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side trade count versus the previous 12h
            window.
        v12h:
          type: number
          description: Total traded token volume during the latest 12h window.
        v12hUSD:
          type: number
          description: Total traded USD volume during the latest 12h window.
        vHistory12h:
          type: number
          description: >-
            Total traded token volume during the previous 12h window used for
            comparison.
        vHistory12hUSD:
          type: number
          description: >-
            Total traded USD volume during the previous 12h window used for
            comparison.
        v12hChangePercent:
          type: number
          description: >-
            Percentage change in total traded token volume versus the previous
            12h window.
        vBuy12h:
          type: number
          description: Buy-side token volume during the latest 12h window.
        vBuy12hUSD:
          type: number
          description: Buy-side USD volume during the latest 12h window.
        vBuyHistory12h:
          type: number
          description: >-
            Buy-side token volume during the previous 12h window used for
            comparison.
        vBuyHistory12hUSD:
          type: number
          description: >-
            Buy-side USD volume during the previous 12h window used for
            comparison.
        vBuy12hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side token volume versus the previous 12h
            window.
        vSell12h:
          type: number
          description: Sell-side token volume during the latest 12h window.
        vSell12hUSD:
          type: number
          description: Sell-side USD volume during the latest 12h window.
        vSellHistory12h:
          type: number
          description: >-
            Sell-side token volume during the previous 12h window used for
            comparison.
        vSellHistory12hUSD:
          type: number
          description: >-
            Sell-side USD volume during the previous 12h window used for
            comparison.
        vSell12hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side token volume versus the previous 12h
            window.
        history24hPrice:
          type: number
          description: >-
            Reference price 24 hours ago, used as the baseline for the current
            price change.
        priceChange24hPercent:
          type: number
          description: >-
            Percentage change between the latest price and the baseline price
            from 24h ago.
        uniqueWallet24h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the latest
            24h window.
        uniqueWalletHistory24h:
          type: number
          description: >-
            Number of distinct wallets that traded the token during the previous
            24h window used for comparison.
        uniqueWallet24hChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct trading wallets versus the previous
            24h window.
        trade24h:
          type: number
          description: Total trade count during the latest 24h window.
        tradeHistory24h:
          type: number
          description: >-
            Total trade count during the previous 24h window used for
            comparison.
        trade24hChangePercent:
          type: number
          description: >-
            Percentage change in total trade count versus the previous 24h
            window.
        sell24h:
          type: number
          description: Sell-side trade count during the latest 24h window.
        sellHistory24h:
          type: number
          description: >-
            Sell-side trade count during the previous 24h window used for
            comparison.
        sell24hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side trade count versus the previous 24h
            window.
        buy24h:
          type: number
          description: Buy-side trade count during the latest 24h window.
        buyHistory24h:
          type: number
          description: >-
            Buy-side trade count during the previous 24h window used for
            comparison.
        buy24hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side trade count versus the previous 24h
            window.
        v24h:
          type: number
          description: Total traded token volume during the latest 24h window.
        v24hUSD:
          type: number
          description: Total traded USD volume during the latest 24h window.
        vHistory24h:
          type: number
          description: >-
            Total traded token volume during the previous 24h window used for
            comparison.
        vHistory24hUSD:
          type: number
          description: >-
            Total traded USD volume during the previous 24h window used for
            comparison.
        v24hChangePercent:
          type: number
          description: >-
            Percentage change in total traded token volume versus the previous
            24h window.
        vBuy24h:
          type: number
          description: Buy-side token volume during the latest 24h window.
        vBuy24hUSD:
          type: number
          description: Buy-side USD volume during the latest 24h window.
        vBuyHistory24h:
          type: number
          description: >-
            Buy-side token volume during the previous 24h window used for
            comparison.
        vBuyHistory24hUSD:
          type: number
          description: >-
            Buy-side USD volume during the previous 24h window used for
            comparison.
        vBuy24hChangePercent:
          type: number
          description: >-
            Percentage change in buy-side token volume versus the previous 24h
            window.
        vSell24h:
          type: number
          description: Sell-side token volume during the latest 24h window.
        vSell24hUSD:
          type: number
          description: Sell-side USD volume during the latest 24h window.
        vSellHistory24h:
          type: number
          description: >-
            Sell-side token volume during the previous 24h window used for
            comparison.
        vSellHistory24hUSD:
          type: number
          description: >-
            Sell-side USD volume during the previous 24h window used for
            comparison.
        vSell24hChangePercent:
          type: number
          description: >-
            Percentage change in sell-side token volume versus the previous 24h
            window.
        view30m:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the latest 30m window when
            view analytics are available.
        viewHistory30m:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the previous 30m window used
            for comparison.
        view30mChangePercent:
          type: number
          nullable: true
          description: Percentage change in total views versus the previous 30m window.
        uniqueView30m:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the latest 30m window when view
            analytics are available.
        uniqueViewHistory30m:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the previous 30m window used for
            comparison.
        uniqueView30mChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct viewers versus the previous 30m
            window.
        view1h:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the latest 1h window when
            view analytics are available.
        viewHistory1h:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the previous 1h window used
            for comparison.
        view1hChangePercent:
          type: number
          nullable: true
          description: Percentage change in total views versus the previous 1h window.
        uniqueView1h:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the latest 1h window when view
            analytics are available.
        uniqueViewHistory1h:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the previous 1h window used for
            comparison.
        uniqueView1hChangePercent:
          type: number
          nullable: true
          description: Percentage change in distinct viewers versus the previous 1h window.
        view2h:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the latest 2h window when
            view analytics are available.
        viewHistory2h:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the previous 2h window used
            for comparison.
        view2hChangePercent:
          type: number
          nullable: true
          description: Percentage change in total views versus the previous 2h window.
        uniqueView2h:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the latest 2h window when view
            analytics are available.
        uniqueViewHistory2h:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the previous 2h window used for
            comparison.
        uniqueView2hChangePercent:
          type: number
          nullable: true
          description: Percentage change in distinct viewers versus the previous 2h window.
        view4h:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the latest 4h window when
            view analytics are available.
        viewHistory4h:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the previous 4h window used
            for comparison.
        view4hChangePercent:
          type: number
          nullable: true
          description: Percentage change in total views versus the previous 4h window.
        uniqueView4h:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the latest 4h window when view
            analytics are available.
        uniqueViewHistory4h:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the previous 4h window used for
            comparison.
        uniqueView4hChangePercent:
          type: number
          nullable: true
          description: Percentage change in distinct viewers versus the previous 4h window.
        view8h:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the latest 8h window when
            view analytics are available.
        viewHistory8h:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the previous 8h window used
            for comparison.
        view8hChangePercent:
          type: number
          nullable: true
          description: Percentage change in total views versus the previous 8h window.
        uniqueView8h:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the latest 8h window when view
            analytics are available.
        uniqueViewHistory8h:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the previous 8h window used for
            comparison.
        uniqueView8hChangePercent:
          type: number
          nullable: true
          description: Percentage change in distinct viewers versus the previous 8h window.
        view24h:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the latest 24h window when
            view analytics are available.
        viewHistory24h:
          type: number
          nullable: true
          description: >-
            Total page or token-detail views during the previous 24h window used
            for comparison.
        view24hChangePercent:
          type: number
          nullable: true
          description: Percentage change in total views versus the previous 24h window.
        uniqueView24h:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the latest 24h window when view
            analytics are available.
        uniqueViewHistory24h:
          type: number
          nullable: true
          description: >-
            Number of distinct viewers during the previous 24h window used for
            comparison.
        uniqueView24hChangePercent:
          type: number
          nullable: true
          description: >-
            Percentage change in distinct viewers versus the previous 24h
            window.
      additionalProperties: true
    DefiTokenOverviewOtherChainsData:
      type: object
      description: >-
        Lighter overview shape returned on other supported chains, focused on
        token identity, price, liquidity, and timestamps.
      properties:
        address:
          type: string
          description: Token mint or contract address.
        decimals:
          type: integer
          description: Number of decimal places used by the token.
        symbol:
          type: string
          description: Ticker symbol for the token.
        name:
          type: string
          description: Display name of the token.
        marketCap:
          type: number
          description: >-
            Current market capitalization based on circulating supply and latest
            price.
        fdv:
          type: number
          description: Fully diluted valuation based on total supply and latest price.
        totalSupply:
          type: number
          description: >-
            Total token supply. On Solana Token-2022 scaled UI mode this may be
            scaled for display.
        circulatingSupply:
          type: number
          description: >-
            Circulating token supply. On Solana Token-2022 scaled UI mode this
            may be scaled for display.
        extensions:
          type: object
          nullable: true
          description: Optional token metadata links and external identifiers.
          additionalProperties:
            type:
              - string
              - number
              - boolean
              - 'null'
        logoURI:
          type: string
          description: Logo image URL for the token.
        liquidity:
          type: number
          description: Current token liquidity in USD.
        lastTradeUnixTime:
          type: integer
          description: Unix timestamp in seconds of the latest observed trade.
        lastTradeHumanTime:
          type: string
          description: Human-readable timestamp of the latest observed trade.
        price:
          type: number
          description: Latest token price in USD.
        createdAt:
          type: string
          format: date-time
          description: >-
            Token creation or indexing timestamp when available on that chain
            family.
        lastPriceUpdatedUnixTime:
          type: integer
          description: >-
            Unix timestamp in seconds when the latest price was updated in the
            overview cache.
        watch:
          type: number
          nullable: true
          description: Tracked watch count when available on that chain family.
      additionalProperties: true
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: X-API-KEY
      description: API key for authentication

````