Cero Trade is a decentralized platform for trading, buying, and redeeming tokenized IRECs (renewable energy certificates). It features a marketplace where users can manage their assets, redeem certificates, and list them for sale. With real-time data from the I-TRACK API, traders can make informed decisions.
This task involves implementing a filter to return unprocessed transactions by user, ordered by date, from the Cero Trade web2 API, and handling errors. The information returned should include volume, energy source, country, date, and asset ID.
Tasks:
[ ] Implement filter for unprocessed transactions by user.
[ ] Order transactions by date.
[ ] Handle errors in API responses.
[ ] Return the following information: volume, energy source, country, date, asset ID.
Description:
This task involves implementing a filter to return unprocessed transactions by user, ordered by date, from the Cero Trade web2 API, and handling errors. The information returned should include volume, energy source, country, date, and asset ID.
Tasks: