Memory Subscription Quote
memory.subscription_quoteRetrieve a signed, non-binding monthly subscription quote for a wallet. Returns JSON quote; x402 prepaid funding. Compliance: GDPR Art. 5, 7. Cost $0.01 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Plan to quote: basic, pro, or enterprise. Defaults to pro. | |
| owner_wallet | Yes | 0x-prefixed wallet the quote is issued to. | |
| wallet_signature | Yes | EIP-191 signature over the subscription-quote message. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | True when the tool completed without a validation error. | |
| note | No | Prepaid-credit funding is a later prompt. | |
| tier | No | basic, pro, or enterprise. | |
| tool | No | Tool name that produced this payload. | |
| binding | No | Always false. | |
| payment | No | Settlement receipt after x402 or sandbox payment. | |
| issued_at | No | UTC timestamp of the quote. | |
| quote_hash | No | SHA-256 of the canonical quote body. | |
| monthly_usd | No | Quoted monthly prepaid amount. | |
| delta_discount | No | Whether the tier applies the delta factor. | |
| includes_tools | No | Tools covered by the tier. | |
| list_prices_usd | No | Convention list prices used by pricing_hint. | |
| discount_factors | No | fresh / delta / stale factors. | |
| current_balance_usd | No | Prepaid balance; 0 until funding lands. | |
| verification_calls_included | No | Included verification calls; null means unlimited. |