How to get your session token
- Open my.tastytrade.com in your browser (stay logged in)
- Open DevTools → Console tab and paste this:
const o=fetch;window.fetch=function(u,p){if(typeof u==='string'&&u.includes('tastyworks')){const a=p?.headers?.Authorization;if(a){navigator.clipboard.writeText(a).catch(()=>{});alert('Copied! Paste it below.');window.fetch=o;}}return o.apply(this,arguments);};- Press Enter, then click anything in the tastytrade app
- Your token is copied — paste it below