Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
WebSocket 連接認證方法
# Python auth_msg = { "type": "auth", "api_key": "YOUR_API_KEY", "api_secret": "YOUR_API_SECRET", "api_passphrase": "YOUR_API_PASSPHRASE" } ws.send(json.dumps(auth_msg))