Assets
Get info for all assets
Get all asset prices
Get historical prices for assets
ModelsExpand Collapse
AssetClassification = object { kind, neptune_receipt_asset } or object { kind, origin_asset } or object { kind, origin_asset } 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.
Regular = object { kind, neptune_receipt_asset }
NeptuneReceiptToken = object { kind, origin_asset }
AssetInfo = object { asset, classification, metadata } 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.
Regular = object { kind, neptune_receipt_asset }
NeptuneReceiptToken = object { kind, origin_asset }
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)
AssetMetadata = object { decimals_denom, decimals_display, name, 2 more } 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)
AssetPriceHistory = object { pagination, range, series } Historical prices for assets
Historical prices for assets
range: object { end, interval, start } Provides values for the requested range in it's entire width, regardless of page/limit.
Provides values for the requested range in it's entire width, regardless of page/limit.
AssetRateHistory = object { pagination, range, series } Historical rates for assets
Historical rates for assets
range: object { end, interval, start } Provides values for the requested range in it's entire width, regardless of page/limit.
Provides values for the requested range in it's entire width, regardless of page/limit.