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

# MobulaTokenDexScreenerData

> Dexscreener listing, advertisement, social-payment and boost metadata.

### TypeScript shape

```ts theme={null}
interface MobulaTokenDexScreenerData {
  listed: boolean | null;
  header: string | null;
  adPaid: boolean | null;
  adPaidDate: number | null;
  pendingAt: number | null;
  socialPaid: boolean | null;
  socialPaidDate: number | null;
  boosted: boolean | null;
  boostedDate: number | null;
  boostedAmount: number | null;
}
```

<ResponseField name="listed" type="Boolean">Whether Dexscreener lists the token.</ResponseField>
<ResponseField name="header" type="String">Dexscreener header image or metadata.</ResponseField>
<ResponseField name="adPaid" type="Boolean">Whether an ad was paid.</ResponseField>
<ResponseField name="adPaidDate" type="Int">Unix timestamp for the ad payment.</ResponseField>
<ResponseField name="pendingAt" type="Int">Unix timestamp for pending Dexscreener state.</ResponseField>
<ResponseField name="socialPaid" type="Boolean">Whether social promotion was paid.</ResponseField>
<ResponseField name="socialPaidDate" type="Int">Unix timestamp for the social promotion payment.</ResponseField>
<ResponseField name="boosted" type="Boolean">Whether the token is/was boosted.</ResponseField>
<ResponseField name="boostedDate" type="Int">Unix timestamp for the boost.</ResponseField>
<ResponseField name="boostedAmount" type="Float">Boost amount when available.</ResponseField>
