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

Function test_binance

examples/py/async-basic.py:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13async def test_binance():
14 exchange = ccxt.binance()
15 markets = await exchange.load_markets()
16 await exchange.close()
17 return markets
18
19
20if __name__ == '__main__':

Callers 1

async-basic.pyFile · 0.85

Calls 2

load_marketsMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…