For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGuidesAPI Reference
HomeGuidesAPI Reference
  • API Reference
        • UNARYListPools
        • UNARYCreatePool
        • UNARYUpdatePool
        • UNARYDeletePool
        • UNARYValidatePool
LogoLogo
API Referencepools.v1PoolsService

ListPools

||View as Markdown|
Example request
1{}
Example response
1{
2 "pools": [
3 {
4 "pool_id": 42,
5 "url": "example",
6 "username": "example",
7 "pool_name": "example"
8 }
9 ]
10}
Lists all configured mining pools
Built with

ListPoolsRequest

Request
This endpoint expects an object.

ListPoolsResponse

Response
This endpoint returns an object.
poolslist of objects
List of all configured pools, ordered by priority