groupCurrency
Gets currency for a particular group.
Parameters
Name | Type | Description |
---|---|---|
groupId | Identifier | The 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