List past reward claims
Rewards
Reward history
Past reward claims for a wallet.
GET
List past reward claims
Status: proposed. Requires a SIWE-issued bearer token whose
sub matches {address}.Authorizations
SIWE-issued JWT, scoped to a wallet address. Obtain via Sign-In With
Ethereum (EIP-4361) against app.elata.bio. Required for personalized
Portfolio and Rewards endpoints. The sub claim is the wallet address;
a request whose path {address} does not match the sub is rejected.
Path Parameters
Wallet address.
Pattern:
^0x[a-fA-F0-9]{40}$Query Parameters
Opaque pagination cursor returned by the previous page.
Required range:
1 <= x <= 100