I receive an empty string while paginating through accounts:
GET: https://api.coinbase.com/v2/accounts?starting_after=57650dd4-b615-597b-a57f-d19921dbf723
Trace: 6056192224161351569
In the response the next url attribute is an empty string.
I receive an empty string while paginating through accounts:
GET: https://api.coinbase.com/v2/accounts?starting_after=57650dd4-b615-597b-a57f-d19921dbf723
Trace: 6056192224161351569
In the response the next url attribute is an empty string.
Can confirm this as well. It seems to have changed a few days ago. It used to return null if at the end of pagination. This is breaking my app because it’s expecting null to know when there’s no more results.
Lots of breakages for sure - can we escalate this? Its killing us !
@lioness - are you able to reply on this - its seems like quite an impactful problem.
Any use of starting_after parameter for example is being ignored and always returning first page of data - causing infinite loops and breaks in lots of things !
Get Accounts endpoint does not have starting_after
parameter…