Public APIs
Last updated
Was this helpful?
Last updated
Was this helpful?
Alluvial exposes several non-authenticated APIs to support DApps
List latest available high-level protocol
/eth/v0/protocol
Display LsETH values in units of wei or ether. If not present, LsETH is set by default.
List high-level protocol info for a given date
/eth/v0/protocol/{date}
Date filter by year, month or day (eg. 2023, 2023-12, 2023-12-31). Note: times are UTC
Display LsETH values in units of wei or ether. If not present, LsETH is set by default.
List rewards for a wallet with daily reports (public info) for a specific time period.
/eth/v0/wallet/{address}/rewards
Wallet address
Start date (default: 1 month ago)
End date (default: current time)
Currency unit
Export to CSV
Page size (default: 100)
Next cursor (default: empty)
Provides status information of the wallet (ex. ALLOWLISTED, SUBMITTED, etc...)
/eth/v0/wallet/{address}/status
Wallet address
List wallet transactions for a given time period and wallet address
/eth/v0/wallet/{address}/transactions
Wallet address
Start date (default: 1 year ago)
End date (default: current time)
Output as CSV
Page size (default: 100)
Next cursor
List the redeem requests for one or multiple owners (addresses)
/eth/v0/redeems
The address or addresses to query, separated by commas