configure_services
Read or change the account-wide service settings: which gateway services (rpc, data, gas, tx_status, ens, prices, contracts, utils) are enabled and an optional monthly unit cap per service. Use it with no arguments to read; pass enabled and/or caps to change. Not for one key's budget or services (use configure_key). Returns JSON: window, key_id, services[{service, enabled, cap, used}]. A capped service answers error -32014 once month-to-date units reach the cap; a disabled one answers -32012. Needs your API key.
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 |