I am trying to make an API call to retrieve historic BTC-USD prices with the coinbase pro API.
I am defining the specified parameters available: start(Start time in ISO 8601), end(End time in ISO 8601) and granularity(Desired timeslice in seconds).
I get however the message: "Invalid interval" for the below request:
The dates are in ISO 8601 and I can not figure out why coinbase would not accept this interval.
Does anybody know why this is not accepted as a valid interval?
Thanks