assets

Get asset by ID

get/assets/{id}

Path parameters

idstring uuid required

Response

Asset details

idstring uuid required
symbolstring required
namestring required
type'NATIVE' | 'QRC-20' required

Asset class. QRC-20 denotes a Quantum Chain fungible token. The legacy value ERC20 is accepted on input as a deprecated alias and will be removed; new clients must use QRC-20.

contractAddressstring
decimalsinteger required
chainIdinteger required
status'ACTIVE' | 'DISABLED' required

Changes

Changed in 2 of the 7 revisions of this API.12

  • fc446944e3ec11See the full diff
    • added the new QRC-20 enum value to the type response property for the response status 200

      response-property-enum-value-added

    • removed the ERC20 enum value from the type response property for the response status 200

      response-property-enum-value-removed

    • endpoint added

      endpoint-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog