Create a payout
POST
https://app.thedex.cloud/api/v1/payouts/create
Headers
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
fiatCurrency* | String | Please use 'USD' by default |
payCurrency* | String | Reach out accessed values to define attribute by link: |
amountInPayCurrency* | BigDecimal | Amount in cryptocurrency that will be transferred to the address |
address* | String | Address of crypto wallet |
description | String |
|
Request curl:
Response JSON attributes:
|
| Payout id |
|
| each out all accessed values by link: |
|
| reach out all accessed values by link: |
|
| Fiat currency |
|
| Cryptocurrency |
|
| Cryptocurrency amount |
|
| Address is used to widthrawal |
|
| Creation date |
|
| Modification date |
|
| Could be ignored for this API. |
|
| Withdrawal amount |
|
| Transfer amount |
|
| Blockchain fee |
|
| Payout commission in percentage |
|
| Always true for this API |
|
| User UUID |
|
| Description |
Last updated