Anyone have experience with Roblox Send Trade api?

Getting Authorization Denied 401

Also using the python requests library

Data is the payload, headers include the x-crsf-token which I got from auth.roblox.login and cookies contain my R0BL0Security thing

Making requests manually I think is a lot harder than using an external module. And I haven’t found any good ones for python. Noblox.js is the standard. If you have JS experience I would recommend trying to switch over or using python <=> node IPC to make the requests in js but the rest of your code in python

1 Like

I finally did it, I was using asset ids instead of the user asset id

1 Like