Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 734 Bytes

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