@@ -88,10 +88,10 @@ public function getHolds($accountId, array $pagination = [])
8888
8989 /**
9090 * Inner transfer
91- * @param string $clientOid
92- * @param string $payAccountId
93- * @param string $recAccountId
94- * @param float $amount
91+ * @param string $clientOid Request ID
92+ * @param string $payAccountId Account ID of payer
93+ * @param string $recAccountId Account ID of receiver
94+ * @param string $amount Transfer amount, a quantity that exceeds the precision of the currency
9595 * @return array
9696 * @throws \KuCoin\SDK\Exceptions\BusinessException
9797 * @throws \KuCoin\SDK\Exceptions\HttpException
@@ -110,11 +110,11 @@ public function innerTransfer($clientOid, $payAccountId, $recAccountId, $amount)
110110
111111 /**
112112 * Inner transfer V2, recommended for use on June 5, 2019
113- * @param string $clientOid
114- * @param string $currency
113+ * @param string $clientOid Request ID
114+ * @param string $currency Currency
115115 * @param string $from The account type of payer main or trade
116116 * @param string $to The account type of payee main or trade
117- * @param float $amount Transfer amount, a quantity that exceeds the precision of the currency.
117+ * @param string $amount Transfer amount, a quantity that exceeds the precision of the currency
118118 * @return array
119119 * @throws \KuCoin\SDK\Exceptions\BusinessException
120120 * @throws \KuCoin\SDK\Exceptions\HttpException
0 commit comments