# ListWalletTransactionsRiFungibleTokens ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **amount** | **String** | Defines the amount of the fungible tokens. | **converted_amount** | **String** | Defines the tokens' converted amount value. | **exchange_rate_unit** | **String** | Represents token's exchange rate unit. | **name** | **String** | Defines the token's name as a string. | **recipient** | **String** | The address which receives this transaction. In UTXO-based protocols like Bitcoin there could be several senders while in account-based protocols like Ethereum there is always only one | **sender** | **String** | Represents the address which sends this transaction. In UTXO-based protocols like Bitcoin there could be several senders while in account-based protocols like Ethereum there is always only one sender. | **symbol** | **String** | Defines the symbol of the fungible tokens. | **token_decimals** | **i32** | Defines the decimals of the token, i.e. the number of digits that come after the decimal coma of the token. | **_type** | **String** | Defines the specific token type. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)