Blockchain-USDT
POST
/trade/payout/unifiedorder
PAYOUT
Request
Body Params application/json
payee
object
required
accountNo
string
Receive wallet address
accountName
string
optional
bank
enum<string>
Protocol
Allowed values:
TRC20ERC20
bankCode
string | null
No need to fill in
phone
string | null
No need to fill in
tradeAmount
integer
Trade Amount
channelCode
string
Channel Code
outTradeNo
string
Merchant Trade No
notifyUrl
string
Callback URL
attrch
string
Additional Information
Example
{
"payee": {
"accountNo": "TGPYfVkZg3JXM1VZ2KxyxgHhtrikrHjTWQ",
"accountName": null,
"bankCode": null,
"bank": null
},
"tradeAmount": 100000000,
"outTradeNo": "346234624562342342",
"channelCode": "1111",
"attrch": "Additional Information",
"notifyUrl": "http://qydayotghr.gp/biltdna"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/trade/payout/unifiedorder' \
--header 'Content-Type: application/json' \
--data-raw '{
"payee": {
"accountNo": "TGPYfVkZg3JXM1VZ2KxyxgHhtrikrHjTWQ",
"accountName": null,
"bankCode": null,
"bank": null
},
"tradeAmount": 100000000,
"outTradeNo": "346234624562342342",
"channelCode": "1111",
"attrch": "Additional Information",
"notifyUrl": "http://qydayotghr.gp/biltdna"
}'
Responses
🟢200成功
application/json
Body
code
integer
required
data
object
required
receive
object
Address
amount
object
required
tradeNo
string
Platform Trade No
outTradeNo
string
Merchant Trade No
tradeStatus
enum<string>
Trade Status
Allowed values:
PROCESSINGSUCCESSFAIL
attach
string
Additional Information
msg
string
required
Example
{
"code": 0,
"data": {
"receive": {
"bankCode": null,
"bank": null,
"accountName": null,
"accountNo": "TGPYfVkZg3JXM1VZ2KxyxgHhtrikrHjTWQ"
},
"amount": {
"tradeAmount": 1000000,
"currency": "USDT",
"digits": 6
},
"tradeNo": "1582677551840301056",
"tradeStatus": "PROCESSING",
"outTradeNo": "7727d8d2f01a4273b0643e2862423a82",
"attach": null
},
"msg": ""
}
Modified at 2023-09-18 19:22:38