Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 845 Bytes

TokenConfig.md

File metadata and controls

14 lines (9 loc) · 845 Bytes

TokenConfig

Properties

Name Type Description Notes
ticker str ticker symbol of the currency e.g. USDT
decimals int the number of digits after the comma. Values are always delivered as integers. This value can be used to set the decimal point at the right place.
peg_currency str is set if token is a stablecoin. It holds the thicker symbol of the currency the tokens is pegged to. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]