
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
This API connect to Shrimpy Developers API in a more flexible way than the official API.
It also covers a Shrimpy Users API that wasn't available until now.
Signature headers and hashing are fully covered, no hassle.
This Shrimpy library has the following features:
client.get("/list_exchanges")
instead of searching for corresponding method when they existYou probably want a virtualenv first, then:
pip install shrim-py
This API allows you to connect to the Shrimpy Developers API or the Shrimpy User API.
from shrimpy import ShrimpyDevClient
client = ShrimpyDevClient("myapikey", "myapisecret")
client.get("/list_exchanges")
if you want to connect to the Shrimpy User API instead just import and use ShrimpyUserClient
instead:
from shrimpy import ShrimpyUserClient
client = ShrimpyUserClient("myapikey", "myapisecret")
client.get("/binance/ticker")
when creating a client
you can then call the following methods: get
, post
and delete
.
client.get(endpoint)
client.post(endpoint)
client.delete(endpoint)
There's no other method used in Shrimpy. However if you needed to manually call an endpoint with a different method you could shortcut using client.call(method, endpoint)
.
The full list of endpoints for the User API for accessing public resources, account, portfolios and data types is available on the official doc: https://www.shrimpy.io/docs
With the Developers API endpoint you can manage public, trading, historical, user info, management and analytics data: https://developers.shrimpy.io/docs
With your virtualenv activated simply run:
make test
It's a handy shortcut for launching unittest.
FAQs
The Better Shrimpy Python Client for Dev and User APIs
We found that shrim-py demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.