Name | Type | Description | Notes |
---|---|---|---|
eq | string | Equal filter mode (`.eq` suffix can be omitted, i.e. `?param=...` is the same as `?param.eq=...`). \ Specify an unstake request status to get items where the specified field is equal to the specified value. Example: `?status=pending`. | [optional] |
ne | string | Not equal filter mode. \ Specify an unstake request status to get items where the specified field is not equal to the specified value. Example: `?status.ne=finalized`. | [optional] |