Luxor Documentation Hub Logo
Mining Pool/API Documentation/Subaccounts

Get subaccount

Retrieves a subaccount in a group.

GET
/v1/pool/groups/{group_id}/subaccounts/{subaccount_id}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

group_idRequiredstring

An alternate shortcut for specifying subaccounts. Can be used in place of subaccount_names

Format: "uuid"
subaccount_idRequirednumber

A subaccount ID for which to retrieve subaccount information.

Minimum: 0
curl -X GET "https://beta.luxor.tech/api/v1/pool/groups/497f6eca-6276-4993-bfeb-53cbbbba6f08/subaccounts/1" \
  -H "authorization: <token>"

Default Response

{
  "id": 0,
  "name": "subaccount_1",
  "created_at": "2019-08-24T14:15:22Z",
  "url": "/v1/pool/groups/3fa85f64-5717-4562-b3fc-2c963f66afa6/subaccounts/1",
  "pool_fee": 0
}