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
        • UNARYListMinerStateSnapshots
        • STREAMExportMinerListCsv
        • UNARYGetMinerStateCounts
        • UNARYGetMinerPoolAssignments
        • UNARYGetMinerCoolingMode
        • UNARYDeleteMiners
        • UNARYGetMinerModelGroups
        • UNARYRenameMiners
        • UNARYUpdateWorkerNames
LogoLogo
API Referencefleetmanagement.v1FleetManagementService

GetMinerPoolAssignments

||View as Markdown|
Example request
1{
2 "device_identifier": "example"
3}
Example response
1{
2 "pools": [
3 {
4 "_pool_id": {
5 "pool_id": 42
6 },
7 "url": "example",
8 "username": "example"
9 }
10 ]
11}

Get the current pool assignments for a specific miner Returns the fleet pool IDs that match the miner’s currently configured pools Used to pre-populate the pool selection UI when editing a miner’s pools

Built with

GetMinerPoolAssignmentsRequest

Request
This endpoint expects an object.
device_identifierstring
Device identifier of the miner to get pool assignments for

GetMinerPoolAssignmentsResponse

Response
This endpoint returns an object.
poolslist of objects

Pool assignments in priority order (max 3: default, backup1, backup2) Empty if no pools are configured on the miner