Skip to content

simranbhatt/cryptoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptoAPI

An API to fetch Ethereum user transactions and save them to a database.

Prerequisite data

Get an API key from https://docs.etherscan.io/getting-started/viewing-api-usage-statistics

Get MongoDB URI for your Cluster on MongoDB Atlas from Database Cluster -> Connect -> Connect your application

Installation

git clone https://github.com/simranbhatt/cryptoAPI.git

cd CrpytoAPI

npm install

Create .env file based on .env_template

npm start

To Use

On Postman/Browser:

GET localhost:{PORT}/allUserTransactions/{useraddress}

GET localhost:{PORT}/getBalance/{useraddress}

About

An API to fetch Ethereum user transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published