Non-Fungible Object

A non-fungible asset is a unique digital identifier that cannot be copied, substituted, or subdivided, that is recorded in a blockchain, and that is used to certify ownership and authenticity.

The following table describes the fields in the REST API messages for assets:

FieldTypeDescription
idstringThe UUID. A unique ID of the asset.
created_atdateThe creation time of the asset.
Standard format of timestamp with a time zone.
[ISO_8601]
updated_atdateThe time when the asset details were last updated.
Standard format of timestamp with a time zone.
ISO_8601
symbolstringThe coin symbol of the asset.
token_idnumberThe token ID of the asset.
contract_idstringThe ID of the contract of the asset.
See the Contract Object.
extra_detailjsonContains all metadata of the asset.
owned_by_walletbooleanWhether or not the asset is owned by the wallet.
wallet_idstringThe ID of the wallet to which this asset belongs. See Wallet Object