GET /registry/metadata/v1/instruments/:instrumentId
Retrieve an instrument’s metadata.
Path Parameters
Response
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.
Indicates whether the instrument is currently paused. A paused instrument cannot be transferred or allocated.
Additional information about the instrument pause state.
Informs wallets whether the instrument supports non-basic accounts and the wallet should thus show input fields for both the account provider and the account id in input forms for transfers and allocations.
Note that wallets should always show non-null account providers and account ids when displaying transfers and allocations.
This property is deprecated in favor of the more fine-grained
accountInputFieldsToShow property.
Fine-grained control for account input field display in wallets.
If set, then wallets should only display the specified input
field(s) in transfer and allocation input forms
independently of the showAccountInputFields property.
Note that wallets should always show non-null account providers and account ids when displaying transfers and allocations.
Which single account input field wallets should show in forms.
provider, accountId