Skip to content

Commit

Permalink
Fix example to have correct params (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpolygon authored Jul 2, 2024
1 parent 52625ed commit 479cca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rest/raw-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

trades = cast(
HTTPResponse,
client.list_trades("AAA", "2022-04-20", 5, raw=True),
client.list_trades("AAA", "2022-04-20", raw=True),
)
print(trades.data)
# b'{
Expand Down

0 comments on commit 479cca3

Please sign in to comment.