We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52625ed commit 479cca3Copy full SHA for 479cca3
examples/rest/raw-list.py
@@ -6,7 +6,7 @@
6
7
trades = cast(
8
HTTPResponse,
9
- client.list_trades("AAA", "2022-04-20", 5, raw=True),
+ client.list_trades("AAA", "2022-04-20", raw=True),
10
)
11
print(trades.data)
12
# b'{
0 commit comments