---
title: "Get NEPT token params"
method: GET
path: "/api/v1/nept/params"
tags: ["NEPT"]
---

# Get NEPT token params

`GET /api/v1/nept/params`

## Query parameters

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

## Response `200`

- object
  - `data` NeptParams — `NeptParams`
    - `emission_rate` string, required — The emission rate of NEPT in tokens per year
    - `tokens_per_weight` integer, required — Weight:token scaling factor This is defined in the contract spec to mitigate library type restrictions
    - `staking_pools` StakingPoolWithParams[], required — `StakingPool[]` --- Staking pools (pool params are included)
      - `index` integer, required — The ordered index (position) of this pool
      - `duration` Duration, required
        - `secs` integer, required
        - `nanos` integer, required
      - `extra` object, required
        - `text` object, nullable — Human-readable field variants. Must provide `?with-text=true`
          - `duration` string, required
          - `index` string, required
      - `params` StakingPoolParams, required — `StakingPoolParams`
        - `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
    - `extra` object, required
      - `text` object, nullable — Human-readable field variants. Must provide `?with-text=true`
        - `emission_rate` string, required
      - `value` object, nullable — USD values for the corresponding amounts above. Must provide `?with-value=true`
        - `emission_rate` string, required
        - `extra` object, required
          - `text` object, nullable — Human-readable variants of USD values. Must provide `?with-text=true&with-value=true`
            - `emission_rate` string, required
  - `error` ErrorData
    - `scope` 'user' | 'client' | 'server', required
    - `kind` 'invalid_request' | 'validation' | 'entity_not_found' | 'contract' | 'internal', required
    - `message` string, required — Error message
    - `fields` FieldValidationError[], nullable — List of names and error messages for invalid fields. Always set when `error.kind == 'validation'`. Always NULL/unset for all other cases.
      - `field` string, required
      - `message` string, required
  - `status` integer, required — Request status
  - `status_text` string, required — Request status text

---

[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/4b5b35e288d8/schema)
