Get Strategy (Signal)

Returns the details of a single strategy where the type is of standard signal based Investment Ideas, providing the connected wallet has the appropriate permission.

// Initialize the SDK
const activ = await getActiv();

// Use the long form, unique key
const uniqueKey = '6jJnf4qVQQ7M2rBLgNohci1LJeUve1JdK1feDwkgaPn59B51VjEb5vzVrzg3EnqY6zDkfZoA64k4BKVsPKzLTqZms4NeBxLkGvgjTUVi7e8wRXYF4BKRhFCS8os2iD1bTzMEZgj34ZSLQP8nPgtRhsHzCp2Erf43zfHvEYg8zyaWEEYa5AVy1a';

// Request strategy details
const strategies = await activ.query.getValidatedStrategyInfoDetails(uniqueKey);

Last updated