followsm-sdk
Official Python SDK for the FollowSM smart-money & orderbook toxicity API.
Install
pip install followsm-sdk
Quickstart
from followsm_sdk import FollowSMClient
client = FollowSMClient(api_key="fsm_live_...") # or omit to use the free tier
snapshot = client.get_toxicity_snapshot("BTCUSDT")
print(snapshot.vpin, snapshot.is_toxic_alert)
Free vs Developer API
| Free / Unauthenticated | DEVELOPER_API ($199/mo) | |
|---|---|---|
| Requests/min | 30 | 300 |
| WebSocket connections | 1 | Multiple |
| Binance pairs | Limited | 50+ |
| Latency | Standard | Sub-10ms in-memory snapshots |
On HTTP 429, the SDK raises RateLimitExceededException with an upgrade prompt pointing to https://follow-sm.com/pricing.
Release files for followsm-sdk 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| followsm_sdk-0.1.0.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| followsm_sdk-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / followsm_sdk-0.1.0.tar.gz
| Download URL | followsm_sdk-0.1.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eb68983d9d50fcd401b456abcf34075d47e59fe2cb8190a9c28a7c5cbe95c11b
|
|
BLAKE2b-256 checksum How to use checksums |
4194e42e86682ba1bd925a3cc4025d235e15672a2a3f847c06646f3eff2ce9e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / followsm_sdk-0.1.0-py3-none-any.whl
| Download URL | followsm_sdk-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
16846a4cc275f6454b104faf40648b7225be0a6b071f1e9807877155830f26e8
|
|
BLAKE2b-256 checksum How to use checksums |
a526ec54d089acc7e0783750caea4a0be0e6dec66b92757341f380a63095e82a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|