Skip to content

Commit f34fe38

Browse files
Refine documentation on seed parameter in money-flow-api.md to enhance clarity on its role in caching and query execution.
1 parent 885f8b0 commit f34fe38

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/Examples/coinpath/money-flow-api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ A random number used to prevent caching of results. Only the Coinpath API is sub
116116

117117
1. **Add the `seed` parameter** — Set it to a random number for every query. This forces a new session for each request and avoids the error.
118118
2. **Run queries sequentially** — Sync queries so that those with the same set of parameters run one after the other instead of in parallel.
119-
120-
Use a seed when blockchain data is expected to change during coinpath calculations, or when you run parallel queries with identical parameters.
121-
122119
---
123120

124121
## Fund Flow Tracking

0 commit comments

Comments
 (0)