Retrieve an instrument’s metadata.
Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
ok
The unique identifier assigned by the admin to the instrument.
The display name for the instrument recommended by the instrument admin. This is not necessarily unique.
The symbol for the instrument recommended by the instrument admin. This is not necessarily unique.
The number of decimal places used by the instrument.
Must be a number between 0 and 10, as the Daml interfaces represent holding amounts as
Decimal values, which use 10 decimal places and are precise for 38 digits.
Setting this to 0 means that the instrument can only be held in whole units.
This number SHOULD be used for display purposes in a wallet to decide how many decimal places to show and accept when displaying or entering amounts.
Map from token standard API name to the minor version of the API supported, e.g.,
splice-api-token-metadata-v1 -> 1 where the 1 corresponds to the minor version.
Decimal encoded current total supply of the instrument.
The timestamp when the total supply was last computed.