desytech / kubot

Lendbot for Kucoin
GNU General Public License v3.0
2 stars 2 forks source link

Store lending record #34

Closed desytech closed 3 years ago

desytech commented 3 years ago

We want to fetch the lending record to get information about accrued interest and realized profit.

[
    {
        "currency": "BTC",
        "outstanding": "1.02",
        "filledSize": "0.91000213",
        "accruedInterest": "0.00000213",
        "realizedProfit": "0.000045261",
        "isAutoLend": false
    }
]