> For the complete documentation index, see [llms.txt](https://xircus-developer.gitbook.io/developer-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xircus-developer.gitbook.io/developer-hub/graphql-reference/schemas/currency.md).

# Currency

{% tabs %}
{% tab title="Type Definition" %}

```graphql
type Currency {
  _id: ID!
  address: String!
  decimals: Int
  hashId: String
  name: String!
  symbol: String!
  chain: String
  totalSupply: String
  baseFee: String
  timestamp: Int
  router: String
  factory: String
  out: String
  supply: Float
  stable: Boolean
  status: Boolean
  path: [String]
  contributor: String
  createdAt: Time
  updatedAt: Time
}
```

{% endtab %}

{% tab title="Query" %}

{% endtab %}

{% tab title="Mutation" %}

{% endtab %}
{% endtabs %}
