groupLatestAddedFundsData
Checks if a group can have funds added to it.
Parameters
Name | Type | Description |
---|---|---|
groupId | Identifier | The ID of the group to check if funds can be added to. |
Example
const { data: fundsData } = await ClassicEconomyApi.groupLatestAddedFundsData({ groupId: 5850082 });
Example Data
{ transactionDate: null, rateLimitInDays: 30 }
Endpoint
GET /v1/groups/${groupId}/addfunds/allowed