MCS Exchange OPEN API Samples
This is a sample code for languages used for the MCS Open API. Samples are provided for the following languages.
For each language sample, we have minimized the library dependency so that it can be used as simple as possible. The sample also allowed code duplication and did not conduct any refactoring. We recommend using it for the purpose of understanding how to use the Open API.
If there is no language in the list above for using the Open API, please request it on the issue page and we will add it.
To use the sample, API_KEY and API_SECRET are required on MCS. After logging in to MCS, you need to issue an API key at the API issuance page.
Samples for each language have been checked for execution in the versions below.
Language | Version |
---|---|
Python | >= 3.6.x |
Java | >= 1.8.x |
NodeJS | >= v14.15.1 |
In the code, change the <INPUT_YOUR_API_KEY>
, <INPUT_YOUR_API_SECRET>
to your key issued and enter the execution command for each language.
python sample-python.py
```
### NodeJS
```nodejs
If you have a problem with the code or documentation, please leave an issue on the Issue Page. We will reply as soon as possible.