nexus_get_opted_in_mods
Retrieve the list of mods opted into Donation Points for a user account using the account ID. Get details such as game, mod, uploader, and donation ratio.
Instructions
List a user's mods that opted into Donation Points (v2 GraphQL).
Returns: JSON {count, userId, user, entries: [{id, gameId, modId, uploaderId, ratio, createdAt}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Account ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |