TokenDetailResponse

  • chainId
    const:  
    4663
    required

    Integer numbers.

  • defi
    Type: object · DefiSummary
    required
    • morphoBestSupplyApy
      Type: number | null
      required

      Null (not 0) if this token isn't a loan asset in any Morpho market.

    • morphoBestSupplyApyMarketId
      Type: string | null
      required
    • uniswapPoolCount
      Type: integer
      required

      Integer numbers.

    • uniswapTvlUsd
      Type: number | null
      required

      Null if 0 or no pool exists.

  • pendingCorporateActions
    Type: array object[] · PendingCorporateAction[]
    required

    Filtered to this symbol only.

    • change
      Type: string
      required

      Human-readable, e.g. "4:1 split", "1:2 reverse split", "×N adjustment".

    • checkedAt
      Type: string Format: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • currentMultiplier
      Type: number
      required
    • effectiveAt
      Type: string Format: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • name
      Type: string
      required
    • stagedMultiplier
      Type: number
      required
    • symbol
      Type: string
      required
  • recentCorporateActions
    Type: array object[] · RecentCorporateAction[]
    required

    This symbol's own ledger, most recent 20.

    • detail
      Type: string | null
      required
    • details
      Type: object | null
      required

      Exactly one top-level key when present.

    • name
      Type: string
      required
    • processDate
      Type: string Format: date
      required

      full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

    • status
      Type: string
      required

      Raw enum, e.g. CORPORATE_ACTION_STATUS_IN_PROGRESS.

    • statusLabel
      Type: string
      required
    • symbol
      Type: string
      required
    • type
      Type: string
      required

      Raw enum, e.g. CORPORATE_ACTION_TYPE_CASH_DIVIDEND.

    • typeLabel
      Type: string
      required

      Humanized version of type.

    • url
      Type: string Format: uri
      required
  • token
    Type: object · TokenCore
    required
    • address
      Type: string
      required

      Verified Robinhood Chain contract address.

    • change24hPercent
      Type: number | null
      required

      Null (not 0) when no 24h-ago price reference exists yet.

    • name
      Type: string
      required
    • priceSource
      Type: string | null enum
      required
      values
      • chainlink
      • legacy
      • null
    • priceUsd
      Type: number | null
      required
    • snapshotTs
      Type: string | null Format: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • supply
      Type: number | null
      required

      Corporate-action adjusted supply when available, else raw on-chain total supply.

    • supplyAdjusted
      Type: boolean
      required

      True iff supply reflects ERC-8056 corporate-action adjustment.

    • symbol
      Type: string
      required
  • updatedAt
    Type: string Format: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z