Get payout
Returns the payout by “payoutId” attribute.
POST
https://app.thedex.cloud/api/v1/payouts/one
Headers
X-EX-APIKEY*
String
Your API key
X-EX-PAYLOAD*
String
Body to base64
X-EX-SIGNATURE*
String
Encrypted body with the secret key
Request Body
payoutId*
String
Request curl:
Response JSON attributes:
"id"
String
Payout id
"status"
Integer
"statusName"
String
"fiatCurrency"
String
Fiat currency
"payCurrency"
String
Cryptocurrency
"amountInPayCurrency"
String
Cryptocurrency amount
"address"
String
Address is used to widthrawal
"memo"
Integer
Additional destination info
createDate
String
Creation date
"modifiedDate"
String
Modification date
"transactionId"
String
Transaction id
"withdrawalAmount"
String
Withdrawal amount
"transferAmount"
String
Transfer amount
"blockchainFee"
String
Blockchain fee
"payoutCommissionPercentage"
String
Payout commission in percentage
"isApiCalled"
Boolean
Always true for this API
"uniqueUserId"
String
User UUID
"description"
String
Description
"merchantId"
String
Merchant id
"callbackUrl"
String
Callback url
Last updated