service_settings
Read or change the authenticated account's service settings: which gateway services (rpc, data, gas, tx_status, ens, prices, contracts, utils) are enabled and the optional monthly unit cap per service. No arguments = read. A capped service answers -32014 once month-to-date units reach the cap; a disabled one answers -32012.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caps | No | Monthly unit caps by service key, e.g. {"gas": 5000}; an empty value clears a cap | |
| window | No | Usage window for the report: 1h, 6h, 12h, 24h, 3d, 7d or 30d (default 30d) | |
| enabled | No | Full list of service keys to keep ON; every other service is switched off |