File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,8 +76,11 @@ You must first retrieve the dataset index to determine valid network queryString
7676Usage pattern:
7777
78781. Select the dataset that matches the feed category
79- 2. Retrieve the dataset index:
79+ 2. 2. You must first retrieve the dataset index:
8080 https://docs.chain.link/data-feeds/feed-addresses/{type}.json
81+
82+ Do not construct or guess network paths.
83+
81843. Use this dataset to determine the correct network `queryString`
82854. Retrieve the corresponding per-network dataset (`.json`)
83865. Filter by feed name by matching the `name` field
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ async function transformPageBodyToMarkdown(
122122For programmatic access:
123123${ BASE_URL } /data-feeds/feed-addresses/${ feedType } /ethereum-mainnet.json
124124
125- First retrieve available networks:
125+ You must first retrieve available networks (do not construct or guess network paths) :
126126${ BASE_URL } /data-feeds/feed-addresses/${ feedType } .json
127127
128128Use this dataset to determine the correct network queryString before retrieving a specific network dataset.
You can’t perform that action at this time.
0 commit comments