Documentation Index
Fetch the complete documentation index at: https://docs.starkfi.io/llms.txt
Use this file to discover all available pages before exploring further.
What do these data mean?
This endpoint returns all available investment (yield) strategies on the platform, aggregated from multiple providers (e.g., Jupiter, Kamino).
📦 Response Structure
📦 Response Structure
statusCode: HTTP response status codesuccess: Indicates whether the request was successfulstatus: Internal operation status codemessage: Descriptive message about the resultdata: Contains the returned data:strategies: List of available strategiessources: Status of integrations with external providers
🧠 Strategies
🧠 Strategies
Each item represents an investment opportunity.
strategy_id: Unique identifier of the strategy (composed of provider + token + contract)provider: Provider name (e.g.,kamino,jupiter_lend)protocol_display_name: Human-readable protocol nameproduct_type: Product type (e.g.,lending,staking)enabled: Indicates whether the strategy is available for use
🪙 Token
🪙 Token
symbol: Token symbol (e.g., USDC, SOL)mint: Token address on the blockchaindecimals: Token decimal precision
📈 APY (Yield)
📈 APY (Yield)
supply: Yield for supplying liquiditypercent: APY as a percentage (e.g., 3.06%)annualized: Decimal format (e.g., 0.0306)
total_with_rewards: Total APY including incentivesrewards_only: Rewards only (excluding base yield)borrow: APY for borrowing ⚠️ Some fields may benulldepending on the strategy
⚠️ Risk
⚠️ Risk
max_ltv: Maximum Loan-to-Value ratio (e.g., 0.8 = 80%)max_ltv_percent: Same value expressed as a percentage
💧 Liquidity
💧 Liquidity
tvl_usd: Total Value Locked in USDtotal_supply_usd: Total supplied liquiditytotal_borrow_usd: Total borrowed amount
📍 Addresses
📍 Addresses
market_or_vault: Main market or vault addressreserve: Reserve address (if applicable)share_mint: Token representing the position (e.g., receipt token)
🧩 Important Notes
🧩 Important Notes
- Not all strategies include complete data (e.g.,
borrowmay benull) - APY values may change frequently
- It is recommended to cache this response (e.g., 10 hours)
strategy_idshould be used when creating operations
.png?fit=max&auto=format&n=I_v6ul4JDafNKFQP&q=85&s=f0ad25536f8a3ca42331fcff88ab2b26)