@@ -38,7 +38,8 @@ public Margin(String baseUrl, String apiKey, SignatureGenerator signatureGenerat
3838 /**
3939 * POST /sapi/v1/margin/borrow-repay
4040 * <br>
41- * @param Map of String,Object pair
41+ * @param
42+ * parameters Map of String,Object pair
4243 * where String is the name of the parameter and Object is the value of the param
4344 * <br><br>
4445 * asset -- mandatory/string <br>
@@ -63,7 +64,8 @@ public String borrowRepay(Map<String, Object> parameters) {
6364 /**
6465 * GET /sapi/v1/margin/borrow-repay
6566 * <br>
66- * @param Map of String,Object pair
67+ * @param
68+ * parameters Map of String,Object pair
6769 * where String is the name of the parameter and Object is the value of the param
6870 * <br><br>
6971 * type -- mandatory/string - BORROW or REPAY <br>
@@ -88,7 +90,8 @@ public String getBorrowRepay(Map<String, Object> parameters) {
8890 /**
8991 * GET /sapi/v1/margin/allAssets
9092 * <br>
91- * @param Map of String,Object pair
93+ * @param
94+ * parameters Map of String,Object pair
9295 * where String is the name of the parameter and Object is the value of the param
9396 * <br><br>
9497 * asset -- optional/string <br>
@@ -104,7 +107,8 @@ public String allAssets(Map<String, Object> parameters) {
104107 /**
105108 * GET /sapi/v1/margin/allPairs
106109 * <br>
107- * @param Map of String,Object pair
110+ * @param
111+ * parameters Map of String,Object pair
108112 * where String is the name of the parameter and Object is the value of the param
109113 * <br><br>
110114 * symbol -- optional/string <br>
0 commit comments