Build a claim transaction payload
Rewards
Build claim payload
Returns calldata and merkle proofs a frontend needs to submit a claim transaction. The user still signs and sends the transaction.
POST
Build a claim transaction payload
Documentation Index
Fetch the complete documentation index at: https://docs.elata.bio/llms.txt
Use this file to discover all available pages before exploring further.
Status: proposed. Requires a SIWE-issued bearer token whose
sub matches {address}. The endpoint never custodies funds — it only returns the data the user’s wallet needs to send a claim transaction itself.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}$Body
application/json