CoinbaseExchange.NET icon indicating copy to clipboard operation
CoinbaseExchange.NET copied to clipboard

Pagination Values

Open MikeZ87 opened this issue 8 years ago • 1 comments

public enum RequestPaginationType : int { Indeterminate = 0, Before = 1, After = 2 }

Passing After or Before will result in the same CB-Before and CB-After being passed, this needs to be before and after.

MikeZ87 avatar Nov 20 '16 16:11 MikeZ87

public enum RequestPaginationType : int { Indeterminate = 0, Before = 1, After = 2 }

Passing After or Before will result in the same CB-Before and CB-After being passed, this needs to be before and after.

Boobie84 avatar Mar 13 '22 04:03 Boobie84