|
| 1 | +{ |
| 2 | + "ok": true, |
| 3 | + "kind": "health", |
| 4 | + "source": "toss_browser_bridge", |
| 5 | + "checked_at": "2026-04-17T02:01:30+09:00", |
| 6 | + "capability": "attached_but_logged_out", |
| 7 | + "data": { |
| 8 | + "attached": true, |
| 9 | + "current_url": "https://www.tossinvest.com/signin?redirectUrl=%2Faccount", |
| 10 | + "profile_name": "toss-bridge", |
| 11 | + "capabilities": { |
| 12 | + "browser_attached": true, |
| 13 | + "web_session_ready": false, |
| 14 | + "wts_api_ready": false, |
| 15 | + "wts_cert_api_ready": false, |
| 16 | + "account_summary_ready": false, |
| 17 | + "positions_ready": false, |
| 18 | + "completed_orders_ready": false, |
| 19 | + "quote_ready": true |
| 20 | + }, |
| 21 | + "session_state": "attached_but_logged_out" |
| 22 | + }, |
| 23 | + "diagnostics": { |
| 24 | + "endpoint_matrix": [ |
| 25 | + { |
| 26 | + "name": "account_list", |
| 27 | + "method": "GET", |
| 28 | + "path": "/api/v1/account/list", |
| 29 | + "status_code": 401, |
| 30 | + "ok": false, |
| 31 | + "error": null |
| 32 | + }, |
| 33 | + { |
| 34 | + "name": "account_overview", |
| 35 | + "method": "GET", |
| 36 | + "path": "/api/v3/my-assets/summaries/markets/all/overview", |
| 37 | + "status_code": 401, |
| 38 | + "ok": false, |
| 39 | + "error": null |
| 40 | + }, |
| 41 | + { |
| 42 | + "name": "asset_sections_v2", |
| 43 | + "method": "POST", |
| 44 | + "path": "/api/v2/dashboard/asset/sections/all", |
| 45 | + "status_code": 200, |
| 46 | + "ok": true, |
| 47 | + "error": null |
| 48 | + }, |
| 49 | + { |
| 50 | + "name": "completed_orders_us_probe", |
| 51 | + "method": "GET", |
| 52 | + "path": "/api/v2/trading/my-orders/markets/us/by-date/completed", |
| 53 | + "status_code": 401, |
| 54 | + "ok": false, |
| 55 | + "error": null |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "quote_probe", |
| 59 | + "method": "GET", |
| 60 | + "path": "/api/v1/product/stock-prices", |
| 61 | + "status_code": 200, |
| 62 | + "ok": true, |
| 63 | + "error": null |
| 64 | + } |
| 65 | + ], |
| 66 | + "last_errors": [ |
| 67 | + "account_list: 401", |
| 68 | + "account_overview: 401", |
| 69 | + "completed_orders_us_probe: 401" |
| 70 | + ] |
| 71 | + } |
| 72 | +} |
0 commit comments