ramzinex_get_currency_deposits
Retrieve paginated list of user deposits for a given currency ID. Specify currency, limit, and offset to control results.
Instructions
List my deposits for one currency, paginated (read-only).
Persian purpose: واریزهای کاربر برای یک ارز مشخص. Requires configured
credentials. Maps to GET /exchange/api/{ver}/exchange/users/me/funds/deposits/currency/{currency_id}
with limit and offset query params.
Args: currency_id: Numeric id of the currency to list deposits for. limit: Max number of deposits to return (1-1000, default 50). offset: Number of deposits to skip for pagination (default 0). instance: Configured instance to use (default when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency_id | Yes | ||
| limit | No | ||
| offset | No | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||