Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
async
def
test_binance():
14
exchange = ccxt.binance()
15
markets = await exchange.load_markets()
16
await exchange.close()
17
return
markets
18
19
20
if
__name__ ==
'__main__'
:
Callers
1
async-basic.py
File · 0.85
Calls
2
load_markets
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…