get_asset_by_id

@mount("ft4.get_asset_by_id") query get_asset_by_id(asset_id: byte_array): (id: byte_array, name: text, symbol: text, decimals: integer, blockchain_rid: byte_array, icon_url: text, type: text, supply: big_integer)?(source)

Returns the details of an asset given its id

Parameters

asset_id

id of the asset to fetch