Hi there,
I’ve noticed that the List Products request has a different pagination approach than other portions of the API. List Products uses limit
and offset
, while List Accounts uses a limit
and a cursor
with has_next
. Since some functionality relies on Sign in With Coinbase API, which uses yet another method of pagination (see List Accounts in the Sign in With API for example), is there a plan to unify the Advanced Trade API pagination?
As a developer/client, it makes things easier when there is a common approach for obvious reasons.
Thanks in advance!