Skip to content

a script to collect funding on perps on bybit exchange | hedge by longing futures

Notifications You must be signed in to change notification settings

richwednesday/bybit-funding-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bybit-funding-play

A script to collect funding by shorting perps on bybit exchange | hedge by longing futures.
Reduce trade fees by submiting a limit order for one contract and a market order for other contract once limit order is filled.

create a config.js file like below:

module.exports = {
  APIKEY: "", // your bybit api key
  PRIVATEKEY: "", // your bybit api secret
  TRADEQTY: 2000, // usd value
  FUTURETICKER: "BTCUSDM21" // "BTCUSD0625"
}

run node index.js

About

a script to collect funding on perps on bybit exchange | hedge by longing futures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published