> ## 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.

# MobulaTokenSocialAudit

> Social-reuse and rename audit data for token social profiles.

### TypeScript shape

```ts theme={null}
interface MobulaTokenSocialAudit {
  twitterReusesCount: number | null;
  twitterRenameCount: number | null;
  twitterRenameHistory: MobulaTokenTwitterRename[];
}
```

<ResponseField name="twitterReusesCount" type="Int">Number of detected Twitter/X profile reuses.</ResponseField>
<ResponseField name="twitterRenameCount" type="Int">Number of detected Twitter/X renames.</ResponseField>
<ResponseField name="twitterRenameHistory" type="[MobulaTokenTwitterRename!]!">Twitter/X rename history.</ResponseField>
