Payout create
This call allows you to create a payout with the desired cryptocurrency (asset).
Authorizations:
Request Body schema: application/x-www-form-urlencoded
| amount | string This parameter displays the amount of the selected asset to send to another wallet. |
| destination | string this parameter displays the address of the wallet to receive the inserted amount. |
| asset | string <uuid> This parameter displays the selected crypto currency in which the amount will be sent. |
| treatAsGrossAmount | boolean Default: false This parameter indicates if the network fee is deducted from the requested amount (set as True) or from your account (set as False, by default). This allows you to define who is charged with the network fee (the payout receiver or you). |
| externalId | string This parameter allows you to insert an Internal ID (from your own system) to better keep track of these operations. |
| fromAddress | string This parameter specifies the dedicated address you want to use for the Payout. |
Responses
Response samples
- 201
- 400
- 500
{- "data": {
- "amount": "string",
- "networkFee": "string",
- "status": "APPROVAL",
- "asset": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "symbol": "string",
- "displayName": "string",
- "displaySymbol": "string",
- "type": "string",
- "exchangeSymbol": "string",
- "subType": "string",
- "token": "string",
- "contract": "string",
- "nativeAsset": "string",
- "decimals": "string",
- "network": "string"
}, - "id": "string",
- "transaction": {
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "lease": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "asset": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "symbol": "string",
- "displayName": "string",
- "displaySymbol": "string",
- "type": "string",
- "exchangeSymbol": "string",
- "subType": "string",
- "token": "string",
- "contract": "string",
- "nativeAsset": "string",
- "decimals": "string",
- "network": "string"
}, - "address": "string",
- "amount": "string",
- "expired": true,
- "used": true,
- "expires": "2019-08-24T14:15:22Z",
- "network": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}, - "fee": "string",
- "feePriority": "string",
- "destination": "string",
- "note": "string",
- "tag": "string",
- "network": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}