Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.7 KB

GetTokenMetadataResponse.md

File metadata and controls

25 lines (21 loc) · 1.7 KB

GetTokenMetadataResponse

Properties

Name Type Description Notes
TokenId string ID of the token [optional]
SomeUtxo string Example UTXO containing this token. [optional]
Divisibility float32 Decimal places the token is divisible to [optional]
LockStatus bool Whether issuance of more tokens is locked [optional]
AggregationPolicy string Whether the tokens are aggregatable [optional]
InitialIssuanceAmount float32 Total tokens issued in initial issuance [optional]
TotalSupply float32 Total number of tokens in supply [optional]
NumOfHolders float32 Total number of addresses this token is held at [optional]
NumOfTransfers float32 Total number of transactions of this token [optional]
NumOfIssuance float32 Total number of times this token has been issued [optional]
NumOfBurns float32 Number of times tokens have been burned [optional]
FirstBlock float32 Block number token was issued in [optional]
IssuanceTxid string TXID the token was issued with [optional]
IssueAddress string Address that issued the tokens [optional]
MetadataOfIssuance GetTokenMetadataResponseMetadataOfIssuance [optional]
MetadataOfUtxo GetTokenMetadataResponseMetadataOfUtxo [optional]

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