CollmeYH / okex-java-sdk-api-v5

31 stars 29 forks source link

APIHttpClient set for simulated environment #3

Open Alex06310 opened 2 years ago

Alex06310 commented 2 years ago

Thank you very much for providing the API V5. I just noticed that the APIHttpClient set the simulated environment by default. line 88 and 90 in the APIHttpClient file. Just be carreful when you guys retrieve the data. To run on real data just comment line 88 and 90. //builder.add("x-simulated-trading","1");

Alex