Savings/Stacks missing api endpoint

hi
i am one of your clients lookig for information about actual “savings” and “stacks”.
i went through nearby every api function by “try and error” because of poor documentation. we have to feel the funktion results. any way … i found /sapi/v1/asset/assetDividend showing up
“id”:1467730601
“tranId”:78980551433
“asset”:“BNB”
“amount”:“0.0026835”
“divTime”:1632790376000
“enInfo”:“Locked Staking” }
{
“id”:1466662766
“tranId”:78977646860
“asset”:“CAKE”
“amount”:“0.0821918”
“divTime”:1632788353000
“enInfo”:“Fixed Savings” }

in this result i can find all necessary information but the “amount of asset” providing the dividend.
with this information i would know size of stack/savings and could calculate the percentage for between "divTime"s.

i do guess this information is already available in service and could easely added to the response.
if correct, we do not have to wait for a stacking endpoint and would get the nessecary information in one simple request.

otherwise we have to ask for

  • saving providing
    {
    “asset”:“CAKE”
    “amount”:“10”
    “amountInBTC”:“0.004401”
    “amountInUSDT”:“192.4” }
  • stake providing … not available yet
  • dividends providing
    {
    “id”:1466662766
    “tranId”:78977646860
    “asset”:“CAKE”
    “amount”:“0.0821918”
    “divTime”:1632788353000
    “enInfo”:“Fixed Savings” }
    and have to tinker everything together.

do you think, the solution to add “amount of asset” to the dividend result would be feasible? and would help to reduce requests?

Hi @SwissGeorge, thanks for sharing your suggestion.
Unfortunately, I don’t have the knowledge on the complexity behind the dividend endpoint to provide a safe answer to your questions, but wouldn’t say it would be an easy add on, specially since it’s the first time we’ve noticed this demand. However, we’ll register your feedback and marked this post with tag “feature_requests”. Thx.