A simple application that hich takes a contract address as a URL path parameter and displays the daily volume for the pair at the given address over the past 7 days.
In order to get started, you will be required to clone the repository to your local machine. You'll require to have Node JS installed on your machine.
git clone https://github.com/wesleymutwiri/ape-space-test.git
cd ape-space-test
This project requires your authentication key and the endpoint to be used. Create the .env file in the root folder of the project.
BASE_URL="https://example.com/"
AUTHORIZATION_TOKEN="some_super_secret_token"
npm run dev
The current endpoint sometimes returns null hence you won't get the correct data.