Endpoints
Get Strategy Info
Retrieves detailed information about a strategy, including the strategy name, list of supported assets, overall APY, and per-asset APY breakdown.
Authorization
api_key x-api-key<token>
In: header
Path Parameters
strategy_id*string
Strategy identifier
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/strategy-info/string"{ "strategy_id": "string", "strategy_name": "string", "assets": [ "string" ], "apy": 0.1, "apy_per_asset": { "property1": 0.1, "property2": 0.1 }}{ "message": "string"}{ "message": "string"}
