Skip to main content
GET
/
v2
/
wallets
/
yield-sources
List yield sources
curl --request GET \
  --url https://sandbox.groundtech.co/v2/wallets/yield-sources \
  --header 'Authorization: Bearer <token>'
{
  "yieldSources": [
    {
      "positionKey": "<string>",
      "asset": "<string>",
      "displayName": "<string>",
      "description": "<string>",
      "yieldSourceType": "lending",
      "strategyType": "<string>",
      "maxProcessingTime": "<string>",
      "currentRateBps": 123,
      "rateUpdatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production). Pass the key as a Bearer token in the Authorization header.

Response

Success

yieldSources
object[]