Skip to content
alkhrameev edited this page Apr 6, 2018 · 27 revisions

API reference

Firstly you need get API KEY from your comining.io account ptofile.

Request url format is http://api.comining.io/?key=[YOUR_API_KEY]. Use http POST request with JSON body.

Request JSON message format:

{"method":"[METHOD_NAME]"}

All methods descriptions are below

Response JSON format

{
  "result": true,
  "data": {
     [RESPONSE_DATA_OBJECT]
  }
}

Available Methods