Back to plugins
Install Plugin
ftx signing
Version 1.0.0
Overview
All private FTX API calls require an authentication SIGN header (HMAC-SHA256) (see here.
This plugin (when installed) checks all outgoing requests to see if:
- The request is going to https://ftx.com/api
- An Insomnia environment variable
API_SECRETexists - A request header
FTX-TSis present
If the above conditions are met, this plugin:
- Computes the HMAC signature based on timestamp, request method, endpoint path and request body
- Appends the
FTX-SIGNheader with the computed digest.
This plugin is heavily based on insomnia-plugin-binance-signing