From afdd9b51cfbbd6c66853e8da6c8645843264af0d Mon Sep 17 00:00:00 2001
From: Sentio Bot 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)addCoinByGecko
/api/v1/prices/add_coin_by_gecko
diff --git a/openapi.json b/openapi.json
index f894ce5..c1180b9 100644
--- a/openapi.json
+++ b/openapi.json
@@ -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": {
diff --git a/src/PriceApi.md b/src/PriceApi.md
index eae8f25..6246179 100755
--- a/src/PriceApi.md
+++ b/src/PriceApi.md
@@ -14,7 +14,7 @@ Method | HTTP request | Description
# **addCoinByGecko**
> PriceServiceAddCoinByGeckoResponse addCoinByGecko(body)
-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)
+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://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)
### Example
diff --git a/src/apis/PriceApi.ts b/src/apis/PriceApi.ts
index d7cdebc..9d03f12 100755
--- a/src/apis/PriceApi.ts
+++ b/src/apis/PriceApi.ts
@@ -22,7 +22,7 @@ import { PriceServiceListCoinsResponse } from '../models/PriceServiceListCoinsRe
export class PriceApiRequestFactory extends BaseAPIRequestFactory {
/**
- * 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)
+ * 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://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)
* AddCoinByGecko adds a coin by its coingecko id.
* @param body
*/
diff --git a/src/types/ObjectParamAPI.ts b/src/types/ObjectParamAPI.ts
index c290875..88051f5 100755
--- a/src/types/ObjectParamAPI.ts
+++ b/src/types/ObjectParamAPI.ts
@@ -2416,7 +2416,7 @@ export class ObjectPriceApi {
}
/**
- * 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)
+ * 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://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)
* AddCoinByGecko adds a coin by its coingecko id.
* @param param the request object
*/
@@ -2425,7 +2425,7 @@ export class ObjectPriceApi {
}
/**
- * 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)
+ * 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://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)
* AddCoinByGecko adds a coin by its coingecko id.
* @param param the request object
*/
diff --git a/src/types/ObservableAPI.ts b/src/types/ObservableAPI.ts
index c7a0809..5ee8176 100755
--- a/src/types/ObservableAPI.ts
+++ b/src/types/ObservableAPI.ts
@@ -1878,7 +1878,7 @@ export class ObservablePriceApi {
}
/**
- * 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)
+ * 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://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)
* AddCoinByGecko adds a coin by its coingecko id.
* @param body
*/
@@ -1902,7 +1902,7 @@ export class ObservablePriceApi {
}
/**
- * 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)
+ * 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://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)
* AddCoinByGecko adds a coin by its coingecko id.
* @param body
*/
diff --git a/src/types/PromiseAPI.ts b/src/types/PromiseAPI.ts
index 51b4846..2a07518 100755
--- a/src/types/PromiseAPI.ts
+++ b/src/types/PromiseAPI.ts
@@ -1371,7 +1371,7 @@ export class PromisePriceApi {
}
/**
- * 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)
+ * 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://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)
* AddCoinByGecko adds a coin by its coingecko id.
* @param body
*/
@@ -1381,7 +1381,7 @@ export class PromisePriceApi {
}
/**
- * 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)
+ * 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://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)
* AddCoinByGecko adds a coin by its coingecko id.
* @param body
*/