Skip to content

Commit b7e9fd4

Browse files
Merge branch 'master' into databricks-sql-warehouses
2 parents 25fdea5 + 1725ae6 commit b7e9fd4

File tree

211 files changed

+1614
-915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+1614
-915
lines changed

components/bitget/actions/future-market-get-all-symbols-contracts/future-market-get-all-symbols-contracts.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-all-symbols-contracts",
55
name: "Future - Market - Get All Symbols Contracts",
66
description: "Retrieve all contract symbols by product type. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-All-Symbols-Contracts)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-candle-data/future-market-get-candle-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-candle-data",
55
name: "Future - Market - Get Candle Data",
66
description: "Retrieve candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Candle-Data)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-contracts-oi/future-market-get-contracts-oi.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-contracts-oi",
55
name: "Future - Market - Get Contracts OI",
66
description: "Retrieve open interest for contracts. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Contracts-Oi)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-current-funding-rate/future-market-get-current-funding-rate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-current-funding-rate",
55
name: "Future - Market - Get Current Funding Rate",
66
description: "Retrieve current funding rate for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Current-Funding-Rate)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-discount-rate/future-market-get-discount-rate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-discount-rate",
55
name: "Future - Market - Get Discount Rate",
66
description: "Retrieve discount rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Discount-Rate)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-exchange-rate/future-market-get-exchange-rate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-exchange-rate",
55
name: "Future - Market - Get Exchange Rate",
66
description: "Get interest exchange rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Exchange-Rate)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-fills-history/future-market-get-fills-history.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-fills-history",
55
name: "Future - Market - Get Fills History",
66
description: "Retrieve historical fill data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Fills-History)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-history-candle-data/future-market-get-history-candle-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-history-candle-data",
55
name: "Future - Market - Get History Candle Data",
66
description: "Retrieve historical candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Candle-Data)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-history-funding-rate/future-market-get-history-funding-rate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-history-funding-rate",
55
name: "Future - Market - Get History Funding Rate",
66
description: "Retrieve historical funding rate for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Funding-Rate)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-history-index-candle-data/future-market-get-history-index-candle-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-history-index-candle-data",
55
name: "Future - Market - Get History Index Candle Data",
66
description: "Retrieve historical index candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Index-Candle-Data)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

0 commit comments

Comments
 (0)