---
title: "Get user unstaking pool"
method: GET
path: "/api/v1/users/{address}/nept/staking/unstaking"
tags: ["User"]
---

# Get user unstaking pool

`GET /api/v1/users/{address}/nept/staking/unstaking`

## Path parameters

- `address` string, required — The user account address

## Query parameters

- `with_text` boolean — Include text variation fields
- `with_value` boolean — Calculate and include USD values for amounts, where applicable

## Response `200`

Success response

- UserStakeUnbondingObjResponse
  - `data` object, required
    - `amount_sum` string, required — Total amount of all unbond entries **NOTE:** this value is affected by active filters, if any (e.g. filtering over account index)
    - `contents` UserStakeUnbondingEntry[], required — Unbonding/unstake entries **NOTE:** cascade unbondings from pool >= 2 are contained in the bondings list of the lower adjacent pool from which the unbond occurred.
      - `amount` string, required — Unbonding amount
      - `unlock_at` string, date-time, required — Timestamp for when the unstake can be redeemed
      - `extra` object, required
        - `text` object, nullable, required — Human-readable field variants. Will not be null when query param `with_text` is `true`.
          - `amount` string, required
          - `unlock_at` string, required
        - `value` object, nullable, required — USD values for the corresponding amounts above. Will not be null when query param `with_value` is `true`.
          - `amount` string, required
          - `extra` object, required
            - `text` object, nullable, required — Human-readable variants of USD values. Will not be null when query params `with_text` and `with_value` are `true`.
              - …
  - `error` unknown, required
  - `status` integer, required — HTTP status. Successful responses are guaranteed to be < `400`. Conversely, error responses are guaranteed to be >= `400`.
  - `status_text` string, required — HTTP status text

## Other responses

- `500` — Server error response
- `default`

## Changes

- **2026-03-31** `09b5978b7e7d` — 2 breaking, 10 info
  - added `subschema #9: JSON invalid, subschema #10: JSON decode, subschema #11: JSON body deserialize failure` to the `error/allOf[#/components/schemas/ErrorDataVariants]/anyOf[subschema #1: General/common error -> subschema #2: General/common error]/allOf[#/components/schemas/ErrorData]/kind/allOf[#/components/schemas/ErrorKind]/` response property `oneOf` list for the response status `500`
  - added `subschema #9: JSON invalid, subschema #10: JSON decode, subschema #11: JSON body deserialize failure` to the `error/allOf[#/components/schemas/ErrorDataVariants]/anyOf[subschema #1: General/common error -> subschema #2: General/common error]/allOf[#/components/schemas/ErrorData]/kind/allOf[#/components/schemas/ErrorKind]/` response property `oneOf` list for the response status `default`
  - added `#/components/schemas/ValidationErrorKind` to the `error/allOf[#/components/schemas/ErrorDataVariants]/anyOf[subschema #2: Validation error -> subschema #1: Validation error]/allOf[#/components/schemas/ValidationErrorData]/kind` response property `allOf` list for the response status `500`
  - added `#/components/schemas/ValidationErrorKind` to the `error/allOf[#/components/schemas/ErrorDataVariants]/anyOf[subschema #2: Validation error -> subschema #1: Validation error]/allOf[#/components/schemas/ValidationErrorData]/kind` response property `allOf` list for the response status `default`
  - …8 more
- …earlier changes not shown

[Full history](https://skmtc.dev/cryptechdev/apis/neptune-api-v2/changes/api/v1/users/:address/nept/staking/unstaking/get.md)

---

[API](https://skmtc.dev/cryptechdev/apis/neptune-api-v2.md) · [All operations](https://skmtc.dev/cryptechdev/apis/neptune-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cryptechdev/neptune-api-v2/revisions/09b5978b7e7d/schema)
