Trading Bot
FTX API
- Authentication instruction
https://easonwang.gitbook.io/blockchain/ftx-api
CCXT – CryptoCurrency eXchange Trading Library
- https://github.com/ccxt/ccxt
- https://ccxt.readthedocs.io/en/latest/index.html
- https://ccxt.readthedocs.io/en/latest/manual.html#authentication
- https://ccxt.readthedocs.io/en/latest/manual.html#placing-orders
- FTX sub accounts sign
https://github.com/ccxt/ccxt/issues/6513
const ccxt = require ('ccxt');
const exchange = new ccxt.ftx ({
enableRateLimit: true,
apiKey: FTX_API_KEY,
secret: FTX_API_SECRET,
headers: { 'FTX-SUBACCOUNT': SUBACCOUNT_NAME' }
});
https://help.ftx.com/hc/en-us/articles/360035792771-CCXT-Integration
Funding rate table
- https://defirate.com/funding/
- https://docs.google.com/spreadsheets/d/1DoMWNaS_5DcCKQDfdoGMoLUUMDHChLpfNlTIvFw1hMU/edit#gid=1735740480