Create Withdrawal Order
Request
POST https://custody-example-url/custody/v1/api/projects/{b_id}/integrated/withdraw-order/create
Parameters
Field |
Type |
Description |
b_id |
String |
Business line ID |
order_no |
String |
Order ID (max 50 characters) |
description Optional |
String |
Order Description |
dest_wallet_codeOptional |
String |
Destination wallet ID (Internal transfer) |
dest_coin_name |
String |
Destination token name |
dest_address |
String |
Destination address |
tag Optional |
String |
Destination address's tag or memo |
amount |
Integer |
Withdrawal amount |
Response
Field |
Type |
Description |
data |
String |
Order ID |
Response Example
{
"code": 0,
"data": "string",
"message": "string",
"successful": true
}