1. Deposit recharge usdt address

https://domain/api/deposit/address

1.1) request body

name type necessary remark
network string Y Fixed value: TRC20
token String Y Fixed value: USDT

1.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

data description

name type remark
id string wallet address
occupyStartTime int wallet address occupy start time
occupyEndTime int wallet address occupy end time

2. Deposit calculator

https://domain/api/deposit/calculator

2.1) request body

name type necessary remark
network string Y Fixed value: TRC20
token String Y Fixed value: USDT
amount String Y calculate usdt amount

2.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

data description

name type remark
firstDepositBonus float first deposit bonus
estimatedBonus float estimated bonus
receivedFiatAmount float estimated received fiatcurrency amount

3. Deposit INR page

https://domain/api/deposit_template/page

3.1) request body

name type necessary remark
pageNo int N default 1
pageSize int N default 20
type string Y fixed value: INR
amountAsc bool N true for asc; false for desc; null for no sort
minAmount float N query param: min amount
maxAmount float N query param: max amount
amountType string N SMALL/MEDIUM/LARGE, default value is Medium

3.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

data description

name type remark
number int pageNo
size int pageSize
totalPages int total pages count
content list<T> list of article items

T description

name type remark
id string Order ID
created int created timestamp
modified int latest modified timestamp
countryId string country id: IN
quota float quota amount (will not response, you should calculator commission and amount)
commission float income amount
amount float deposit amount

4. Deposit INR buy action

https://domain/api/deposit/buy

3.1) request body

name type necessary remark
id string Y order id
payAccountId string Y tool id
upiPin string Y UPI PIN

3.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

data description

name type remark
number int pageNo
size int pageSize
totalPages int total pages count
content list<T> list of order items

T description

name type remark
id string Order ID
created int created timestamp
modified int latest modified timestamp
countryId string country id: IN
quota float quota amount (will not response, you should calculator commission and amount)
commission float income amount
amount float deposit amount

4. Deposit recharge usdt

https://domain/api/deposit/usdt

4.1) request body

name type necessary remark
network string Y Fixed value: TRC20
token String Y Fixed value: USDT
amount String Y top up amount

4.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

data description

name type remark
id string order id
address string wallet address
amount float order amount (usdt)
rate float exchange rate
fiatAmount float fiatAmount
created int order created timestamp
expiredTime int order expired timestamp
status string PENDING/SUCCESS/FAILED
errMsg string errMsg

5. check usdt deposit order status

https://domain/api/deposit/check_usdt_deposit_order

5.1) request body

name type necessary remark
id string Y order id

5.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

data description

name type remark
id string order id
address string wallet address
amount string order amount (usdt)
rate float exchange rate
fiatAmount float fiatAmount
created int order created timestamp
expiredTime int order expired timestamp
status string PENDING/SUCCESS/FAILED
errMsg string errMsg

6. get usdt deposit ladder bonus config

https://domain/api/deposit/ladder_bonus

6.1) request body

name type necessary remark

6.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data list<T> bussiness entity

T description

name type remark
min float ladder config low amount
max float ladder config max amount
bonusRate float the ladder bonus rate

7. get weekly deposit ladder bonus config

https://domain/api/deposit/weekly_deposit_bonus

7.1) request body

name type necessary remark

7.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

T description

name type remark
config list<E> ladder bonus config
depositAmount float deposit total amount in week.

E description

name type remark
alias string deposit amount alias, eg, 1,000,000 is 1M, shown in app
amount float deposit amount
bonus float the ladder bonus

results matching ""

    No results matching ""