Calculate the players current value

Anybody know a JSON web API I can use to find the player’s current value
I look up for rolimons but found no public API

I mostly want to get the items value or the players current value

Can you specify what you mean by ‘player’s current value’?

Do you mean the player Instance?

The player’s UserId?

You can try using the Avatar API:
https://inventory.roblox.com/docs#!/Inventory/get_v1_users_userId_assets_collectibles
You should find a recentAveragePrice field in the response body.
Also you won’t be able to fetch a user’s collectibles if his inventory is hidden.

That’s RAP not Value.
He wants value, RAP is easy to find.

The only public-facing currency-related items in regards to Limiteds are its original price, the prices that it’s selling for and its Recent Average Price. Value is a term coined by the trading community and also “determined” by them through an obscure calculation and amalgamation of different factors.

Why do you want value? Games work without it, such as Trade Hangout.

Trade hangout has a value calculator :confused:

1 Like

No the value of their items I want to get the value of the items from rolimons but don’t know how to

1 Like