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

Method request_id

python/ccxt/pro/exmo.py:47–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 })
46
47 def request_id(self):
48 self.lock_id()
49 requestId = self.sum(self.safe_integer(self.options, 'requestId', 0), 1)
50 self.options['requestId'] = requestId
51 self.unlock_id()
52 return requestId
53
54 async def watch_balance(self, params={}) -> Balances:
55 """

Callers 8

watch_balanceMethod · 0.95
watch_tickerMethod · 0.95
watch_tickersMethod · 0.95
watch_tradesMethod · 0.95
watch_my_tradesMethod · 0.95
watch_order_bookMethod · 0.95
watch_ordersMethod · 0.95
authenticateMethod · 0.95

Calls 4

lock_idMethod · 0.80
safe_integerMethod · 0.80
unlock_idMethod · 0.80
sumMethod · 0.45

Tested by

no test coverage detected