GET /v1/wallet/deposit-address — query currency, network, walletId. Webhook: DEPOSIT_ORDER_NOTIFICATION.curl --location '/v1/wallet/deposit-address?currency=USDT&network=ETH&walletId=10001' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>'{"status": 200, "code": "SUCCESS", "msg": "OK", "success": true, "traceId": "tr_w_1", "data": {"address": "0xabc...", "currency": "USDT", "network": "ETH", "walletId": "10001"}}