Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-future-market-get-tickers",
name: "Future - Market - Get Tickers",
description: "Get all ticker data of the given product type. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-All-Symbol-Ticker)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-future-market-get-vip-fee-rate",
name: "Future - Market - Get VIP Fee Rate",
description: "Retrieve VIP fee rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-VIP-Fee-Rate)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-auction",
name: "Spot - Market - Get Auction",
description: "Retrieve auction data for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Auction)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-candle-data",
name: "Spot - Market - Get Candle Data",
description: "Retrieve candlestick data for a specified symbol and time period. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Candle-Data)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-coin-list",
name: "Spot - Market - Get Coin List",
description: "Get spot coin information,supporting both individual and full queries. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Coin-List)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-history-candle-data",
name: "Spot - Market - Get History Candle Data",
description: "Retrieve history candlestick data for a specified symbol and time period. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-History-Candle-Data)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-market-trades",
name: "Spot - Market - Get Market Trades",
description: "Retrieve market trade history for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Market-Trades)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-merge-depth",
name: "Spot - Market - Get Merge Depth",
description: "Retrieve merge depth for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Merge-Orderbook)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-orderbook",
name: "Spot - Market - Get Orderbook",
description: "Retrieve the order book depth for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Orderbook)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-recent-trades",
name: "Spot - Market - Get Recent Trades",
description: "Retrieve recent trade fills for a specified symbol. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Recent-Trades)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-symbols",
name: "Spot - Market - Get Symbols",
description: "Obtain all trading pair information on the platform. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Symbols)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-tickers",
name: "Spot - Market - Get Tickers",
description: "Obtain ticker information for all trading pairs or specific ones. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-Tickers)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-market-get-vip-fee-rate",
name: "Spot - Market - Get VIP Fee Rate",
description: "Retrieve VIP fee rate information. [See the documentation](https://www.bitget.com/api-doc/spot/market/Get-VIP-Fee-Rate)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "bitget-spot-trade-batch-cancel-orders",
name: "Spot - Trade - Batch Cancel Orders",
description: "Cancel multiple spot orders in batch. Maximum 50 orders per request. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Batch-Cancel-Orders)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "bitget-spot-trade-batch-cancel-replace-order",
name: "Spot - Trade - Batch Cancel Replace Order",
description: "Cancel existing orders and send new orders in batch. Maximum 50 orders per request. [See the documentation](https://bitgetlimited.github.io/apidoc/en/spot/#batch-cancel-existing-order-and-send-new-orders)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "bitget-spot-trade-batch-place-orders",
name: "Spot - Trade - Batch Place Orders",
description: "Place multiple spot orders in batch. Maximum 50 orders per request. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Batch-Place-Orders)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "bitget-spot-trade-cancel-order",
name: "Spot - Trade - Cancel Order",
description: "Cancel a spot order on Bitget. You can cancel by orderId or clientOid. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Cancel-Order)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "bitget-spot-trade-cancel-replace-order",
name: "Spot - Trade - Cancel Replace Order",
description: "Cancel an Existing Order and Send a New Order. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Cancel-Replace-Order)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-trade-cancel-symbol-orders",
name: "Spot - Trade - Cancel Symbol Orders",
description: "Cancel all orders for a specific symbol. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Cancel-Symbol-Orders)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-trade-get-fills",
name: "Spot - Trade - Get Fills",
description: "Retrieve transaction details (fills) for a user. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-Fills)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-trade-get-history-orders",
name: "Spot - Trade - Get History Orders",
description: "Retrieve historical order data for a user. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-History-Orders)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "bitget-spot-trade-get-order-info",
name: "Spot - Trade - Get Order Info",
description: "Retrieve detailed information about a specific order on Bitget. You can query by orderId or clientOid. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-Order-Info)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-trade-get-unfilled-orders",
name: "Spot - Trade - Get Unfilled Orders",
description: "Retrieve unfilled (open) orders for a user on Bitget. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Get-Unfilled-Orders)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "bitget-spot-trade-place-order",
name: "Spot - Trade - Place Order",
description: "Place a spot order on Bitget. [See the documentation](https://www.bitget.com/api-doc/spot/trade/Place-Order)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
7 changes: 6 additions & 1 deletion components/bitly/actions/create-bitlink/create-bitlink.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ export default {
name: "Create a Bitlink",
description:
"Converts a long url to a Bitlink and sets additional parameters.[See the docs here](https://dev.bitly.com/api-reference#createFullBitlink)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
bitly,
Expand Down
7 changes: 6 additions & 1 deletion components/bitly/actions/expand-bitlink/expand-bitlink.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Expand a Bitlink",
description:
"Retrieves information about Bitlink using id. [See the docs here](https://dev.bitly.com/api-reference#expandBitlink)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
bitly,
Expand Down
7 changes: 6 additions & 1 deletion components/bitly/actions/find-bitlink/find-bitlink.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ export default {
name: "Retrieve a Bitlink",
description:
"Finds an existing Bitlink in your account. Optionally, creates one if none are found. [See the docs here](https://dev.bitly.com/api-reference#expandBitlink)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
bitly,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
name: "List Bitlinks by group",
description:
"Retrieves all Bitlinks for a given group. [See the docs here](https://dev.bitly.com/api-reference#getBitlinksByGroup)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
bitly,
Expand Down
Loading
Loading