reset_session
Clear current session and optionally remove stored credentials to switch accounts, refresh expired API keys, or reset connection to CryptoQuant's on-chain analytics data.
Instructions
Clear session and optionally stored credentials. Use cases: (1) Switch accounts - clear_stored=true then initialize(), (2) API key expired - clear_stored=true then initialize(), (3) Refresh session - clear_stored=false. After clearing, call initialize() with your API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear_stored | No | If true, also clears stored credentials from ~/.cryptoquant/credentials | |
| clear_cache | No | If true, also clears discovery cache (forces fresh API fetch on next initialize) |