> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lasersell.io/llms.txt
> Use this file to discover all available pages before exploring further.

# クライアントメッセージ

> Exit Intelligence Streamに送信する全8種類のクライアントメッセージの完全なスキーマとJSON例。

クライアントメッセージの完全なスキーマ、JSON例、SDKコード例については、[英語版ドキュメント](/api/stream/client-messages)を参照してください。

## メッセージタイプ

| タイプ                        | 説明                          |
| -------------------------- | --------------------------- |
| `ping`                     | レイテンシ測定、サーバーが`pong`で応答。     |
| `configure`                | ウォレットと戦略による初期セッション設定。       |
| `update_strategy`          | セッション中の戦略パラメータ変更。           |
| `close_position`           | ポジションの追跡からの削除。              |
| `request_exit_signal`      | エグジットトランザクションの手動リクエスト。      |
| `update_wallets`           | セッション中のウォレットの追加/削除。         |
| `update_position_strategy` | 単一ポジションの戦略オーバーライド。          |
| `update_watch_wallets`     | コピートレーディング用ウォッチウォレットの追加/更新。 |
