Programming Level 2 50 points

API Requests - Find the Highest-Profit Trade

Mission

Start the stock API on localhost:9102, find the transaction with the largest sell_price - buy_price across all symbols, and POST its id to /api/check. The correct response returns the startup-injected FLAG.

#programming#python#api#requests

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag