Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.31 KB

GetAssetDetailsByAssetIDRISC.md

File metadata and controls

16 lines (13 loc) · 1.31 KB

# GetAssetDetailsByAssetIDRISC

Properties

Name Type Description Notes
_1_hour_price_change_in_percentage string Represents the percentage of the asset's current price against the its price from 1 hour ago.
_1_week_price_change_in_percentage string Represents the percentage of the asset's current price against the its price from 1 week ago.
_24_hours_price_change_in_percentage string Represents the percentage of the asset's current price against the its price from 24 hours ago.
_24_hours_trading_volume string Represents the trading volume of the asset for the time frame of 24 hours.
asset_type string Represent a subtype of the crypto assets. Could be COIN or TOKEN.
circulating_supply string Represents the amount of the asset that is circulating on the market and in public hands.
market_cap_in_usd string Defines the total market value of the asset's circulating supply in USD.
max_supply string Represents the maximum amount of all coins of a specific asset that will ever exist in its lifetime.

[Back to Model list] [Back to API list] [Back to README]