POST api/v2/withdrawals
General information about endpoints
Information
Description
Description
Creates a new withdrawal.
Route
POST api/v2/withdrawals
Permissions
Private
Request Parameters:
Parameter
Type
Required
Description
dchain
string
Required
Identifier of the dchain
amount
number
Required
Amount to be withdrawn
destination
string
Optional
Address to which the withdrawal will be sent (mutually exclusive with requisite_id)
destination_tag
string
Optional
Tag of the destination address
requisite_id
string
Optional
Identifier of the requisite (mutually exclusive with destination)