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

# MobulaTokenSourceMetadata

> Protocol or factory metadata for the source market backing a token.

### TypeScript shape

```ts theme={null}
interface MobulaTokenSourceMetadata {
  name: string | null;
  logo: string | null;
}
```

<ResponseField name="name" type="String">Source name.</ResponseField>
<ResponseField name="logo" type="String">Source logo URL.</ResponseField>
