MCPcopy 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

parseMarketsMethod · 0.95

Calls 1

addMethod · 0.95

Tested by

no test coverage detected