Skip to content

secwang/qftx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qftx

kdb+/q interface for FTX API (REST ONLY)


use CryptoQ: https://github.com/asatirahul/cryptoq for HMACSHA256
Use req for https/custom header: https://github.com/jonathonmcmurray/reQ
Special thanks to https://github.com/drzwz/qbitmex

First, fill api and sec in settings like.

settings:`apiHost`apiKey`apiSecret!("ftx.com";"xxxx";"xxx")   //here

Now you can see your balance with

bal[]

Play with fget/fpost function.

fget{[path]}
fpost:{[path;data]}

Can support most of the restapi, but I did not fully implement, implemented some personal commonly used.


support subaccount by setting

subaccount:"other"

About

kdb+/q interface for FTX API (REST ONLY)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages