Skip to main content

6.1.1 Obtain transaction speed and discount ratio

#Brief description: Get OTC withdrawal speed

Query parameters

None

Response json example

{
"code": 0,
"success": true,
"message": null,
"data": {
"NOW": {"expireMinute": -1,"discount": 0},
"FAST": {"expireMinute": 5,"discount": 0},
"NORMAL": {"expireMinute": 15,"discount": 20},
"SLOW": {"expireMinute": 60,"discount": 50}
}
}
Response data parameter description
Parameter nameTypeParameter meaningRemarks
NOWobjectInstantWhen the timeout is negative, it means that this order will not enter the matching pool (it will be directly processed manually by the operator).
└expireMinutestringTimeout minutes
└ discountnumberChannel fee discount
FASTobjectFast
└expireMinutestringTimeout minutes
└ discountnumberChannel fee discount
NORMALobjectGeneral
└expireMinutestringTimeout minutes
└ discountnumberChannel fee discount
SLOWobjectSlower
└expireMinutestringTimeout minutes
└ discountnumberChannel fee discount