Categorygithub.com/swhsiang/ftx-go
module
0.0.0-20210214192804-c7edde503421
Repository: https://github.com/swhsiang/ftx-go.git
Documentation: pkg.go.dev

# README

ftx-go

Golang package to interact with FTX Exchange APIs. PRs are welcome.

Current Status

Under development. There are some issues on API authentication. Don't use it for production.

TODO

  • APIs
    • account
    • market
    • wallet
    • orders
    • convert
    • spot margin
    • fills
    • funding payments
    • leveraged tokens
    • options
    • srm staking
  • Authentication. Authenticate all requests.
  • Rate limit to api requests. Two packages at least. one for http and the other one for websocket.
  • pagination for http requests
  • Defining data structures / copy data structures from ftxexchange/ftx
  • deciding websocket package

# Packages

No description provided by the author