Transactions history, filter by sourceWalletId and destWalletId

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!

Hey @vladislav.kislitsyn !

These two parameters are specific for wallets using our Embedded Wallets feature, as non-custodial wallets have an assigned wallet ID. If you are not using this feature, the parameters will have no effect on results as you noticed. I hope this clears up the confusion!