Wallet Transaction Presenter
idstringrequired
blockchainstringrequired
block_hashstringrequired
contract_addressstringrequired
source_addressstringrequired
destination_addressstringrequired
currencystringrequired
amountDecimal (string)required
Default value:
0.00Example:
0.00amount_in_usdDecimal (string)required
Default value:
0.00Example:
0.00p_created_atstringrequired
calculated_feeDecimal (string)required
Default value:
0.00Example:
0.00Wallet Transaction Presenter
{
"id": "string",
"blockchain": "string",
"block_hash": "string",
"contract_address": "string",
"source_address": "string",
"destination_address": "string",
"currency": "string",
"amount": "0.00",
"amount_in_usd": "0.00",
"p_created_at": "string",
"calculated_fee": "0.00"
}