Earn

Get one yield strategy

Returns one catalogue row by id, whatever its cluster; fundable still answers whether the instrument exists on the caller's own cluster.

get/v1/earn/strategies/{strategyId}

Path parameters

strategyIdstring required

Headers

x-project-idstring

Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

Example:prj_example

Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

Response

One strategy-catalogue row

Example response

{
  "data": {
    "strategy": {
      "id": "earn_strategy_example",
      "provider": "kamino",
      "providerReference": "7uib8xGAwkaPz4ZGCA6t8sSEid5Yp9ty13PHUweTypx",
      "name": "Allez USDC",
      "underlyingSource": "kamino",
      "depositMints": [
        "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU"
      ],
      "shareMint": "hXm2xSRF5PLKGMrTvAWqKhR76MuJX5dAabeSChkjqu2",
      "currentApy": "0.062",
      "redemptionDelayDays": 2,
      "riskMetadata": {
        "curator": "allez"
      },
      "depositSlippage": {
        "defaultToleranceBps": 50
      },
      "withdrawalSlippage": {
        "defaultToleranceBps": 50
      },
      "createdAt": "2025-01-01T00:00:00.000Z",
      "updatedAt": "2025-01-01T00:00:00.000Z"
    }
  },
  "meta": {
    "requestId": "req_example",
    "timestamp": "2025-01-01T00:00:00.000Z"
  }
}

Changes

Changed in 1 of the 13 revisions of this API.1