defistream 1.0.3__tar.gz → 1.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {defistream-1.0.3 → defistream-1.0.4}/PKG-INFO +2 -2
- {defistream-1.0.3 → defistream-1.0.4}/README.md +1 -1
- {defistream-1.0.3 → defistream-1.0.4}/pyproject.toml +1 -1
- {defistream-1.0.3 → defistream-1.0.4}/src/defistream/__init__.py +1 -1
- {defistream-1.0.3 → defistream-1.0.4}/.gitignore +0 -0
- {defistream-1.0.3 → defistream-1.0.4}/LICENSE +0 -0
- {defistream-1.0.3 → defistream-1.0.4}/sample_usage.py +0 -0
- {defistream-1.0.3 → defistream-1.0.4}/src/defistream/client.py +0 -0
- {defistream-1.0.3 → defistream-1.0.4}/src/defistream/exceptions.py +0 -0
- {defistream-1.0.3 → defistream-1.0.4}/src/defistream/models.py +0 -0
- {defistream-1.0.3 → defistream-1.0.4}/src/defistream/protocols.py +0 -0
- {defistream-1.0.3 → defistream-1.0.4}/src/defistream/py.typed +0 -0
- {defistream-1.0.3 → defistream-1.0.4}/src/defistream/query.py +0 -0
- {defistream-1.0.3 → defistream-1.0.4}/tests/__init__.py +0 -0
- {defistream-1.0.3 → defistream-1.0.4}/tests/test_client.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: defistream
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: Python client for the DeFiStream API
|
|
5
5
|
Project-URL: Homepage, https://defistream.dev
|
|
6
6
|
Project-URL: Documentation, https://docs.defistream.dev
|
|
@@ -413,7 +413,7 @@ print(f"Request cost: {client.last_response.request_cost}")
|
|
|
413
413
|
|
|
414
414
|
| Method | Protocols | Description |
|
|
415
415
|
|--------|-----------|-------------|
|
|
416
|
-
| `.token(symbol)` | ERC20 | Token symbol (USDT, USDC) or contract address |
|
|
416
|
+
| `.token(symbol)` | ERC20 | Token symbol (USDT, USDC) or contract address (required) |
|
|
417
417
|
| `.sender(addr)` | ERC20, Native | Filter by sender address |
|
|
418
418
|
| `.receiver(addr)` | ERC20, Native | Filter by receiver address |
|
|
419
419
|
| `.min_amount(amt)` | ERC20, Native | Minimum transfer amount |
|
|
@@ -379,7 +379,7 @@ print(f"Request cost: {client.last_response.request_cost}")
|
|
|
379
379
|
|
|
380
380
|
| Method | Protocols | Description |
|
|
381
381
|
|--------|-----------|-------------|
|
|
382
|
-
| `.token(symbol)` | ERC20 | Token symbol (USDT, USDC) or contract address |
|
|
382
|
+
| `.token(symbol)` | ERC20 | Token symbol (USDT, USDC) or contract address (required) |
|
|
383
383
|
| `.sender(addr)` | ERC20, Native | Filter by sender address |
|
|
384
384
|
| `.receiver(addr)` | ERC20, Native | Filter by receiver address |
|
|
385
385
|
| `.min_amount(amt)` | ERC20, Native | Minimum transfer amount |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|