# TokenPrice **Type:** GraphQL objects **Description:** Represents the latest known price information for a specific token. `TokenPrice` provides the current valuation of a token in both KDA (the Kadena native token) and USD, along with metadata about the protocol where the token is traded and the timestamp of the most recent price update. ## Fields - id (ID): Globally unique identifier for this token price entry. - token (Token, Not Null): The token associated with this price data. - id (ID) - name (String) - chainId (String) - address (String) - priceInKda (Decimal): The current price of the token denominated in KDA. - priceInUsd (Decimal): The current price of the token denominated in USD. - protocolAddress (String): The protocol/module name on Kadena where this price was retrieved from. - updatedAt (DateTime): The timestamp of the most recent price update.