cURL
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" } ] }
Returns all available yield sources that can be used as positions in a portfolio wallet strategy. Each yield source includes its current rate, processing time, and asset type.
API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production). Pass the key as a Bearer token in the Authorization header.
ground_sandbox_
ground_prod_
Success
Show child attributes