CryptoNetworksResponse
Request validation is successful or not. It will be set to true when the HTTP status is 200.
Request status code. It will be set to 1 when the request is processed successfully. When unsuccessful, there will be an error code.
Request status message. It will be set to Success when the request is processed successfully. When unsuccessful, there will be an error message.
Current unix timestamp.
data object[]required
Network
Network name
Allow to deposit
Allow to withdraw
Expected block confirmation time
Minimum amount of deposit
Minimum fees of deposit
Fee rate of deposit
Extra fees of deposit
Extra fee rate of deposit
Supported address extension
Address extension type (e.g. tag)
Minimum amount of withdrawal
Minimum fees of withdraw
Fee rate of withdrawal
Extra fees of withdraw
Extra fee rate of withdraw
{
"data": [
{
"network": "string",
"name": "string",
"depositEnable": true,
"withdrawEnable": true,
"confirmationTime": 0,
"depositAmtMin": "string",
"depositFeeMin": "string",
"depositFeeRate": "string",
"depositExtFees": "string",
"depositExtFeeRate": "string",
"needAddressExtension": true,
"addressExtensionTypeName": "string",
"withdrawAmtMin": "string",
"withdrawFeeMin": "string",
"withdrawFeeRate": "string",
"withdrawExtFees": "string",
"withdrawExtFeeRate": "string"
}
],
"success": true,
"code": 0,
"msg": "string",
"time": 0
}