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

Api reference

All requests to the API is http POST reqiest with JSPN body. Firstly you need get API KEY from your comining.io account ptofile. Request url format is http://api.comining.io/?key=[YOUR_API_KEY]

Request JSON message format: {"method":"[METHOD_NAME]"} All methods descriptions are below

Response JSON format { "result": true, "data": { [RESPONSE_DATA_OBJECT] } }

# Available Methods