MCPcopy Create free account
hub / github.com/ccxt/ccxt / request_id

Method request_id

python/ccxt/grvt.py:3097–3100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3095 return [request, params]
3096
3097 def request_id(self):
3098 requestId = self.sum(self.safe_integer(self.options, 'requestId', 0), 1)
3099 self.options['requestId'] = requestId
3100 return requestId
3101
3102 def sign(self, path, api: Any = 'public', method='GET', params={}, headers: dict = None, body: Any = None):
3103 query = self.omit(params, self.extract_params(path))

Callers 1

create_orderMethod · 0.95

Calls 2

safe_integerMethod · 0.80
sumMethod · 0.45

Tested by

no test coverage detected