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

Method set_last_rest_request_timestamp

python/ccxt/base/exchange.py:2513–2514  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2511 return [tx_type, tx_info, message_to_sign]
2512
2513 def set_last_rest_request_timestamp(self):
2514 self.lastRestRequestTimestamp = self.milliseconds()
2515
2516 def set_last_request(self, request):
2517 self.last_request_headers = request['headers']

Callers 2

fetch2Method · 0.95
fetch2Method · 0.95

Calls 1

millisecondsMethod · 0.95

Tested by

no test coverage detected