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

# Get user staking pools

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

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

- UserStakePoolListResponse
  - `data` UserStakePool[], required
    - `common` StakingPoolFull, required — Staking pool contents along with associated pool state and pool params
      - `index` integer, required — The ordered index (position) of this pool
      - `duration` integer, required — The lockup duration for this pool in seconds
      - `extra` object, required
        - `text` object, nullable, required — Human-readable field variants. Will not be null when query param `with_text` is `true`.
          - `duration` string, required
          - `index` string, required
      - `params` StakingPoolParams, required
        - `reward_weight` string, required — The pool's weight (multiplier) on rewards for an associated stake
        - `gov_weight` string, required — The pool's weight (multiplier) on governance for an associated stake
        - `health_weight` string, required — The pool's weight (multiplier) on account health for an associated stake
        - `flash_loan_weight` string, required — The pool's weight (multiplier) for flash loans volume
      - `state` StakingPoolState, required
        - `total_bonded` string, required — The total amount staked to this pool
        - `extra` object, required
          - `text` object, nullable, required — Human-readable field variants. Will not be null when query param `with_text` is `true`.
            - `total_bonded` string, required
          - `value` object, nullable, required — USD values for the corresponding amounts above. Will not be null when query param `with_value` is `true`. ### Note This variant group contains an additional `price` field (set to the number used in value calculation). The embedded text group will contain the text variant if `with_text` was specified as well.
            - `price` string, required — Price used in value calculations
            - `total_bonded` string, required
            - `extra` object, required
              - …
    - `amount_sum` string, required — Total staked of all entries **NOTE:** this value is affected by active filters, if any (e.g. filtering over account index)
    - `contents` UserStakeBondingEntry[], required — Bonding/stake entries **NOTE:** entries that differ only in amount are merged upon creation
      - `account_index` integer, required — User account index
      - `amount` string, required — Bonding amount
      - `cascade` boolean, required
      - `transition_at` string, date-time, nullable, required
      - `last_stake_acc` string, required
      - `extra` object, required
        - `text` object, nullable, required — Human-readable field variants. Will not be null when query param `with_text` is `true`.
          - `transition_at` string, required
          - `amount` string, required
        - `value` object, nullable, required — USD values for the corresponding amounts above. Will not be null when query param `with_value` is `true`. ### Note This variant group contains an additional `price` field (set to the number used in value calculation). The embedded text group will contain the text variant if `with_text` was specified as well.
          - `price` string, required — Price used in value calculations
          - `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`.
              - …
    - `extra` object, required
      - `text` object, nullable, required — Human-readable field variants. Will not be null when query param `with_text` is `true`.
        - `amount_sum` string, required
      - `value` object, nullable, required — USD values for the corresponding amounts above. Will not be null when query param `with_value` is `true`. ### Note This variant group contains an additional `price` field (set to the number used in value calculation). The embedded text group will contain the text variant if `with_text` was specified as well.
        - `amount_sum` string, required
        - `price` string, required — Price used in value calculations
        - `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`.
            - `price` string, required — Text representation of price
            - `amount_sum` string, required
  - `count` integer, required — Total number of objects irrespective of any pagination parameters.
  - `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

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

## Changes

- **2026-04-02** `3e68b318eeaa` — 6 info
  - added the required property `data/items/common/allOf[#/components/schemas/StakingPoolFull]/state/allOf[#/components/schemas/StakingPoolState]/extra/value/extra/text/price` to the response with the `200` status
  - added the required property `data/items/common/allOf[#/components/schemas/StakingPoolFull]/state/allOf[#/components/schemas/StakingPoolState]/extra/value/price` to the response with the `200` status
  - added the required property `data/items/contents/items/extra/value/extra/text/price` to the response with the `200` status
  - added the required property `data/items/contents/items/extra/value/price` to the response with the `200` status
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/cryptechdev/apis/neptune-api-v2/changes/api/v1/users/:address/nept/staking/pools/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/05e0ec4b9b94/schema)
