From 6b90ae10564741806f5fcdb23e8f7c7c3889b51d Mon Sep 17 00:00:00 2001 From: "Daz.deng" Date: Fri, 3 Mar 2023 16:55:57 +0800 Subject: [PATCH] loan add field --- src/rest/Margin/BorrowAndLend.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rest/Margin/BorrowAndLend.js b/src/rest/Margin/BorrowAndLend.js index ce781fd..3ffbbeb 100644 --- a/src/rest/Margin/BorrowAndLend.js +++ b/src/rest/Margin/BorrowAndLend.js @@ -18,7 +18,8 @@ exports.postBorrowOrder = async function postBorrowOrder(params = {}) { "code": "200000", "data": { "orderId": "a2111213", - "currency": "USDT" + "currency": "USDT", + "actualSize": "10" } } */