-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhealth-attached-but-logged-out.json
More file actions
77 lines (77 loc) · 1.99 KB
/
Copy pathhealth-attached-but-logged-out.json
File metadata and controls
77 lines (77 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"ok": true,
"kind": "health",
"source": "toss_browser_bridge",
"checked_at": "2026-04-17T02:01:30+09:00",
"capability": "attached_but_logged_out",
"data": {
"attached": true,
"current_url": "https://www.tossinvest.com/signin?redirectUrl=%2Faccount",
"profile_name": "toss-bridge",
"capabilities": {
"browser_attached": true,
"web_session_ready": false,
"wts_api_ready": false,
"wts_cert_api_ready": false,
"account_summary_ready": false,
"positions_ready": false,
"completed_orders_ready": false,
"quote_ready": true,
"order_preview_ready": false,
"order_submit_ready": false,
"fx_preview_ready": false,
"fx_submit_ready": false,
"cancel_order_ready": false
},
"session_state": "attached_but_logged_out"
},
"diagnostics": {
"endpoint_matrix": [
{
"name": "account_list",
"method": "GET",
"path": "/api/v1/account/list",
"status_code": 401,
"ok": false,
"error": null
},
{
"name": "account_overview",
"method": "GET",
"path": "/api/v3/my-assets/summaries/markets/all/overview",
"status_code": 401,
"ok": false,
"error": null
},
{
"name": "asset_sections_v2",
"method": "POST",
"path": "/api/v2/dashboard/asset/sections/all",
"status_code": 200,
"ok": true,
"error": null
},
{
"name": "completed_orders_us_probe",
"method": "GET",
"path": "/api/v2/trading/my-orders/markets/us/by-date/completed",
"status_code": 401,
"ok": false,
"error": null
},
{
"name": "quote_probe",
"method": "GET",
"path": "/api/v1/product/stock-prices",
"status_code": 200,
"ok": true,
"error": null
}
],
"last_errors": [
"account_list: 401",
"account_overview: 401",
"completed_orders_us_probe: 401"
]
}
}