HTX will include deducted actual loan rate in existing REST endpoint for cross margin trading

Dear API user,

Since the effective day of this notification, HTX will include deducted actual loan rate in existing REST endpoint for cross margin trading.

User-level loan interest rate for cross margin account –
GET /v1/cross-margin/loan-info

Effective Date: January 10, 2020 (GMT+8)
All the changes will be updated on https://huobiapi.github.io/docs/spot/v1/en/

HTX
January 14, 2020

The followings are change details:
GET /v1/cross-margin/loan-info
API Key Permission: Read

Request Parameter
Null

Response

Field Name Data Type Description
status string Status code (ok or error)
data object In ascending order of “currency”
{ currency string Currency
interest-rate string Interest rate (daily)
min-loan-amt string Minimal loanable amount
max-loan-amt string Maximum loanable amount
loanable-amt string Remaining loanable amount
actual-rate } string Actual interest rate (if deduction is inapplicable or disabled, return basic daily interest rate)

The same field will be included in the isolated margin query endpoint at a later stage, with another client notification.