Skip to main content
GET
/
v2
/
portfolio-wallets
/
strategies
List available portfolio strategies
curl --request GET \
  --url https://sandbox.trybraid.xyz/v2/portfolio-wallets/strategies \
  --header 'Authorization: Bearer <token>'
{
  "strategies": [
    {
      "positionKey": "tbills",
      "asset": "tbills",
      "strategyType": "tbills",
      "maxProcessingTime": "PT0H",
      "currentRateBps": 330,
      "rateUpdatedAt": "2026-02-05T09:12:00.000Z"
    },
    {
      "positionKey": "resolvRlp",
      "asset": "rlp",
      "strategyType": "deltaNeutralStrategy",
      "maxProcessingTime": "PT24H",
      "currentRateBps": 850,
      "rateUpdatedAt": "2026-02-05T09:12:00.000Z"
    },
    {
      "positionKey": "syrupUsdc",
      "asset": "syrupUSDC",
      "strategyType": "overcollateralizedLending",
      "maxProcessingTime": "PT0H",
      "currentRateBps": 510,
      "rateUpdatedAt": "2026-02-05T09:12:00.000Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Strategy catalog

strategies
object[]