Settings

tastytrade

How to get your session token

  1. Open my.tastytrade.com in your browser (stay logged in)
  2. 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);};
  1. Press Enter, then click anything in the tastytrade app
  2. Your token is copied — paste it below