Breeze
Endpoints

Get Strategy Info

GET
/strategy-info/{strategy_id}

Retrieves detailed information about a strategy, including the strategy name, list of supported assets, overall APY, and per-asset APY breakdown.

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"}