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

Method isHttpMethod

java/lib/src/main/java/io/github/ccxt/Exchange.java:767–771  ·  view source on GitHub ↗
(Object method)

Source from the content-addressed store, hash-verified

765 // Functions
766 // =======================
767 public boolean isHttpMethod(Object method) {
768 return io.github.ccxt.base.Functions.isHttpMethod(
769 method == null ? null : String.valueOf(method)
770 );
771 }
772
773 public java.util.Map<String, Object> keysort(Object parameters) {
774 return io.github.ccxt.base.Functions.keysort(parameters);

Callers 1

transformApiNewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected