Nept
Get NEPT token params
Get NEPT token state
Get NEPT staking overview (incl. state + params)
ModelsExpand Collapse
class NeptParams: …
Asset identifiers with associated metadata
Asset identifiers with associated metadata
Provides a unique identifier for an asset for use throughout the Neptune API. IDs are unique across asset domains (contract tokens, native denoms, etc)
Provides a unique identifier for an asset for use throughout the Neptune API. IDs are unique across asset domains (contract tokens, native denoms, etc)
The asset's classification metadata. Assets are classfied to provide context on their
usage throughout the Neptune API (e.g. regular assets, neptune receipt tokens, LSTs, etc.)
Each asset belongs to only a single classification type.
This object contains metadata pertaining to the given classification.
While some fields may be common among the distinct classifcations,
each classification is distinct and subject to independent change.
The asset's classification metadata. Assets are classfied to provide context on their usage throughout the Neptune API (e.g. regular assets, neptune receipt tokens, LSTs, etc.)
Each asset belongs to only a single classification type. This object contains metadata pertaining to the given classification.
While some fields may be common among the distinct classifcations, each classification is distinct and subject to independent change.
Additional metadata for assets
Additional metadata for assets
Denom exponent, or num. of decimal places that shift between denom/standard amounts (e.g. 18 for INJ)
extra: Extra
text: Optional[ExtraText]Human-readable field variants. Will not be null when query param with_text is true.
Human-readable field variants. Will not be null when query param with_text is true.
value: Optional[ExtraValue]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.
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.
class NeptState: …
extra: Extra
text: Optional[ExtraText]Human-readable field variants. Will not be null when query param with_text is true.
Human-readable field variants. Will not be null when query param with_text is true.
value: Optional[ExtraValue]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.
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.
staking: List[Staking]Staking pools (current pool state is included)
Staking pools (current pool state is included)
Current contract state of staking pool
Current contract state of staking pool
extra: Extra
text: Optional[ExtraText]Human-readable field variants. Will not be null when query param with_text is true.
Human-readable field variants. Will not be null when query param with_text is true.
value: Optional[ExtraValue]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.
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.
Total amount of NEPT claimed, either locked or unlocked
Includes initial balances and claimed rewards but not unclaimed rewards
class NeptUnlockDistributionGroup: …
The sum of all token distribution unlock amounts for this group.
This value is immutable and does not change with regards to expiry/reclamation/lock states.
The amount currently claimable
This takes into account: reclamation, lock state, expiry, and previously claimed. In other words, this is an accurate representation of what the user can currently claim.
The amount that has expired.
This will be the remaining unclaimed amount (if any) once the time specified
by the expires_at is past (if one is set).
NOTE: Reclaimed amouts take priority.
- If the remaining amount is reclaimed prior to a configured
expires_at, this will remain at 0 and will not change even after theexpires_attime is reached.
The total amount of NEPT currently time-locked.
NOTE: This does not factor in reclaimed or expired states.
For linear unlock schedules:
- This represents how much NEPT is time-locked by the
begins_atand theends_atproperties.
- This represents how much NEPT is time-locked by the
For lump sum unlocks:
- This will be the full amount prior to the
begins_atunlock property. - Once the time indicated by the
begins_atproperty has been reached, this value will be 0.
- This will be the full amount prior to the
The amount that has been reclaimed from the unlock arrangement admin
This will be the amount of the remaining unclaimed and locked at the time the reclaim is issued.
The total amount of NEPT currently unlocked
NOTE: This does not factor in reclaimed or expired states.
For linear unlock schedules:
- This represents the "progress" of unlocked NEPT from the time range between the
begins_atand theends_atproperties.
- This represents the "progress" of unlocked NEPT from the time range between the
For lump sum unlocks:
- This will be 0 at any given time prior to the timestamp provided by
the
begins_atunlock property. - Once the time indicated by the
begins_atproperty has been reached, this value will be the full amount of the unlock.
- This will be 0 at any given time prior to the timestamp provided by
the
extra: Extra
percent: Optional[ExtraPercent]Percentages for unlock amounts. These do not factor in the amount_staked or amount_held values. Will not be null when query param with_percent is true.
Percentages for unlock amounts. These do not factor in the amount_staked or amount_held values. Will not be null when query param with_percent is true.
text: Optional[ExtraText]Human-readable field variants. Will not be null when query param with_text is true.
Human-readable field variants. Will not be null when query param with_text is true.
value: Optional[ExtraValue]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.
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.
class StakingPoolFull: …Staking pool contents along with associated pool state and pool params
Staking pool contents along with associated pool state and pool params
Current contract state of staking pool
Current contract state of staking pool
extra: Extra
text: Optional[ExtraText]Human-readable field variants. Will not be null when query param with_text is true.
Human-readable field variants. Will not be null when query param with_text is true.
value: Optional[ExtraValue]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.
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.
class StakingPoolState: …
extra: Extra
text: Optional[ExtraText]Human-readable field variants. Will not be null when query param with_text is true.
Human-readable field variants. Will not be null when query param with_text is true.
value: Optional[ExtraValue]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.
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.