/ftx-go

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

Primary LanguageGoApache License 2.0Apache-2.0

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