---
title: "Get staking license"
method: GET
path: "/api/staking/v1/enterprises/{enterpriseId}/license"
tags: ["Staking State Information"]
---

# Get staking license

`GET /api/staking/v1/enterprises/{enterpriseId}/license`

Returns a staking license for the given enterprise.

## Path parameters

- `enterpriseId` string, required

## Response `200`

Successful Retrieving Staking License For An Enterprise

- StakingLicenseResponse
  - `enterpriseId` string — The enterprise ID.
  - `defaultFee` string — The default fee for the asset.
  - `fees` StakingLicenseFee[] — The list of per-coin fees for this license.
    - `coin` string — The name of the coin.
    - `fee` string — The corresponding fee for the coin in the current license.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error - Transient error please try again

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
