Categorygithub.com/MartinBechtle/bybit-api
module
0.7.0
Repository: https://github.com/martinbechtle/bybit-api.git
Documentation: pkg.go.dev

# README

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=...

# Packages

No description provided by the author
No description provided by the author
No description provided by the author