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

Dear API user,

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

User-level loan interest rate for isolated margin account –

GET /v1/margin/loan-info

Effective Date: February 3, 2020 (GMT+8)

All the changes will be updated on https://huobiapi.github.io/docs/spot/v1/en/

HTX
January 20, 2020

The followings are change details:

GET /v1/margin/loan-info

API Key Permission: Read

Request Parameter

Field Name Data Type Mandatory Default Value Description
symbols string false all 交易代码 (可多选,以逗号分隔)

Response

Field Name Data Type Description
status string Status code (ok or error)
data object In ascending order of “symbol”
[{ symbol string Trading symbol
  currencies 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)