@uniswap/client-data-api 0.0.212 → 0.0.213
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/v2/api_pb.d.ts +5 -3
- package/package.json +1 -1
package/dist/data/v2/api_pb.d.ts
CHANGED
|
@@ -571,9 +571,11 @@ export declare class GetTokenTradesRequest extends Message<GetTokenTradesRequest
|
|
|
571
571
|
* holds up to page_size MATCHING trades — but the server bounds how far it
|
|
572
572
|
* scans per request, so a page may come back short of page_size while
|
|
573
573
|
* next_page_token is still set; presence of next_page_token, not page
|
|
574
|
-
* fullness, signals more data under this filter.
|
|
575
|
-
*
|
|
576
|
-
*
|
|
574
|
+
* fullness, signals more data under this filter. Deep scans also terminate
|
|
575
|
+
* after a bounded total: once a walk has scanned a server-defined number of
|
|
576
|
+
* rows (currently 5,000) the server stops issuing next_page_token and the
|
|
577
|
+
* feed ends early. Like wallet, page_token carries only the walk position —
|
|
578
|
+
* the client must resend the same min_amount_usd on every page.
|
|
577
579
|
*
|
|
578
580
|
* @generated from field: optional double min_amount_usd = 4;
|
|
579
581
|
*/
|