The objective of this test is to verify your front-end skills and introduce you to the Transaction API.
- Create a UI that displays transactions fetched from Transaction API (see below).
- Add pagination using the pagination API (e.g. infinite scroll, load more button etc...)
- JavaScript or TypeScript
- React
Please feel free to use your tooling of choice for styling and testing!
- Documentation
- API Reference
- API pagination
- If you are constructing the query parameter string yourself, you may need to use
encodeURIComponent
on thestart
parameter.
- If you are constructing the query parameter string yourself, you may need to use
Use the development stage API .
- Test environment secret key: ``
- Program ID to fetch the transactions from: ``
You can read more about request headers in the API Reference.
Should you have any questions, just ask :)