Roblox does not provide direct access to group funds or pending group funds via their public APIs. These features are restricted and can only be viewed by users with specific roles and permissions within the group. This limitation ensures that sensitive financial information remains secure and visible only to authorized users.
If you need to access this data programmatically, the only viable solution involves using a proxy that relies on a user account with appropriate permissions. Here’s how it works:
Authorized User Access: The proxy must use a Roblox account that has the necessary permissions to view group funds and pending group funds.
Caching and Scraping: The proxy would cache and scrape the relevant data from Roblox’s website. This requires the authorized user account to be logged in.
Custom API Integration: Your website’s backend can then process this data and expose it through a custom API. This allows you to retrieve the information without directly interacting with Roblox’s web interface.