# FetchWalletHoldingsRequest


## Fields

| Field                                                                                          | Type                                                                                           | Required                                                                                       | Description                                                                                    | Example                                                                                        |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| `blockchains`                                                                                  | *string*                                                                                       | :heavy_minus_sign:                                                                             | Blockchains to fetch holdings from (by default, all) - comma separated, chain ID or chain name | 56,Ethereum                                                                                    |
| `cache`                                                                                        | *boolean*                                                                                      | :heavy_minus_sign:                                                                             | Will use cached data if available                                                              |                                                                                                |
| `stale`                                                                                        | *number*                                                                                       | :heavy_minus_sign:                                                                             | Amount of seconds after which the cache is considered stale (default 5min)                     |                                                                                                |
| `wallet`                                                                                       | *string*                                                                                       | :heavy_check_mark:                                                                             | The user wallet queried                                                                        | 0xf23b38099188fd5892346104bBEF2F1c11D10244                                                     |