POST /v1/wallet/transfer. Prefer requestId. Webhook: WALLET_TRANSFER_ORDER_UPDATED.{
"fromWalletId": 24,
"toWalletId": 56,
"amount": 703.49,
"currency": "USD",
"requestId": "requestId123"
}curl --location '/v1/wallet/transfer' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"fromWalletId": 24,
"toWalletId": 56,
"amount": 703.49,
"currency": "USD",
"requestId": "requestId123"
}'{"status": 200, "code": "SUCCESS", "msg": "OK", "success": true, "traceId": "tr_w_3", "data": {"transactionId": "tx_tr_1", "requestId": "550e8400-e29b-41d4-a716-446655440001", "status": "PROCESSING"}}