Hey!
Could you please elaborate, what is actually sourceWalletId and destWalletId, specified in endpoint for GET transactions history Get transaction history ?
If I check all the transactions from our org workspace, I don’t even see this field in source and destination attributes. For instance:
“destination” : {
“name” : “”,
“subType” : “”,
“id” : “”,
“type” : “VAULT_ACCOUNT”
},
“source” : {
“name” : “XXX”,
“subType” : “XXX”,
“id” : “XXX”,
“type” : “INTERNAL_WALLET”
},
Also, if I try to filter bu these fields I get all the transactions regardless of values in filters for sourceWalletId and destWalletId. Seems like filter doesn’t work for these attributes, was mentioned also here https://coingaming.slack.com/archives/D04BDBSGA2W
Thank you!