coindcx-api
goto https://coindcx.com/api-dashboard for more details
create a new api key
copy the api key and secret from your account
and create .env file in root directory
and paste the api key and secret key in the .env file
e.g.
COINDCX_API_KEY = YOUR_API_KEY
COINDCX_SECRET = YOUR_SECRET_KEY
In the project directory, you can run:
yarn;
yarn start;
or
npm i;
npm start;
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.