You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: php-binance-api.php
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ class API
60
60
protected$requestCount = 0; // /< This stores the amount of API requests
61
61
protected$httpDebug = false; // /< If you enable this, curl will output debugging information
62
62
protected$subscriptions = []; // /< View all websocket subscriptions
63
+
protected$recvWindow = null; // /< The amount of time in milliseconds to wait for a response from the server for endpoints that accept a recvWindow parameter
63
64
64
65
// /< value of available onOrder assets
65
66
@@ -434,7 +435,7 @@ public function numberOfDecimals($val = 0.00000001)
0 commit comments