Topup ApiOrder
Combination Breaker
Brake combination of order via amount. This route is used to calculate the combination of a order. Suppose a Diamond amount is 2000 but you cant directly buy 2000 Diamond, you can buy 1000 Diamond twice. so this will return [1000, 1000] as combination.
POST
/
order
/combination-breaker
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
application/json
Requiredamount
Requiredstring
game
Requiredstring
Value in:
"FREE_FIRE" | "FREE_FIRE_SHELL" | "FREE_FIRE_SG" | "FREE_FIRE_ID"
Ok