Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 883 Bytes

File metadata and controls

31 lines (25 loc) · 883 Bytes

🔑 How to Get Your API Credentials

  1. Open Chrome and Go to BullX NEO:
    Make sure you are logged into your account.

  2. Open Developer Tools:

    • Right-click anywhere → Inspect
    • Or press F12 / Ctrl + Shift + I
  3. Go to the "Network" Tab:

    • Click on “XHR” to filter API requests
    • Refresh the page (F5)
  4. Find the API Request:
    Look for requests like:

    • getPortfolioV3
    • tradeHistoryV5
    • getNeoVisionPro
  5. Copy Authorization Tokens:

    • Authorization: Bearer token
    • x-cs-token: Found in headers
    • Cookies: Copy session tokens
  6. Paste in .env File:
    Example:

    BULLX_BEARER_TOKEN=Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...
    BULLX_CS_TOKEN=TSWJsThK4G3iFchlH_2g3...
    BULLX_COOKIES=bullx-session-token=abc123...