|
|
@@ -105,7 +105,7 @@ impl BitgetSpotRest {
|
|
|
let data = self.request("GET".to_string(),
|
|
|
"/api/v2".to_string(),
|
|
|
"/spot/public/coins".to_string(),
|
|
|
- true,
|
|
|
+ false,
|
|
|
params.to_string(),
|
|
|
).await;
|
|
|
data
|
|
|
@@ -118,7 +118,7 @@ impl BitgetSpotRest {
|
|
|
let data = self.request("GET".to_string(),
|
|
|
"/api/v2".to_string(),
|
|
|
"/spot/public/symbols".to_string(),
|
|
|
- true,
|
|
|
+ false,
|
|
|
params.to_string(),
|
|
|
).await;
|
|
|
data
|
|
|
@@ -130,7 +130,7 @@ impl BitgetSpotRest {
|
|
|
let data = self.request("GET".to_string(),
|
|
|
"/api/v2".to_string(),
|
|
|
"/spot/market/vip-fee-rate".to_string(),
|
|
|
- true,
|
|
|
+ false,
|
|
|
params.to_string(),
|
|
|
).await;
|
|
|
data
|
|
|
@@ -143,7 +143,7 @@ impl BitgetSpotRest {
|
|
|
let data = self.request("GET".to_string(),
|
|
|
"/api/v2".to_string(),
|
|
|
"/spot/market/tickers".to_string(),
|
|
|
- true,
|
|
|
+ false,
|
|
|
params.to_string(),
|
|
|
).await;
|
|
|
data
|
|
|
@@ -156,7 +156,7 @@ impl BitgetSpotRest {
|
|
|
let data = self.request("GET".to_string(),
|
|
|
"/api/v2".to_string(),
|
|
|
"/spot/market/merge-depth".to_string(),
|
|
|
- true,
|
|
|
+ false,
|
|
|
params.to_string(),
|
|
|
).await;
|
|
|
data
|
|
|
@@ -187,7 +187,7 @@ impl BitgetSpotRest {
|
|
|
let data = self.request("GET".to_string(),
|
|
|
"/api/v2".to_string(),
|
|
|
"/spot/market/candles".to_string(),
|
|
|
- true,
|
|
|
+ false,
|
|
|
params.to_string(),
|
|
|
).await;
|
|
|
data
|
|
|
@@ -203,7 +203,7 @@ impl BitgetSpotRest {
|
|
|
let data = self.request("GET".to_string(),
|
|
|
"/api/v2".to_string(),
|
|
|
"/spot/market/history-candles".to_string(),
|
|
|
- true,
|
|
|
+ false,
|
|
|
params.to_string(),
|
|
|
).await;
|
|
|
data
|
|
|
@@ -217,7 +217,7 @@ impl BitgetSpotRest {
|
|
|
let data = self.request("GET".to_string(),
|
|
|
"/api/v2".to_string(),
|
|
|
"/spot/market/fills".to_string(),
|
|
|
- true,
|
|
|
+ false,
|
|
|
params.to_string(),
|
|
|
).await;
|
|
|
data
|
|
|
@@ -240,7 +240,7 @@ impl BitgetSpotRest {
|
|
|
let data = self.request("GET".to_string(),
|
|
|
"/api/v2".to_string(),
|
|
|
"/spot/market/fills-history".to_string(),
|
|
|
- true,
|
|
|
+ false,
|
|
|
params.to_string(),
|
|
|
).await;
|
|
|
data
|