Tip |
---|
Excerpt |
This method is used to get the latest wallet transactions of a specific wallet. |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
wallet_identifier (mandatory) | Wallet identifier | The identifier of the wallet that should be returned as a result. The allowed wallets identifier fields are the following:
| ||||||
wallet_transaction_type_identifier | Wallet Transaction Type identifier | The wallet transactions type of the wallet transactions that should be retrieved in the results. The allowed wallet transaction type identifier fields are the following:
| ||||||
number (mandatory) | Number | The number of wallet transactions to be retrieved, starting from the latest one | ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...