Grand Pool API (1.1.0)

Download OpenAPI specification:

Grand Pool mining pool API

blockchains

Get available blockchains list

Responses

Response samples

Content type
application/json
{
  • "blockchains": [
    ]
}

prices

Get blockchains prices list

Responses

Response samples

Content type
application/json
{
  • "prices": [
    ]
}

Get blockchain prices

path Parameters
blockchain
required
string
Example: xelis

Responses

Response samples

Content type
application/json
{
  • "currency": "string",
  • "price": 0.1,
  • "price_change_24h_percentage": 0.1,
  • "prices": [
    ]
}

pools

Get pool info and statistics for all blockchains

query Parameters
include_solo_stats
boolean

Include pool solo statistics (if pool supports solo mining) in response?

include_network_info
boolean

Include pool network info in response?

Responses

Response samples

Content type
application/json
{
  • "pools": [
    ]
}