You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program was set up to easily access a flat files server provided to Coin Metrics commercial clients. If you are a
8
8
community API user or a client without access to this server, a 403 error will be returned. If you are a community API
9
9
user and looking to get historical asset prices, Coin Metrics does offer [historical asset prices for download](https://coinmetrics.io/community-network-data/).
10
-
The `CoinMetricsDataExporter` class will return a `CoinMetricsUnauthorizedException` if your API key is not authorized
10
+
The `CoinMetricsDataExporter` class will return a `CoinMetricsClientFlatFilesUnauthorizedException` if your API key is not authorized
11
11
to access this server. The flat files export is considered a separate product from the Coin Metrics API, if you would
12
12
like to gain access or believe you should have access but do not, please contact coinmetrics support.
error_message="""The provided API key is not authorized to access the Coin Metrics Flat Files server. This product is separate from the API. If you'd like access granted or believe this is a mistake please contact Coin Metrics support.
18
-
"""
57
+
error_message="Unauthorized: The API key is invalid or missing."
This program was set up to easily access a flat files server provided to Coin Metrics commercial clients. If you are a
8
8
community API user or a client without access to this server, a 403 error will be returned. If you are a community API
9
9
user and looking to get historical asset prices, Coin Metrics does offer [historical asset prices for download](https://coinmetrics.io/community-network-data/).
10
-
The `CoinMetricsDataExporter` class will return a `CoinMetricsUnauthorizedException` if your API key is not authorized
10
+
The `CoinMetricsDataExporter` class will return a `CoinMetricsClientFlatFilesUnauthorizedException` if your API key is not authorized
11
11
to access this server. The flat files export is considered a separate product from the Coin Metrics API, if you would
12
12
like to gain access or believe you should have access but do not, please contact coinmetrics support.
Copy file name to clipboardExpand all lines: docs/site/tools/FlatFilesExport.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1046,7 +1046,7 @@ <h2 id="authorization-for-flat-files-download">Authorization for flat files down
1046
1046
<p>This program was set up to easily access a flat files server provided to Coin Metrics commercial clients. If you are a
1047
1047
community API user or a client without access to this server, a 403 error will be returned. If you are a community API
1048
1048
user and looking to get historical asset prices, Coin Metrics does offer <ahref="https://coinmetrics.io/community-network-data/">historical asset prices for download</a>.<br/>
1049
-
The <code>CoinMetricsDataExporter</code> class will return a <code>CoinMetricsUnauthorizedException</code> if your API key is not authorized
1049
+
The <code>CoinMetricsDataExporter</code> class will return a <code>CoinMetricsClientFlatFilesUnauthorizedException</code> if your API key is not authorized
1050
1050
to access this server. The flat files export is considered a separate product from the Coin Metrics API, if you would
1051
1051
like to gain access or believe you should have access but do not, please contact coinmetrics support. </p>
1052
1052
<h3id="installation-and-set-up">Installation and set up<aclass="headerlink" href="#installation-and-set-up" title="Permanent link">¶</a></h3>
0 commit comments