curl --request GET \
--url http://localhost:8000/accounts/gateway/wallets \
--header 'Authorization: Basic <encoded-value>'List all wallets managed by Gateway. Gateway manages its own encrypted wallet storage.
Returns: List of wallet information from Gateway
Raises: HTTPException: 503 if Gateway unavailable
curl --request GET \
--url http://localhost:8000/accounts/gateway/wallets \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?