Norman's Note 諾曼筆記

Norman's Note 諾曼筆記

← Finance

Trading Bot

FTX API

CCXT – CryptoCurrency eXchange Trading Library

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

Crypto Lending Interest Rates

https://defirate.com/lend/

FTX API Authentication

https://blog.ftx.com/blog/api-authentication/


← Finance