Your key automatically promotes from Pilot to Production when your trial converts — no rotation required. The
X-API-KEY header stays the same; quota and tool bands expand in place.Pilot Tier Limits
For evaluation and integration testing. No charge during the Pilot window.- 2,000 operations per month
- All EVM chains and Tron mainnet
- Transaction history and advanced endpoints require a paid plan
- Fair-use rate limits apply
What Counts as an Operation
An operation is one REST API call toapi.walletsuite.io. All operations count equally against your monthly quota, and all responses count — success and failure alike.
MCP tools that touch the REST API consume one operation per invocation. Tools that run entirely through the local OWS vault — wallet creation, signing, and broadcast — do not consume any quota.
| Tool | Band | Ops per call |
|---|---|---|
get_balance | read | 1 |
get_all_balances | read | 1 |
get_price | read | 1 |
get_fee_quote | read | 1 |
resolve_asset | read | 1 |
get_tx_status | read | 1 |
get_tx_history | read | 1 |
prepare_transfer | prepare | 1 |
prepare_serialized_unsigned_tx | prepare | 1 |
prepare_onramp | prepare | 0 |
create_wallet | sign | 0 |
get_wallet_address | sign | 0 |
sign_transaction | sign | 0 |
create_agent_api_key | sign | 0 |
create_custom_policy | sign | 0 |
send_transaction | broadcast | 0 |
send_transaction broadcasts through a local chain RPC you configure (OWS_ETHEREUM_RPC_URL, OWS_TRON_RPC_URL) — not through WalletSuite — which is why it does not count against your quota.
Production Tier
Production API keys are available with an active subscription.- Rate limits for Production are defined according to the subscribed plan
- Exact limits are communicated during onboarding
Rate Limit Enforcement
- Rate limits are enforced automatically
- Requests exceeding the monthly quota return HTTP 429 Too Many Requests
- Monthly quotas reset automatically at the beginning of each billing cycle
Production Access
To upgrade to a Production API key:- Contact your account manager, or
- Email contact@walletsuite.io