QuantWealth/qw-monorepo

[user] GET request to get SCW info for a specific user

Closed this issue · 0 comments

Endpoint path - user/info

Request Type - GET

Request Params - address // user's EOA address

Response - 200 success or error
{ "userAddress": "EOA address", "walletAddress": "SCW address", "balance": "Balance of funds in SCW" }

Tasks -
Fetch from DB and return in response.