API-KEY: ********************API-SIGNATURE: ********************API-TIMESTAMP: ********************{
"requestId": "req_20260805_001",
"walletId": 10001,
"amount": "100.00",
"bankAccountId": "sample_bankAccountId",
"remark": "sample_remark"
}curl --location '/v2/stable/wallet/usd-payout' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"requestId": "req_20260805_001",
"walletId": 10001,
"amount": "100.00",
"bankAccountId": "sample_bankAccountId",
"remark": "sample_remark"
}'{
"orderId": "ord_10001",
"orderStatus": "SUCCESS"
}