BaseTokensResponse

  • chainId
    const:  
    8453
    required

    Integer numbers.

  • note
    Type: string
    required
  • tokens
    Type: array object[] · BaseB20Token[]
    required
    • address
      Type: string
      required
    • checkedAt
      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

    • decimals
      Type: integer
      required

      Integer numbers.

    • name
      Type: string
      required
    • status
      Type: string enum
      required
      values
      • pre_launch
      • live
    • symbol
      Type: string
      required
    • totalSupply
      Type: number
      required

      Decimal-adjusted. 0 while status is pre_launch.

    • totalSupplyRaw
      Type: string
      required

      Raw uint256 as a string (arbitrary precision, don't parse as a JS number).

  • 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