Trade API Issue

Hello Developers!

Recently I have been playing around with the Roblox Trade API which you can find documentation of here:Trades Api but anyways my issue is that I am getting returned the error:

{
      "userAssetId": 1213472762,
      "reason": "NotOwned"
},
{
      "userAssetId": 1213472762,
      "reason": "NotOwned"
}

Which is odd because both users I have provided own the catching snowflakes item as seen below:

If anyone knows why I am getting this error please reply with your solution
Thanks, 50Alpha.

You have to provide the User Asset Id, not Asset Id. Every limited has their own uaid

Omg thank you, I understand now.