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

# ArenaTradeData

> Protocol-specific data for Arena Trade pairs.

### TypeScript shape

```ts theme={null}
interface ArenaTradeData {
  tokenId: string | null;
  type: string;
}
```

<ResponseField name="tokenId" type="String">
  Token ID.
</ResponseField>

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