Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Thin wrapper around the examples included with the official Bitfinex Node.JS API library that provides a CLI interface for specifying parameters and rendering of results.
Can be configured with API credentials that are encrypted locally on disk pull or them from the environment.
~/.bfxclirc
npm i -g bfx-cli
To configure your API credentials, run bfx-cli credentials
Run bfx-cli
from a terminal to see a list of available commands:
bfx-cli credentials Configure API credentials
bfx-cli watch-liquidations Monitor the liquidations feed
bfx-cli watch-candles <market> <tf> Monitor a candle feed
bfx-cli watch-trades <market> Monitor a trade feed
bfx-cli watch-order-book [market] Render a live order book
bfx-cli margin-info Fetch and display margin information
bfx-cli transfer <q> <ccy> <s> <d> Transfer between wallets
bfx-cli balances Fetch and display wallet balances
bfx-cli positions Fetch & display all open positions
bfx-cli order-history <market> Fetch order history
bfx-cli trade-history <market> Fetch trade history
bfx-cli close [market] Close open position(s)
bfx-cli claim [market] Claim open position(s)
bfx-cli order Submit an order
bfx-cli currencies Fetch & display all available currencies
bfx-cli tickers [market] Fetch and display one or multiple tickers
bfx-cli cancel Cancel all open orders
bfx-cli orders [market] Fetch & display all open orders
bfx-cli status Query platform status
bfx-cli download-candles <market> <tf> Download a candle dataset
<count>
bfx-cli download-trades <market> <count> Download a trade dataset
<to>
To configure bfx-cli, run bfx-cli configure
and follow the instructions. Alternatively, you can supply credentials on the environment with the API_KEY
and API_SECRET
env variables.
The following extra environment variables are supported:
WS_URL
- optional Bitfinex WSv2 endpoint URLREST_URL
- optional Bitfinex RESTv2 endpoint URLSOCKS_PROXY_URL
- optional local socksv4 proxy URL to use for both RESTv2 & WSv2 transportsgit checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Bitfinex CLI Trading Interface
The npm package bfx-cli receives a total of 0 weekly downloads. As such, bfx-cli popularity was classified as not popular.
We found that bfx-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.