x-api-key header.
List strategies
{ "data": [ …strategies ], "pagination": { … } }.
Example Response:
Example:
pagination.hasMore, pagination.total, and pagination.totalPages to page through results.
See the OpenAPI description for the full ListPagination shape.
Example:
Get a strategy’s details
Example request:
Response
The response groups metadata understrategy, current rate metrics under spotPosition, and
historical rates under rateHistory.
Response includes:
- Composite strategy ID (
strategy.id) in the format{protocol}-{assetName}-{network} - Protocol branding (
strategy.protocolInfo) —{ name, logo }stored on eachStrategydocument in MongoDB - Network (
strategy.chain) —{ name, id, explorer, logo } - Tokens (
strategy.assetToken,strategy.underlyingToken) —{ name, address, symbol, decimals, logo? } - Current APY rate (
spotPosition.apy), fee-adjusted rates (grossAPY,netAPY), and historical APY (avgApy,inceptionApy) - Asset info (
strategy.assetcontract address,assetName,assetDecimals) - Protocol fee in basis points (
strategy.fee) - Available actions (
strategy.availableActions) - Pause status (
strategy.paused)
Next steps
Deposit to Yield
Generate and execute deposit bytecode
Check Positions
Monitor your yield positions