Skip to main content
Returns the complete fact set for a single strategy. Unlike list_strategies, it resolves any configured market id — useful for inspecting the market behind an existing position.

Input

id
string
required
Morpho market id (0x + 64 hex).
chainId
integer
default:"1"
1 = Ethereum, 4663 = Robinhood Chain.

Output

The same strategy object as list_strategies, for one market. Returns an error if the id isn’t an eligible strategy.

Example