coinbase / coinbase-commerce-python

Coinbase Commerce Python
Apache License 2.0
83 stars 50 forks source link

Any way to get back top X events? #12

Closed BobbyGR closed 6 years ago

BobbyGR commented 6 years ago

Trying to build up a script for donations and it seems that the API keeps giving me back a list of every event. Is it possible to give me back only events from x time? As I would prefer not to need to list every one and sift through a years worth of history.

Also, I could just be missing what's already there?

BobbyGR commented 6 years ago

client.event.list(limit=x)

Ok ill see myself out now RTFM :(