OBJECT

TokenMetadata

link GraphQL Schema definition

  • type TokenMetadata {
  • # An integer which defines the position of the decimal point in token balances for
  • # display purposes.
  • decimals: Int!
  • # A UTF-8 string giving a “display name” to the token.
  • name: String
  • # A UTF-8 string for the short identifier of the token (e.g. XTZ, EUR).
  • symbol: String
  • # An id assigned by the FA2 token contract.
  • token_id: Int
  • # The raw token metadata as a free-form object.
  • raw: JSONObject
  • }