Loan records
Name | Type | Description | Notes |
---|---|---|---|
id | int | id | [optional] [readonly] |
type | str | type: borrow - borrow, repay - repay | [optional] [readonly] |
repayment_type | str | Repayment type: none - no repayment type, manual_repay - manual repayment, auto_repay - automatic repayment, cancel_auto_repay - automatic repayment after cancellation | [optional] [readonly] |
borrow_type | str | Loan type, returned when querying loan records. manual_borrow - Manual repayment , auto_borrow - Automatic repayment | [optional] |
currency_pair | str | Currency pair | [optional] [readonly] |
currency | str | Currency | [optional] [readonly] |
amount | str | The amount of lending or repaying | [optional] [readonly] |
create_time | int | Created time | [optional] [readonly] |