Skip to content

bhonnegowda/gdax-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptocurrencies-feed

  1. Consume Gdax real-time feed using websocket.
  2. get limited cryptocurrencies information from coinmarketcap public rest api.

Step 1:

create an account on https://www.gdax.com/ or use your coinbase credentials to login to gdax. Top right, hamburger icon, click on API, This will open a page which will help you generate

  1. passphare
  2. secret
  3. api-key
  4. set permissions for this access.

Step 2:

java -jar crypto-feed-consumer-0.0.1-SNAPSHOT.jar \ 
            --gdax.api.phrase=<your-gdax-passphrase> \
            --gdax.api.secret=<your-gdax-secret> \
            --gdax.api.key=<your-gdax-key>

About

Mission: Stream & Analyze crypto currencies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages