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

# PumpData

> Protocol-specific data for Pump.fun pairs.

### TypeScript shape

```ts theme={null}
interface PumpData {
  creator: string | null;
  type: string;
}
```

<ResponseField name="creator" type="String">
  Creator address.
</ResponseField>

<ResponseField name="type" type="String!">
  Type label.
</ResponseField>
