---
title: "Get staking wallet attributes for Go Account"
method: GET
path: "/api/go-staking/v1/{coin}/accounts/{accountId}/attributes"
tags: ["Go Account Staking"]
---

# Get staking wallet attributes for Go Account

`GET /api/go-staking/v1/{coin}/accounts/{accountId}/attributes`

Get staking wallet attributes for a given asset and Go Account.

## Path parameters

- `coin` 'OFCSOL' | 'OFCSUI', required — Off-chain symbol for the coin.
- `accountId` string, required

## Response `200`

A staking wallet.

- GoStakingWallet
  - `coin` string
  - `activeStake` string
  - `activeAutoStaked` string
  - `pendingStake` string
  - `pendingUnstake` string
  - `rewards` string
  - `attributes` GoStakingAttributes
    - `permissionAttributes` PermissionAttributes
      - `staking` StakingPermissionAttributes
        - `enabled` boolean
        - `disabledReason` string, nullable
        - `allowClientToUseOwnValidator` boolean
      - `unstaking` UnstakingPermissionAttributes
        - `enabled` boolean
        - `disabledReason` string, nullable
      - `wallet` WalletPermissionAttributes
        - `useValidatorList` boolean
        - `allowPartialUnstake` boolean
        - `validatorNotNeededForStake` boolean
    - `spendableAttributes` SpendableAttributes
      - `staking` StakingSpendableAttributes
        - `fee` string
        - `max` string
        - `min` string
        - `netMax` string
        - `netMin` string
        - `minStakeMore` string
        - `minDuration` string, nullable
        - `maxDuration` string, nullable
      - `unstaking` UnStakingSpendableAttributes
        - `fee` string, nullable
        - `max` string, nullable
        - `min` string, nullable
        - `multipleDelegations` boolean
        - `requiresAmount` boolean
        - `requiresDelegationId` boolean
        - `requiresDelegationIds` boolean
    - `disclaimerAttributes` DisclaimerAttributes
      - `staking` StakingDisclaimer
        - `info` string[]
        - `rewardPercentageRate` string, nullable
        - `stakeWarmupPeriodDesc` string, nullable
      - `unstaking` UnstakingDisclaimer
        - `info` string[]
        - `unStakeCooldownPeriodDesc` string, nullable
      - `nextRewards` NextRewardsDisclaimer
        - `rewardCycle` integer

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