Skip to content

Commit a3349cd

Browse files
authored
Update website/src/pages/en/token-api/faq.mdx
1 parent f376bd5 commit a3349cd

File tree

1 file changed

+1
-1
lines changed
  • website/src/pages/en/token-api

1 file changed

+1
-1
lines changed

website/src/pages/en/token-api/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To query Solana, use the SVM endpoints.
110110

111111
Endpoints cap output at 10 items by default. Use pagination parameters: `limit` and `page` (1-indexed) to return more results. For example, set `limit=50` to get 50 results, and increment `page` for subsequent batches (e.g., `page=2` for items 51-100).
112112

113-
It is currently possible for the total number of pages to be inexact. This is because the ClickHouse backend doesn't read the whole table, and instead provides an approximation of the number of records, in order to make queries respond faster. To avoid getting confused by this approximation, make sure to continue fetching next pages until there is no more data, or the endpoint returns an error.
113+
It is currently possible for the total number of pages to be inexact. This is because the backend provides only an approximation of the number of records in order to improve response time. To avoid getting confused by this approximation, make sure to continue fetching next pages until there is no more data, or the endpoint returns an error.
114114

115115
### How do I fetch older transfer history?
116116

0 commit comments

Comments
 (0)