Returns the list of assets (stocks) that the user holds in their investment account, including the number of shares for each position and the available USD balance in the investment account. Only assets with a positive balance are returned.
GET
/
api
/
public
/
v1
/
balance
/
stocks
Get investment portfolio (stocks)
curl --request GET \ --url https://api.wallbit.io/api/public/v1/balance/stocks \ --header 'X-API-Key: <api-key>'