Reporting API
Reporting API is a collection of APIs Platforms use to get information about Liquid Collective Protocol Service Fees.
Public endpoints (no authentication required)
List latest high-level protocol info
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
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 wallet transactions
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
Private endpoints ( authentication required)
List platform fees
List all platform fees for a given date
/eth/v0/platforms/{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 operator fees
List platform operator fees for a given date
/eth/v0/operators/{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
List rewards for a time period
/eth/v0/rewards
0.382748642252721461
2024-01-01
2024-01-31
List account rewards
List rewards by account for a specific date
/eth/v0/rewards/accounts
2024-04-11
lseth
["bb3e6114-af15-43a6-9b36-a5ec011d9d95"]
List wallet rewards
Get rewards for a list of wallets on a specific date
/eth/v0/rewards/wallets
2024-04-11
eth
["0x5d811a9d059dDAB0C18B385ad3b752f734f011cB"]
Reward Summary
List account rewards summary
Provides a summary of rewards with a breakdown of reward totals for each wallet within the account. NOTE: Daily breakdown for each wallet address within the account is NOT included in the response.
/eth/v0/rewards/accounts/{idOrKey}/summary
Account ID
Start date (default: 1 month ago)
End date (default: current time)
Export to CSV
Currency unit
List wallet rewards summary
List wallet rewards summary with daily reports for a specific time period
/eth/v0/rewards/wallets/{idOrAddress}/summary
Wallet ID or address
Start date (default: 1 month ago)
End date (default: current time)
Export to CSV
Currency unit
Last updated
Was this helpful?