
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Poloniex API
_ client for humans
The package has been uploaded to PyPI
_, so you can install it with pip:
.. code:: bash
$ pip install poloniex
Documentation can be inspected by calling the python's help
function with a
Poloniex
object as parameter:
.. code:: python
from poloniex import Poloniex polo = Poloniex() help(polo)
Public APIs """""""""""
.. code:: python
from poloniex import Poloniex polo = Poloniex() ticker = polo.returnTicker()['BTC_ETH'] print(ticker)
Private APIs """"""""""""
.. code:: python
from poloniex import Poloniex import os
api_key = os.environ.get('POLONIEX_API_KEY') api_secret = os.environ.get('POLONIEX_SECRET') polo = Poloniex(api_key, api_secret)
ticker = polo.returnTicker()['BTC_ETH'] print(ticker)
balances = polo.returnBalances() print(balances)
crypto_trader
_: Trading automation on poloniex cyriptocoin exchange================= ====== ========================================== Name Symbol Address ================= ====== ========================================== Bitcoin BTC 13NpLwXgEP8d9NpDUHptY6BypFRNXHL3tr Ethereum ETH 0x8f61777b0f951ed5df684da495d82171aa3645ea Litecoin LTC LKM1eTU8BmvCECJr54Tz1pHDr4e2AS41Ai ================= ====== ==========================================
.. _PyPI: https://pypi.python.org/pypi/poloniex .. _Poloniex API: https://poloniex.com/support/api/ .. _crypto_trader: https://github.com/timucin/cyripto_trader
FAQs
Poloniex API client for humans
We found that poloniex demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.