Returns the details of a single strategy where the type is of Rebalance Portfolio, providing the connected wallet has the appropriate permission.
// Initialize the SDK
const activ = await getActiv();
// Use the long form, unique key
const uniqueKey = '46oXrSZVJ6SHSQvMLLPx98bPGqJUu2hki5jdSxPBcBrqX861A1gNDTCvTvG6XNKKkQs9pgmpvtiMtDsHEpY5gHqKpDnfmKz5uD9qJMkgpcE53Z8o9qovPiYjtVNjsCFGSSyHY9kcMeuZhRLLHHk1HAyJ8c7Kstnu1PS3ZPsueyGQZEQpemqAoZQg9q1cfJtXnK4UM8KCNrmcNBnW6U9UbR8YFLrk7tc6J1ExguLQpMGWtZAWw3GspiJeVbYerRDeVnbLLnLs2ub52cx2natu1PBmDv65eswyv84m8e59fto2FKDD6NgkAbAF4ATuLoa6Xi3RefCcPUNd4dMX8y9CMLohjAbV2i1GjBv2GQMYKcLGLrospgUoXXEN4G5sPiGfgT2';
// Request strategy details
const strategies = await activ.query.getStrategyPortfolio(uniqueKey);