Skip to main content
GET
/
v1
/
portfolios
/
{portfolio_id}
/
wallets
/
{wallet_id}
/
staking
/
unstake
/
status
Get Unstaking Status
curl --request GET \
  --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/wallets/{wallet_id}/staking/unstake/status
{
  "portfolio_id": "<string>",
  "wallet_id": "<string>",
  "wallet_address": "<string>",
  "current_timestamp": "2025-10-17T15:30:00.000Z",
  "validators": [
    {
      "validator_address": "<string>",
      "statuses": [
        {
          "amount": "16",
          "unstake_type": "UNSTAKE_TYPE_UNSPECIFIED",
          "finishing_at": "2025-10-27T00:00:00.000Z",
          "remaining_hours": 672,
          "requested_at": "2025-09-29T12:00:00.000Z",
          "estimate_type": "UNSPECIFIED",
          "estimate_description": "Live estimate based on current network conditions"
        }
      ]
    }
  ]
}

Path Parameters

portfolio_id
string
required

The portfolio ID

wallet_id
string
required

The wallet ID

Response

200 - application/json

A successful response.

portfolio_id
string
required

The portfolio ID

wallet_id
string
required

The wallet ID

wallet_address
string
required

The wallet address

current_timestamp
string<date-time>
required

Current timestamp at time of API call

Example:

"2025-10-17T15:30:00.000Z"

validators
object[]
required

List of validators with unstaking information for this wallet