{
"account_id": "12122",
"wallet_id": "1111",
"chain": "链",
"amount": "金额",
"address": "地址",
"memo": "备注"
}curl --location 'https://uat.bkj.com/openapi/v1/wallet/create-withdrawal' \
--header 'X-Api-Key: your-X-Api-Key' \
--header 'X-Timestamp: 1770356156' \
--header 'X-Signature: xxxxxxxx' \
--header 'X-Nonce: xxxxxxx' \
--header 'Accept-Language: en-US' \
--header 'Idempotency-Key: 调用方自己生成的幂等 key' \
--header 'Content-Type: application/json' \
--data '{
"account_id": "12122",
"wallet_id": "1111",
"chain": "链",
"amount": "金额",
"address": "地址",
"memo": "备注"
}'{
"code": 0,
"data": {
"id": "bf233320-18c0-477f-a144-13113f0333c8",
"id_no": "202603270001",
"balance_id": "ac930b3a-3378-41fa-8051-aa8bcd0dfca5",
"action": "withdraw",
"business_type": "withdrawal",
"currency": "USDT",
"address": "0x1a2b3c4d5e6f7890abcdef1234567890abcdef12",
"origin_amount": "100.00",
"amount": "100.00",
"fee": "1.00",
"cross_chain_fee": "0",
"status": "pending",
"payee_id": "",
"transaction_time": "2026-03-27T10:30:00+08:00",
"account_id": "edbf3a26-6603-40a3-873e-d24605b79345",
"rate": "1",
"quote_currency": "USD",
"quote_amount": "100.00",
"sender_type": "user",
"recipient_type": "address",
"sender_name": "user",
"recipient_name": "external_wallet",
"close_time": "",
"comment": {
"comment": "",
"attachments": []
}
},
"message": "success",
"timestamp": 1774338277867
}