question

dev@bepex.xyz avatar image
dev@bepex.xyz asked

How To Export All User's Virtual Currency Balance?

A fatal problem occurred in the game, causing some users to create virtual currency indefinitely. It's too late to check the logs. I want to identify the number of abnormal users by checking the current cryptocurrency holdings of users. Is there a way to export the virtual currency balance data?

Player Datasdks
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

You can create a segment and set player filter with Virtual currency balance option, then you can call Get Players In Segment API to get abnormal players and their currency amount.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

dev@bepex.xyz avatar image dev@bepex.xyz commented ·

We don't know the standard of abnormal virtual currency value. That's why we need data on all users' virtual currency balances. How to get that data?

0 Likes 0 ·
Xiao Zha avatar image Xiao Zha dev@bepex.xyz commented ·

It is recommended to analyze the event (like “player_virtual_currency_balance_changed”) to find out abnormal players. You can use DataExplorer to analyze or export evenets. If you still want to get all player’s currency balance, you can call Get Players In Segment API with All Players Segment Id to get all player profiles, and the currency balance is included in the profiles. Please note that when you call the API once, the number of players you can get is up to 10,000. If your player number exceeds 10,000, the API will return ContinuationToken, and you can use it to get the remaining.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.