MCPcopy Index your code
hub / github.com/ccxt/ccxt / parseFundingRate

Method parseFundingRate

java/lib/src/main/java/io/github/ccxt/Exchange.java:12338–12342  ·  view source on GitHub ↗
(Object contract, Object... optionalArgs)

Source from the content-addressed store, hash-verified

12336 }
12337
12338 public Object parseFundingRate(Object contract, Object... optionalArgs)
12339 {
12340 Object market = Helpers.getArg(optionalArgs, 0, null);
12341 throw new NotSupported((String)Helpers.add(this.id, " parseFundingRate() is not supported yet")) ;
12342 }
12343
12344 public Object parseFundingRates(Object response, Object... optionalArgs)
12345 {

Callers 1

parseFundingRatesMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected