create non-swap deposit wallet
POST {{API-URL}}/api/v1/payment/gateway/third-party/deposit-wallet/create/
Request Body
{"clientIdentifier"=>"sherlockholmes51", "chain"=>"ETHEREUM", "symbol"=>"USDC"}
RESPONSES
status: OK
{"code":200,"data":{"clientIdentifier":"sherlockholmes51","address":"0xb2F88982656A31174AC116E884A8Bd997Ef7A4C9","chain":"ETHEREUM","network":"SEPOLIA","asset":"USDC","status":"APPROVED","createdAt":"2025-01-14T09:52:28.339Z","symbol":"USDC"},"error":null}