Skip to content
Rom1kz edited this page Apr 2, 2024 · 27 revisions

API reference

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

THIS API IS DEPRECATED, USE API v2 INSTEAD

https://github.com/Rom1kz/gtpool-api/wiki/API-v2-reference

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

Request url format is https://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]
  }
}

NOTE Make sure you using valid UserAgent header string in the requests. You may get error 403 from CloudFlare otherwise.

Available Methods