router.get(‘/accounts/:accountId/derivative/openPositions’, getDerivativeOpenPositions);
router.get(‘/accounts/:accountId/derivative/closedPositions’, getDerivativeClosedPositions);
router.get(‘/accounts/:accountId/derivative/orderHistory’, getDerivativeOrderHistory);
router.get(‘/accounts/:accountId/derivative/dailyOrder’, getDerivativeDailyOrder);
router.get(‘/accounts/:accountId/derivative/balance’, getDerivativeBalance);
\
Sandbox