# FetchWalletTransactionsRequest


## Fields

| Field                                                                                      | Type                                                                                       | Required                                                                                   | Description                                                                                | Example                                                                                    |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `asset`                                                                                    | *string*                                                                                   | :heavy_minus_sign:                                                                         | Specific asset to filter transactions                                                      |                                                                                            |
| `blockchains`                                                                              | *string*                                                                                   | :heavy_minus_sign:                                                                         | Blockchains to fetch NFTs from (by default, all) - comma separated, chain ID or chain name | 56,Ethereum                                                                                |
| `from`                                                                                     | *number*                                                                                   | :heavy_minus_sign:                                                                         | Start of the timeframe for transactions (timestamp)                                        |                                                                                            |
| `limit`                                                                                    | *number*                                                                                   | :heavy_minus_sign:                                                                         | Number of transactions to return per page                                                  |                                                                                            |
| `offset`                                                                                   | *number*                                                                                   | :heavy_minus_sign:                                                                         | Number of transactions to skip                                                             |                                                                                            |
| `order`                                                                                    | [operations.Order](../../../sdk/models/operations/order.md)                                | :heavy_minus_sign:                                                                         | N/A                                                                                        |                                                                                            |
| `to`                                                                                       | *number*                                                                                   | :heavy_minus_sign:                                                                         | End of the timeframe for transactions (timestamp)                                          |                                                                                            |
| `wallet`                                                                                   | *string*                                                                                   | :heavy_check_mark:                                                                         | The user wallet queried                                                                    | 0xd99cB89A20822B0448936DF4f36803778CA5a003                                                 |