router.get(‘/accounts/:accountId/underlying/portfolio’, getUnderlyingPortfolio);
router.get(‘/accounts/:accountId/underlying/dailyOrder’, getUnderlyingDailyOrder);
router.get(‘/accounts/:accountId/underlying/orderReport’, getUnderlyingOrderReport);
router.get(‘/accounts/:accountId/underlying/balance’, getUnderlyingBalance);
Sandbox