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

# CoinCommunity

> Community coin metadata associated with a token.

### TypeScript shape

```ts theme={null}
interface CoinCommunity {
  id: string;
  createdAt: number;
  postCount: number;
  memberCount: number;
  likeCount: number;
  lastPostAt: number | null;
}
```

<ResponseField name="id" type="String!">
  The community identifier.
</ResponseField>

<ResponseField name="createdAt" type="Int">
  Unix timestamp for when the community coin was created.
</ResponseField>
