Interface Type
Note
-
There are mainly two types of interfaces, public interface and private interface;
-
The public interface can be called without authentication;
-
Private interface for user orders and accounts. Each private request must be signed using the canonical form of verification. Private interfaces require authentication with your API key;