Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 685 Bytes

File metadata and controls

15 lines (11 loc) · 685 Bytes

UniLoanRecord

Borrowing Records

Properties

Name Type Description Notes
type str Type: `borrow` - borrow, `repay` - repay [optional] [readonly]
currency_pair str Currency pair [optional] [readonly]
currency str Currency [optional] [readonly]
amount str Borrow or repayment amount [optional] [readonly]
create_time int Created time [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]