> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# NetworkWalletStats

> Native token balance for a wallet on a network.

<div data-generated>
  ## GraphQL

  ```
  type NetworkWalletStats {
    networkId: Int!
    nativeTokenBalance: String!
  }
  ```

  ### Used By

  **Returned by**

  * [detailedWalletStats](/api-reference/queries/detailedwalletstats.md): Returns detailed stats for a wallet.
</div>
