Wallet page
Page with wallet details (participations info in deals)
Data:
nothing when not logged-in
When logged-in:
List of previous deals with purchased amount
List of active deals with pre-registered/purchased amount
Both filtered to participated only
Used data points:
api/wallets/info/address/:address
api/deals/info/active
api/deals/info/finished
api/deals/participation/wallet/:address
Authentication
For user-related endpoints it's necessary to attach authentication headers:
AuthenticationLast updated