This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Commit dbf9b1f
docs: document that price field may be absent in Lazer payload reference (#905)
* docs: add documentation for null price values in Lazer payload reference
- Added example JSON showing price field with null value
- Added info callout explaining null price behavior
- Added warning callout in Aggregate Market Price section
- Documented that null indicates price could not be computed
- Advised users to use last valid price or wait for fresh update
Co-Authored-By: Nidhi Singh <[email protected]>
* fix: apply prettier formatting
Co-Authored-By: Nidhi Singh <[email protected]>
* docs: update to show missing price fields as absent instead of null
- Changed JSON example to show fields as absent rather than null
- Updated callouts to reflect that fields are missing/absent
- Clarified that price fields may be omitted from response when not computable
Co-Authored-By: Nidhi Singh <[email protected]>
* docs: simplify documentation - remove example and focus on price field only
- Removed third price feed example from JSON
- Removed info callout that explained the example
- Simplified warning callout to only mention price field
- Removed mention of related optional fields (bestBidPrice, bestAskPrice, confidence)
Co-Authored-By: Nidhi Singh <[email protected]>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Nidhi Singh <[email protected]>1 parent 2a9cd0a commit dbf9b1f
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
118 | 125 | | |
119 | 126 | | |
120 | 127 | | |
| |||
0 commit comments