# FetchWalletHistoryBalanceRequest


## Fields

| Field                                                                                         | Type                                                                                          | Required                                                                                      | Description                                                                                   | Example                                                                                       |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| `blockchains`                                                                                 | *string*                                                                                      | :heavy_minus_sign:                                                                            | Blockchains to fetch history from (by default, all) - comma separated, chain ID or chain name | 56,Ethereum                                                                                   |
| `from`                                                                                        | *number*                                                                                      | :heavy_minus_sign:                                                                            | JS Timestamp (miliseconds) of the beginning of the timeframe (if not provided, genesis)       |                                                                                               |
| `to`                                                                                          | *number*                                                                                      | :heavy_minus_sign:                                                                            | JS Timestamp (miliseconds) of the end of the timeframe (if not provided, end)                 |                                                                                               |
| `wallet`                                                                                      | *string*                                                                                      | :heavy_check_mark:                                                                            | The user wallet queried                                                                       | 0xf23b38099188fd5892346104bBEF2F1c11D10244                                                    |