Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.69 KB

GetTokenMetadataResponse.md

File metadata and controls

25 lines (21 loc) · 1.69 KB

GetTokenMetadataResponse

Properties

Name Type Description Notes
token_id str ID of the token [optional]
some_utxo str Example UTXO containing this token. [optional]
divisibility float Decimal places the token is divisible to [optional]
lock_status bool Whether issuance of more tokens is locked [optional]
aggregation_policy str Whether the tokens are aggregatable [optional]
initial_issuance_amount float Total tokens issued in initial issuance [optional]
total_supply float Total number of tokens in supply [optional]
num_of_holders float Total number of addresses this token is held at [optional]
num_of_transfers float Total number of transactions of this token [optional]
num_of_issuance float Total number of times this token has been issued [optional]
num_of_burns float Number of times tokens have been burned [optional]
first_block float Block number token was issued in [optional]
issuance_txid str TXID the token was issued with [optional]
issue_address str Address that issued the tokens [optional]
metadata_of_issuance GetTokenMetadataResponseMetadataOfIssuance [optional]
metadata_of_utxo GetTokenMetadataResponseMetadataOfUtxo [optional]

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