Returns the full details for a single rebalance for a Strategy.
// Initialize the SDK
const activ = await getActiv();
// Use the long form, unique key
const uniqueKey = '46oXrSZVJ6SHSQvMLLPx98bPGqJUu2hki5jdSxPBcBrqX861A1gNDTCvTvG6XNKKkQs9pgmpvtiMtDsHEpY5gHqKpDnfmKz5uD9qJMkgpcE53Z8o9qovPiYjtVNjsCFGSSyHY9kcMeuZhRLLHHk1HAyJ8c7Kstnu1PS3ZPsueyGQZEQpemqAoZQg9q1cfJtXnK4UM8KCNrmcNBnW6U9UbR8YFLrk7tc6J1ExguLQpMGWtZAWw3GspiJeVbYerRDeVnbLLnLs2ub52cx2natu1PBmDv65eswyv84m8e59fto2FKDD6NgkAbAF4ATuLoa6Xi3RefCcPUNd4dMX8y9CMLohjAbV2i1GjBv2GQMYKcLGLrospgUoXXEN4G5sPiGfgT2';4aCd9bbC21a759fB0517494875092d';
// the reference obtained from Get Rebalances
const rebalanceReference = '';
// Request strategy rebalance details
const rebalance = await activ.query.getStrategyRebalance(uniqueKey, rebalanceReference);