Classic APIs
ClassicEconomyApi
groupCurrency

groupCurrency

Gets currency for a particular group.

Parameters

NameTypeDescription
groupIdIdentifierThe ID of the group to get currency for.

Example

const { data: currency } = await ClassicEconomyApi.groupCurrency({ groupId: 5850082 }); 

Example Data

{ robux: 0 } 

Endpoint

GET /v1/groups/{groupId}/currency