Create a payout
POST
https://app.thedex.cloud/api/v1/payouts/create
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
payCurrency*
String
Reach out accessed values to define attribute by link: /api/v1/info/currencies
attribute "payCurrencies"
amountInPayCurrency*
BigDecimal
Amount in cryptocurrency that will be transferred to the address
address*
String
Address of crypto wallet
memo
Integer
An additional TON or Ripple specific field to define the intended recipient or destination.
description
String
max size = 300
Request curl:
Response JSON attributes:
"id"
String
Payout id
"payCurrency"
String
Cryptocurrency
"address"
String
Address is used to widthrawal
"memo"
Integer
Additional destination info
"createDate"
String
Creation date
"modifiedDate"
String
Modification date
"transactionId"
Boolean
Could be ignored for this API.
"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
Last updated