Skip to content

Go library for using the Bybit's Rest & Websocket API

License

Notifications You must be signed in to change notification settings

MartinBechtle/bybit-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByBit API Golang SDK

Fork of frankrap's implementation with essential bugfixes.

How to use

Refer to the original project README

How to run tests

The original project hardcoded api credentials in sources. For this to work, there is a file you need to manually create as it's in gitignore: rest/.env.

Put the following contents in it:

BASE_URL=https://api.bybit.com/
API_KEY=...
API_KEY=...

About

Go library for using the Bybit's Rest & Websocket API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.5%
  • Batchfile 0.5%