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

# NetworkWalletStats

> Legacy per-network wallet stats. Superseded by NetworkBreakdown.

### TypeScript shape

```ts theme={null}
interface NetworkWalletStats {
  networkId: number;
  nativeTokenBalance: string;
}
```

<ResponseField name="networkId" type="Int!">
  Network id the stats apply to.
</ResponseField>

<ResponseField name="nativeTokenBalance" type="String!">
  Native token balance on this network.
</ResponseField>
