Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ nonce
Method
nonce
python/ccxt/bitbns.py:1178–1179 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1176
}
1177
1178
def
nonce(self):
1179
return
self.milliseconds()
1180
1181
def
sign(self, path, api: Any =
'www'
, method=
'GET'
, params={}, headers: dict = None, body: Str = None):
1182
urls = self.urls
Callers
1
sign
Method · 0.95
Calls
1
milliseconds
Method · 0.45
Tested by
no test coverage detected