Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentio Bot committed Dec 23, 2024
1 parent ef2b48d commit afdd9b5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28370,9 +28370,10 @@ <h1>addCoinByGecko</h1>
<div class="clearfix"></div>
<p></p>
<p class="marked">coingecko id the API ID of the coin in coingecko web page.

please AWARE that the coingecko id is NOT the same as the symbol of the coin.

![screenshot](https://github.com/sentioxyz/docs/blob/main/.gitbook/assets/coingecko_apiid.png)</p>
![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)</p>
<p></p>
<br />
<pre class="prettyprint language-html prettyprinted" data-type="post"><code><span class="pln">/api/v1/prices/add_coin_by_gecko</span></code></pre>
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@
"/api/v1/prices/add_coin_by_gecko": {
"post": {
"summary": "AddCoinByGecko adds a coin by its coingecko id.",
"description": "coingecko id the API ID of the coin in coingecko web page.\nplease AWARE that the coingecko id is NOT the same as the symbol of the coin.\n\n![screenshot](https://github.com/sentioxyz/docs/blob/main/.gitbook/assets/coingecko_apiid.png)",
"description": "coingecko id the API ID of the coin in coingecko web page.\n\nplease AWARE that the coingecko id is NOT the same as the symbol of the coin.\n\n![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)",
"operationId": "AddCoinByGecko",
"responses": {
"200": {
Expand Down
2 changes: 1 addition & 1 deletion src/PriceApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/apis/PriceApi.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/types/ObjectParamAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/types/ObservableAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/types/PromiseAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afdd9b5

Please sign in to comment.