---
title: "List coins available to enterprise for staking"
method: GET
path: "/api/staking/v1/enterprises/{enterpriseId}/stakeable-coins"
tags: ["Staking State Information"]
---

# List coins available to enterprise for staking

`GET /api/staking/v1/enterprises/{enterpriseId}/stakeable-coins`

Retrieve a list of coins available for staking.

## Path parameters

- `enterpriseId` string, required

## Response `200`

Successful Retrieving a List of Stakeable Coins

- StakeableCoins[]
  - `symbol` string
  - `baseUnit` string
  - `isToken` boolean
  - `isTss` boolean
  - `isMultiSig` boolean
  - `l1Chain` string
  - `comingSoon` boolean
  - `disclaimer` StakingDisclaimerAttributes — Base fields common to all disclaimers.
    - `info` string[] — List of disclaimer messages.
    - `transactionsNeeded` integer — Number of transactions required.
  - `jurisdictions` string[] — List of jurisdictions where staking is available for this coin.

## 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)
