Create Invoice

Example

{
    "code": "OK",
    "msg": "",
    "data": {
  			"asset_type": "ETH",
  			"network": "NETWORK_ETH",
  			"fee_type": "Fixed",
  			"fee": 0.0005,
    }
}

Description

NameTypeDescription
asset_typestringThis field specifies the type of asset for which the withdrawal fee is being queried.
networkstringRepresents the specific blockchain network associated with the asset type.
fee_typestringDescribes the method used to calculate the withdrawal fee. (Free, Ratio, Fixed, )
feefloatIndicates the actual fee amount / ratio charged for the withdrawal. I