Skip to content

dumping crypto exchange private WebSocket feeds (using plain NodeJS dependencies, without aid of SDKs)

Notifications You must be signed in to change notification settings

ebenali/how-to-dump-crypto-private-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how-to-dump-crypto-private-ws

Illustrates how to dump cryptocurrency exchange account private channel contents.

Only Binance USDT; No persistence, can add save to S3 or mongoDB

How to

node --version                                               # needs version that supports running .mjs, something around v14
git clone https://github.com/<repo-url>
cd how-to-dump-crypto-private-ws
npm install                                                  # install dependencies like `ws'
vim dump-json-private-ws.mjs                                 # edit dump script, add API credentials
node dump-json-private-ws.mjs

About

dumping crypto exchange private WebSocket feeds (using plain NodeJS dependencies, without aid of SDKs)

Topics

Resources

Stars

Watchers

Forks