AlphaCapture Protocol
  • Getting Started
    • Overview
    • Use Cases
  • Basic Concepts
    • Proof of Performance
      • Proof of Idea
      • Proof of Trade
    • Pricing
      • Stop Losses
      • Supported Assets
    • Access Control
    • zkSubscription
      • Marketplaces
    • Verification
    • FAQs
  • SDK Reference
    • Installation
    • Strategies
      • Retrieving Strategies
        • My Strategies
        • Accessible Strategies
        • All Strategies
        • Creator Strategies
      • Get Strategy (Signal)
      • Get Strategy (Rebalance)
        • Get Rebalances
        • Get Rebalance (Single)
        • Get Current Portfolio
    • Ideas
      • Retrieving Ideas
      • Creating Ideas
        • Proof of Idea
        • Proof of Trade
        • Estimated Costs
        • Asset Price Check
      • Adjusting Idea
      • Closing Ideas
        • Proof of Idea
        • Proof of Trade
      • Share of Token
      • Miscellaneous
  • D2 Execution
    • Overview
Powered by GitBook
On this page
  1. SDK Reference
  2. Strategies

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);
PreviousCreator StrategiesNextGet Strategy (Rebalance)

Last updated 1 year ago