Skip to main content

AssetItem

assetstringrequired

Asset

typeAssetTypeEnumrequired

Possible values: [FIAT, CRYPTO, STABLE_COIN]

namestringrequired

Asset name

precisionintegerrequired

The number of digits after the decimal point (for Withdraw)

tradeScaleintegerrequired

The number of digits after the decimal point (for Convert/OTC)

AssetItem
{
"asset": "string",
"type": "FIAT",
"name": "string",
"precision": 0,
"tradeScale": 0
}