Create a symbol
Creates a new symbol. A symbol record identifies a unit of exchange. Symbols can identify currencies, loyalty points, or any other concept that can be counted. When creating a symbol, `factor` has to be specified - it is a number that is a power of 10 - 10ˆn - where n represents the number of decimal places valid for the created symbol. For example: - if `factor == 1` values identified by this symbol are integers, - if `factor == 10` values have 1 decimal place, - if `factor == 100` values have 2 decimal places, etc.
Authorization
Authorization
RequiredBearer <token>JWT signed by private key. The presence of this token is not mandatory. It becomes required through the configuration of authorization access rules that requires a token to grant access. Once sent, the token is validated for its format, signature and expiration, regardless of the presence of access rules.
In: header
Request Body
application/json
RequiredSymbol body
hash
Requiredstring"^[A-Fa-f0-9]{64}$"
meta
Requiredobjectdata
Requiredobject & objectHeader Parameters
x-ledger
string | stringThe unique identifier of ledger in context for multi tenant requests.
Created symbol