cURL
curl --request POST \ --url https://api.portalhq.io/api/v3/clients/me/integrations/yield-xyz/yields/balances \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "validatorAddresses": [ "<string>" ], "yieldIds": [ "<string>" ] } '
{ "data": { "rawResponse": [ {} ] } }
Retrieves yield balances for the client’s positions across staking, lending, and vault opportunities.
Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.
Filter by validator addresses.
Filter by yield opportunity IDs.
Yield balances retrieved successfully
Show child attributes
Was this page helpful?