Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.32 KB

TokenResponse.md

File metadata and controls

22 lines (18 loc) · 1.32 KB

Opdex.Client.Model.TokenResponse

Details of a token

Properties

Name Type Description Notes
Address string An address on the Cirrus network [optional]
Name string Name of the token [optional]
Symbol string Token ticker symbol [optional]
Decimals int Number of decimals of precision for token values [optional]
Sats string Number of parts which make up one whole token [optional]
TotalSupply string Decimal value with uncapped precision and size [optional]
Attributes List<TokenAttribute> Attributes applied to the token [optional]
WrappedToken WrappedTokenDetails [optional]
Distribution MinedTokenDistributionDetails [optional]
CreatedBlock int Block number at which the entity was created [optional]
ModifiedBlock int Block number at which the entity state was last modified [optional]
Summary TokenSummary [optional]

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