1

New endpoint for team wallets


R
René P

I would like to be able to get information about wallets & wallet transactions for the teams I own.

My suggestion would be a new endpoint like this:

/api/v1/wallets
To list all wallets available to me (personal & teams)

And an adjustment to the current endpoint, /api/v1/wallet-transactions, that would allow me to get transactions for a provided wallet. Could be through a query param named walletId or teamId - If not provided the result could default to transactions for my personal wallet (current behavior).

A