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

# PairMetadataToken

> Metadata for a token in a pair.

<div data-generated>
  ## GraphQL

  ```
  type PairMetadataToken {
    address: String!
    decimals: Int
    name: String!
    networkId: Int!
    pooled: String!
    price: String!
    symbol: String!
    labels: [ContractLabel]
  }

  enum ContractLabelSubType {
    Generic
    HighTax
    HoneyPot
    Imitator
  }

  enum ContractLabelType {
    Scam
    Verified
  }

  type ContractLabel {
    createdAt: Int!
    subType: ContractLabelSubType!
    type: ContractLabelType!
  }
  ```

  ### Used By

  **Returned by**

  * [onPairMetadataUpdated](/api-reference/subscriptions/onpairmetadataupdated.md): Live-streamed stat updates for a given token within a pair.
  * [pairMetadata](/api-reference/queries/pairmetadata.md): Returns metadata for a pair of tokens.
</div>
