You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| start | NUMBER | False | The first Offer to display, inclusive [Default: `0`]|
703
+
| end | NUMBER | False | The last Offer to display, exclusive [Default: `10`]|
704
+
| exclude_my_offers | BOOLEAN | False | If `true`, don't show Offers that originated from this wallet [Default: `false`]|
705
+
| exclude_taken_offers | BOOLEAN | False | If `true`, don't show any Offers with a status of `CONFIRMED`[Default: `false`]|
706
+
| include_completed | BOOLEAN | False | If `true`, show completed Offers [Default: `false`]|
707
+
| sort_key | STRING | False | Optionally change the sort order of the results, [sort_keys members](https://github.com/Chia-Network/chia-blockchain/blob/5f6c336e757534d3a36b1a03612e05b412a18c61/chia/wallet/transaction_sorting.py#L6)[Default: `confirmed_at_height`]|
708
+
| reverse | BOOLEAN | False | If `true`, reverse the results [Default: `false`]|
709
+
| file_contents | BOOLEAN | False | If `true`, return a summary for the Offer. If `false`, only return the Offer's basic metadata [Default: `false`]|
| wallet_id | NUMBER | True | The Wallet ID of the wallet from which to obtain transactions |
1778
+
| start | NUMBER | False | The sequence number of the first transaction to show [Default: 0]|
1779
+
| end | NUMBER | False | The sequence number of the last transaction to show [Default: 50]|
1780
+
| sort_key | NUMBER | False | Specify the key for sorting, [sort_keys members](https://github.com/Chia-Network/chia-blockchain/blob/5f6c336e757534d3a36b1a03612e05b412a18c61/chia/wallet/transaction_sorting.py#L6)[Default: `confirmed_at_height`]|
1781
+
| reverse | BOOLEAN | False | Set to `true` to sort the results in reverse order [Default: false]|
1782
+
| to_address | STRING | False | Only include transactions with this `to_address`[Default: None]|
| start | NUMBER | False | The sequence number of the first offer to show [Default: 0]|
3549
+
| end | NUMBER | False | The sequence number of the last offer to show [Default: 10]|
3550
+
| exclude_my_offers | BOOLEAN | False | Set to `true` to exclude offers you originated [Default: false]|
3551
+
| exclude_taken_offers | BOOLEAN | False | Set to `true` to exclude offers that have already been taken [Default: false]|
3552
+
| include_completed | BOOLEAN | False | Set to `true` to include offers that have been taken [Default: false]|
3553
+
| sort_key | NUMBER | False | Specify the key for sorting, [sort_keys members](https://github.com/Chia-Network/chia-blockchain/blob/5f6c336e757534d3a36b1a03612e05b412a18c61/chia/wallet/transaction_sorting.py#L6)[Default: `confirmed_at_height`]|
3554
+
| reverse | BOOLEAN | False | Set to `true` to sort the results in reverse order [Default: false]|
3555
+
| file_contents | BOOLEAN | False | Set to `true` to display the contents of each offer [Default: false]|
| start | NUMBER | False | The first Offer to display, inclusive [Default: `0`] |
734
+
| end | NUMBER | False | The last Offer to display, exclusive [Default: `10`] |
735
+
| exclude_my_offers | BOOLEAN | False | If `true`, don't show Offers that originated from this wallet [Default: `false`] |
736
+
| exclude_taken_offers | BOOLEAN | False | If `true`, don't show any Offers with a status of `CONFIRMED` [Default: `false`] |
737
+
| include_completed | BOOLEAN | False | If `true`, show completed Offers [Default: `false`] |
738
+
| sort_key | STRING | False | Optionally change the sort order of the results, [sort_keys members](https://github.com/Chia-Network/chia-blockchain/blob/5f6c336e757534d3a36b1a03612e05b412a18c61/chia/wallet/transaction_sorting.py#L6) [Default: `confirmed_at_height`] |
739
+
| reverse | BOOLEAN | False | If `true`, reverse the results [Default: `false`] |
740
+
| file_contents | BOOLEAN | False | If `true`, return a summary for the Offer. If `false`, only return the Offer's basic metadata [Default: `false`] |
0 commit comments