Auto trade on Backpack exchange with Javascript:
Note:
- Make sure you have more than: 5 $USDC in exchange
- This code will trade in pairs: $SOL/$USDC
-
Create account: Backpack
-
Download code: solotop999/auto_trade_backpack_exchange
-
Create backpack API: https://backpack.exchange/settings/api-keys
-
Install NodeJS: How to install Nodejs (Version >= v18.16.0)
-
Open file
index.js
and edit this to yourAPI_KEY
andAPI_SECRET
: -
Start
npm install
node ./index.js
- Results:
Source from: catsats