Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ parseMarket
Method
parseMarket
java/lib/src/main/java/io/github/ccxt/Exchange.java:5143–5146 ·
view source on GitHub ↗
(Object market)
Source
from the content-addressed store, hash-verified
5141
}
5142
5143
public
Object parseMarket(Object market)
5144
{
5145
throw
new
NotSupported((String)Helpers.add(this.id,
" parseMarket() is not supported yet"
)) ;
5146
}
5147
5148
public
Object parseMarkets(Object markets)
5149
{
Callers
1
parseMarkets
Method · 0.95
Calls
1
add
Method · 0.95
Tested by
no test coverage detected