Account API
Account assert
Request
Response
accountId
Long
true
Account ID
currency
String
true
Currency
totalBalance
BigDecimal
true
Total Balance
availableBalance
BigDecimal
true
Available balance
frozenBalance
BigDecimal
true
Freeze Balance
digital
Long
true
Digital
Example Response
Wallet Deposit
Request
chain
String
false
Network chain. default:TRC20
amount
BigDecimal
true
deposit amount
Response
orderNo
String
true
Platform order number
userInputDepositAmount
BigDecimal
true
The deposit amount input by the user
actualDepositAmount
BigDecimal
true
The actual amount to be recharged. A decimal may be generated based on userInputDepositAmount
currency
String
true
currency
chain
String
true
Network chain
toAddress
String
true
Deposit address
createTime
Long
true
Order time. Timestamp
expireSecond
Long
true
Validity period (unit: seconds)
Example Response
Wallet Deposit Transaction
Request
pageNum
Long
true
Current page. Default: 1
pageSize
Long
true
Number of pages per page. Default: 10; Maximum: 100
orderNo
String
false
Order number
fromAddress
String
false
Source address
toAddress
String
false
Target address
txId
String
false
txId
status
String
false
Status
wait_process
: Wait process;
processing
: Processing;
success
: Success;
fail
: Failed;
startTime
Long
false
Order start time. Millisecond timestamp
endTime
Long
false
Order end time. Millisecond timestamp
Response
orderNo
String
true
Order number
currency
String
true
Currency. Example: USDT
receivedAmount
BigDecimal
false
Received amount
feeRate
BigDecimal
true
Deposit fee rate
feeRateAmount
BigDecimal
true
Deposit fee rate amount
fixedFee
BigDecimal
true
Fixed deposit fee amount
needDepositTxAmount
BigDecimal
true
Order Amount
txAmount
BigDecimal
false
User on-chain recharge amount
chain
String
true
Chain. Example: TRC20
fromAddress
String
false
Source address
toAddress
String
true
Target address
txId
String
false
txId
block
Integer
false
Block Height
confirmTime
Long
false
Transaction confirmation time on the chain. Millisecond timestamp
status
String
true
Status
wait_process
: Wait process;
processing
: Processing;
success
: Success;
fail
: Failed;
remark
String
false
Remark
createTime
Long
false
Order create time.
Millisecond timestamp
Example Response
Last updated