[API] how can i get acces to my robux?

hello,
i wanted to get my robux ballance but it showed error code 403.

i have tried to use:
https://api.rprxy.xyz/users/get-by-username?username=P1xle_D3V/currency/balance

but that gave this error code

404

can anyone help me with tis issue?

1 Like

image

Yeah.

1 Like

do you know how i can get acces?

1 Like

Doubt it since you’re dealing with Robux and you’re a member to the website. Most likely Roblox uses this for Market place or another API.

And this would be breach in privacy if Roblox allowed this.

1 Like

https://api.roblox.com/currency/balance

You need some sort of authentication such as the account’s cookie in the headers of the request. This only shows the authenticated account’s robux balance and you can’t get another user’s robux balance as that would be a breach of privacy like @MixedConscience said. Also I don’t recommend you pass your cookie through a proxy that you don’t own

2 Likes

Sorry for the bump, but would the name of the header just be “cookie” or would it be “ROBLOSECURITY”?

I believe the header is just “Cookie” and the actual content of the header should be “.ROBLOSECURITY=abcdef123456”

1 Like