Postman error: {
“message”: “Invalid request. source.walletId: should match format "uuid", destination.walletId: should match format "uuid"”,
“code”: 900
}
VaultAccount ids and wallet ids are correct
{
“operation”: “TRANSFER”,
“note”: “”,
“assetId”: “ETH_TEST5”,
“source”: {
“type”: “VAULT_ACCOUNT”,
“id”: “6”,
“name”: “TestFromAPI”,
“walletId”: “0xa5471a21ad95B7de2354AA391340159327CdA370”
},
“destination”: {
“type”: “VAULT_ACCOUNT”,
“id”: “11”,
“name”: “VaultTest1”,
“walletId”: “0x2319eeFa47D16AAdA6A538F20761310d37AC206F”,
“address”: “”,
“tag”: “”
},
“amount”: “0.001”…
Regards
Danny