@apicity/mcp-server 0.4.3 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/endpoint-docs.tsv +360 -71
  2. package/package.json +22 -22
@@ -10,6 +10,7 @@ binance api.v3.ping GET https://api.binance.com/api/v3/ping https://developers.b
10
10
  binance api.v3.referencePrice GET https://api.binance.com/api/v3/referencePrice{query} https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#query-reference-price
11
11
  binance api.v3.referencePrice.calculation GET https://api.binance.com/api/v3/referencePrice/calculation{query} https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#query-reference-price-calculation
12
12
  binance api.v3.exchangeInfo GET https://api.binance.com/api/v3/exchangeInfo{query} https://developers.binance.com/docs/binance-spot-api-docs/rest-api/general-endpoints#exchange-information
13
+ binance api.v3.executionRules GET https://api.binance.com/api/v3/executionRules{query} https://developers.binance.com/docs/binance-spot-api-docs/rest-api/general-endpoints#query-execution-rules
13
14
  binance api.v3.time GET https://api.binance.com/api/v3/time https://developers.binance.com/docs/binance-spot-api-docs/rest-api/general-endpoints#check-server-time
14
15
  binance api.v3.depth GET https://api.binance.com/api/v3/depth{query} https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#order-book
15
16
  binance api.v3.trades GET https://api.binance.com/api/v3/trades{query} https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#recent-trades-list
@@ -24,6 +25,81 @@ binance api.v3.ticker.tradingDay GET https://api.binance.com/api/v3/ticker/tradi
24
25
  binance api.v3.ticker.price GET https://api.binance.com/api/v3/ticker/price{query} https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#symbol-price-ticker
25
26
  binance api.v3.ticker.bookTicker GET https://api.binance.com/api/v3/ticker/bookTicker{query} https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#symbol-order-book-ticker
26
27
  binance api.v3.ticker GET https://api.binance.com/api/v3/ticker{query} https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#rolling-window-price-change-statistics
28
+ binance eapi.v1.ping GET https://eapi.binance.com/eapi/v1/ping https://developers.binance.com/docs/derivatives/options-trading/market-data/Test-Connectivity
29
+ binance eapi.v1.time GET https://eapi.binance.com/eapi/v1/time https://developers.binance.com/docs/derivatives/options-trading/market-data/Check-Server-Time
30
+ binance eapi.v1.exchangeInfo GET https://eapi.binance.com/eapi/v1/exchangeInfo https://developers.binance.com/docs/derivatives/options-trading/market-data/Exchange-Information
31
+ binance eapi.v1.ticker GET https://eapi.binance.com/eapi/v1/ticker{query} https://developers.binance.com/docs/derivatives/options-trading/market-data/24hr-Ticker-Price-Change-Statistics
32
+ binance eapi.v1.exerciseHistory GET https://eapi.binance.com/eapi/v1/exerciseHistory{query} https://developers.binance.com/docs/derivatives/options-trading/market-data/Historical-Exercise-Records
33
+ binance eapi.v1.openInterest GET https://eapi.binance.com/eapi/v1/openInterest{query} https://developers.binance.com/docs/derivatives/options-trading/market-data/Open-Interest
34
+ binance eapi.v1.depth GET https://eapi.binance.com/eapi/v1/depth{query} https://developers.binance.com/docs/derivatives/options-trading/market-data/Order-Book
35
+ binance eapi.v1.trades GET https://eapi.binance.com/eapi/v1/trades{query} https://developers.binance.com/docs/derivatives/options-trading/market-data/Recent-Trades-List
36
+ binance eapi.v1.blockTrades GET https://eapi.binance.com/eapi/v1/blockTrades{query} https://developers.binance.com/docs/derivatives/options-trading/market-data/Recent-Block-Trade-List
37
+ binance eapi.v1.index GET https://eapi.binance.com/eapi/v1/index{query} https://developers.binance.com/docs/derivatives/options-trading/market-data/Symbol-Price-Ticker
38
+ binance eapi.v1.klines GET https://eapi.binance.com/eapi/v1/klines{query} https://developers.binance.com/docs/derivatives/options-trading/market-data/Kline-Candlestick-Data
39
+ binance eapi.v1.mark GET https://eapi.binance.com/eapi/v1/mark{query} https://developers.binance.com/docs/derivatives/options-trading/market-data/Option-Mark-Price
40
+ binance dapi.v1.ping GET https://dapi.binance.com/dapi/v1/ping https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Test-Connectivity
41
+ binance dapi.v1.time GET https://dapi.binance.com/dapi/v1/time https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Check-Server-time
42
+ binance dapi.v1.exchangeInfo GET https://dapi.binance.com/dapi/v1/exchangeInfo https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Exchange-Information
43
+ binance dapi.v1.depth GET https://dapi.binance.com/dapi/v1/depth{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Order-Book
44
+ binance dapi.v1.trades GET https://dapi.binance.com/dapi/v1/trades{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Recent-Trades-List
45
+ binance dapi.v1.aggTrades GET https://dapi.binance.com/dapi/v1/aggTrades{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Compressed-Aggregate-Trades-List
46
+ binance dapi.v1.premiumIndex GET https://dapi.binance.com/dapi/v1/premiumIndex{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Index-Price-and-Mark-Price
47
+ binance dapi.v1.fundingRate GET https://dapi.binance.com/dapi/v1/fundingRate{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Get-Funding-Rate-History-of-Perpetual-Futures
48
+ binance dapi.v1.fundingInfo GET https://dapi.binance.com/dapi/v1/fundingInfo https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Get-Funding-Info
49
+ binance dapi.v1.klines GET https://dapi.binance.com/dapi/v1/klines{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Kline-Candlestick-Data
50
+ binance dapi.v1.continuousKlines GET https://dapi.binance.com/dapi/v1/continuousKlines{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Continuous-Contract-Kline-Candlestick-Data
51
+ binance dapi.v1.indexPriceKlines GET https://dapi.binance.com/dapi/v1/indexPriceKlines{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Index-Price-Kline-Candlestick-Data
52
+ binance dapi.v1.markPriceKlines GET https://dapi.binance.com/dapi/v1/markPriceKlines{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Mark-Price-Kline-Candlestick-Data
53
+ binance dapi.v1.premiumIndexKlines GET https://dapi.binance.com/dapi/v1/premiumIndexKlines{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Premium-Index-Kline-Data
54
+ binance dapi.v1.ticker.twentyFourHr GET https://dapi.binance.com/dapi/v1/ticker/24hr{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/24hr-Ticker-Price-Change-Statistics
55
+ binance dapi.v1.ticker.price GET https://dapi.binance.com/dapi/v1/ticker/price{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Symbol-Price-Ticker
56
+ binance dapi.v1.ticker.bookTicker GET https://dapi.binance.com/dapi/v1/ticker/bookTicker{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Symbol-Order-Book-Ticker
57
+ binance dapi.v1.openInterest GET https://dapi.binance.com/dapi/v1/openInterest{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Open-Interest
58
+ binance dapi.v1.constituents GET https://dapi.binance.com/dapi/v1/constituents{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Index-Constituents
59
+ binance coinMFutures.data.openInterestHist GET https://dapi.binance.com/futures/data/openInterestHist{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Open-Interest-Statistics
60
+ binance coinMFutures.data.topLongShortPositionRatio GET https://dapi.binance.com/futures/data/topLongShortPositionRatio{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Top-Trader-Long-Short-Ratio
61
+ binance coinMFutures.data.topLongShortAccountRatio GET https://dapi.binance.com/futures/data/topLongShortAccountRatio{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Top-Long-Short-Account-Ratio
62
+ binance coinMFutures.data.globalLongShortAccountRatio GET https://dapi.binance.com/futures/data/globalLongShortAccountRatio{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Long-Short-Ratio
63
+ binance coinMFutures.data.takerBuySellVol GET https://dapi.binance.com/futures/data/takerBuySellVol{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Taker-Buy-Sell-Volume
64
+ binance coinMFutures.data.basis GET https://dapi.binance.com/futures/data/basis{query} https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Basis
65
+ binance coinMFutures.data.deliveryPrice GET https://dapi.binance.com/futures/data/delivery-price{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Delivery-Price
66
+ binance public.coinMFutures.dapi.v1.ping GET https://dapi.binance.com/dapi/v1/ping https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/rest-api/Test-Connectivity
67
+ binance public.options.eapi.v1.ping GET https://eapi.binance.com/eapi/v1/ping https://developers.binance.com/docs/derivatives/options-trading/market-data/Test-Connectivity
68
+ binance public.spot.api.v3.ping GET https://api.binance.com/api/v3/ping https://developers.binance.com/docs/binance-spot-api-docs/rest-api/general-endpoints#test-connectivity
69
+ binance public.spotData.api.v3.ping GET https://data-api.binance.vision/api/v3/ping https://developers.binance.com/docs/binance-spot-api-docs/faqs/market_data_only
70
+ binance public.usdMFutures.fapi.v1.ping GET https://fapi.binance.com/fapi/v1/ping https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Test-Connectivity
71
+ binance fapi.v1.ping GET https://fapi.binance.com/fapi/v1/ping https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Test-Connectivity
72
+ binance fapi.v1.time GET https://fapi.binance.com/fapi/v1/time https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Check-Server-Time
73
+ binance fapi.v1.exchangeInfo GET https://fapi.binance.com/fapi/v1/exchangeInfo https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Exchange-Information
74
+ binance fapi.v1.depth GET https://fapi.binance.com/fapi/v1/depth{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Order-Book
75
+ binance fapi.v1.rpiDepth GET https://fapi.binance.com/fapi/v1/rpiDepth{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Order-Book-RPI
76
+ binance fapi.v1.trades GET https://fapi.binance.com/fapi/v1/trades{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Recent-Trades-List
77
+ binance fapi.v1.aggTrades GET https://fapi.binance.com/fapi/v1/aggTrades{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Compressed-Aggregate-Trades-List
78
+ binance fapi.v1.klines GET https://fapi.binance.com/fapi/v1/klines{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Kline-Candlestick-Data
79
+ binance fapi.v1.continuousKlines GET https://fapi.binance.com/fapi/v1/continuousKlines{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Continuous-Contract-Kline-Candlestick-Data
80
+ binance fapi.v1.indexPriceKlines GET https://fapi.binance.com/fapi/v1/indexPriceKlines{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Index-Price-Kline-Candlestick-Data
81
+ binance fapi.v1.markPriceKlines GET https://fapi.binance.com/fapi/v1/markPriceKlines{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Mark-Price-Kline-Candlestick-Data
82
+ binance fapi.v1.premiumIndexKlines GET https://fapi.binance.com/fapi/v1/premiumIndexKlines{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Premium-Index-Kline-Data
83
+ binance fapi.v1.premiumIndex GET https://fapi.binance.com/fapi/v1/premiumIndex{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Mark-Price
84
+ binance fapi.v1.fundingRate GET https://fapi.binance.com/fapi/v1/fundingRate{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Get-Funding-Rate-History
85
+ binance fapi.v1.fundingInfo GET https://fapi.binance.com/fapi/v1/fundingInfo https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Get-Funding-Rate-Info
86
+ binance fapi.v1.ticker.twentyFourHr GET https://fapi.binance.com/fapi/v1/ticker/24hr{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/24hr-Ticker-Price-Change-Statistics
87
+ binance fapi.v1.ticker.bookTicker GET https://fapi.binance.com/fapi/v1/ticker/bookTicker{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Order-Book-Ticker
88
+ binance fapi.v2.ticker.price GET https://fapi.binance.com/fapi/v2/ticker/price{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Symbol-Price-Ticker-v2
89
+ binance fapi.v1.openInterest GET https://fapi.binance.com/fapi/v1/openInterest{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Open-Interest
90
+ binance fapi.v1.indexInfo GET https://fapi.binance.com/fapi/v1/indexInfo{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Composite-Index-Symbol-Information
91
+ binance fapi.v1.assetIndex GET https://fapi.binance.com/fapi/v1/assetIndex{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Multi-Assets-Mode-Asset-Index
92
+ binance fapi.v1.constituents GET https://fapi.binance.com/fapi/v1/constituents{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Index-Constituents
93
+ binance fapi.v1.insuranceBalance GET https://fapi.binance.com/fapi/v1/insuranceBalance{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Insurance-Fund-Balance
94
+ binance fapi.v1.symbolAdlRisk GET https://fapi.binance.com/fapi/v1/symbolAdlRisk{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/ADL-Risk
95
+ binance fapi.v1.tradingSchedule GET https://fapi.binance.com/fapi/v1/tradingSchedule https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Trading-Schedule
96
+ binance futures.data.deliveryPrice GET https://fapi.binance.com/futures/data/delivery-price{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Delivery-Price
97
+ binance futures.data.openInterestHist GET https://fapi.binance.com/futures/data/openInterestHist{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Open-Interest-Statistics
98
+ binance futures.data.topLongShortPositionRatio GET https://fapi.binance.com/futures/data/topLongShortPositionRatio{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Top-Trader-Long-Short-Ratio
99
+ binance futures.data.topLongShortAccountRatio GET https://fapi.binance.com/futures/data/topLongShortAccountRatio{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Top-Long-Short-Account-Ratio
100
+ binance futures.data.globalLongShortAccountRatio GET https://fapi.binance.com/futures/data/globalLongShortAccountRatio{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Long-Short-Ratio
101
+ binance futures.data.takerlongshortRatio GET https://fapi.binance.com/futures/data/takerlongshortRatio{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Taker-BuySell-Volume
102
+ binance futures.data.basis GET https://fapi.binance.com/futures/data/basis{query} https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Basis
27
103
  s3 buckets.list GET https://s3.us-east-1.amazonaws.com/ https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html
28
104
  s3 buckets.listDirectory GET https://s3express-control.{param}.amazonaws.com/{query} https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListDirectoryBuckets.html
29
105
  s3 buckets.create PUT https://s3.us-east-1.amazonaws.com/{bucket} https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html
@@ -485,81 +561,294 @@ openai v1.responses.cancel POST https://api.openai.com/v1/responses/{id}/cancel
485
561
  openai v1.responses.compact POST https://api.openai.com/v1/responses/compact https://platform.openai.com/docs/api-reference
486
562
  openai v1.responses.inputItems GET https://api.openai.com/v1/responses/{id}/input_items https://platform.openai.com/docs/api-reference
487
563
  openai v1.responses.inputTokens POST https://api.openai.com/v1/responses/input_tokens https://platform.openai.com/docs/api-reference
488
- polymarket clob.batchPricesHistory POST https://clob.polymarket.com/batch-prices-history https://docs.polymarket.com/api-reference/clob/get-batch-prices-history
489
- polymarket clob.auth.apiKey DELETE https://clob.polymarket.com/auth/api-key https://docs.polymarket.com/api-reference/authentication
490
- polymarket clob.auth.apiKey POST https://clob.polymarket.com/auth/api-key https://docs.polymarket.com/api-reference/authentication
491
- polymarket clob.auth.apiKeys GET https://clob.polymarket.com/auth/api-keys https://docs.polymarket.com/api-reference/authentication
492
- polymarket clob.auth.banStatus.closedOnly GET https://clob.polymarket.com/auth/ban-status/closed-only https://docs.polymarket.com/api-reference/authentication
493
- polymarket clob.auth.deriveApiKey GET https://clob.polymarket.com/auth/derive-api-key https://docs.polymarket.com/api-reference/authentication
494
- polymarket clob.balanceAllowance GET https://clob.polymarket.com/balance-allowance{query} https://docs.polymarket.com/api-reference/authentication
495
- polymarket clob.balanceAllowance PUT https://clob.polymarket.com/balance-allowance{query} https://docs.polymarket.com/api-reference/authentication
496
- polymarket clob.balanceAllowance.update GET https://clob.polymarket.com/balance-allowance/update{query} https://docs.polymarket.com/api-reference/authentication
497
- polymarket clob.book GET https://clob.polymarket.com/book{query} https://docs.polymarket.com/api-reference/clob/get-order-book
498
- polymarket clob.books POST https://clob.polymarket.com/books https://docs.polymarket.com/api-reference/clob/get-order-books
499
- polymarket clob.cancelAll DELETE https://clob.polymarket.com/cancel-all https://docs.polymarket.com/api-reference/trade/cancel-all-orders
500
- polymarket clob.cancelMarketOrders DELETE https://clob.polymarket.com/cancel-market-orders https://docs.polymarket.com/api-reference/trade/cancel-orders-for-a-market
501
- polymarket clob.clobMarkets GET https://clob.polymarket.com/clob-markets/{conditionId} https://docs.polymarket.com/api-reference/clob/get-clob-market-info
502
- polymarket clob.data.order GET https://clob.polymarket.com/data/order/{orderID} https://docs.polymarket.com/api-reference/trade/get-single-order-by-id
503
- polymarket clob.data.orders GET https://clob.polymarket.com/data/orders{query} https://docs.polymarket.com/api-reference/trade/get-user-orders
504
- polymarket clob.data.trades GET https://clob.polymarket.com/data/trades{query} https://docs.polymarket.com/api-reference/trade/get-trades
505
- polymarket clob.feeRate GET https://clob.polymarket.com/fee-rate/{tokenId} https://docs.polymarket.com/api-reference/clob/get-fee-rate
506
- polymarket clob.heartbeats POST https://clob.polymarket.com/heartbeats https://docs.polymarket.com/api-reference/trade/send-heartbeat
507
- polymarket clob.lastTradePrice GET https://clob.polymarket.com/last-trade-price{query} https://docs.polymarket.com/api-reference/clob/get-last-trade-price
508
- polymarket clob.lastTradesPrices POST https://clob.polymarket.com/last-trades-prices https://docs.polymarket.com/api-reference/clob/get-last-trades-prices
509
- polymarket clob.markets GET https://clob.polymarket.com/markets/{paramsOrConditionIdOrSignal} https://docs.polymarket.com/api-reference/clob/get-markets
510
- polymarket clob.marketsByToken GET https://clob.polymarket.com/markets-by-token/{tokenId} https://docs.polymarket.com/api-reference/clob/get-market-by-token
511
- polymarket clob.midpoint GET https://clob.polymarket.com/midpoint{query} https://docs.polymarket.com/api-reference/clob/get-midpoint
512
- polymarket clob.midpoints POST https://clob.polymarket.com/midpoints https://docs.polymarket.com/api-reference/clob/get-midpoints
513
- polymarket clob.notifications DELETE https://clob.polymarket.com/notifications{query} https://docs.polymarket.com/api-reference/authentication
514
- polymarket clob.notifications GET https://clob.polymarket.com/notifications{query} https://docs.polymarket.com/api-reference/authentication
515
- polymarket clob.order DELETE https://clob.polymarket.com/order https://docs.polymarket.com/api-reference/trade/cancel-single-order
516
- polymarket clob.order POST https://clob.polymarket.com/order https://docs.polymarket.com/api-reference/trade/post-a-new-order
517
- polymarket clob.placeOrder POST https://clob.polymarket.com/order https://docs.polymarket.com/api-reference/trade/post-a-new-order
518
- polymarket clob.orderScoring GET https://clob.polymarket.com/order-scoring{query} https://docs.polymarket.com/api-reference/trade/get-order-scoring-status
519
- polymarket clob.orders DELETE https://clob.polymarket.com/orders https://docs.polymarket.com/api-reference/trade/cancel-multiple-orders
520
- polymarket clob.orders POST https://clob.polymarket.com/orders https://docs.polymarket.com/api-reference/trade/post-multiple-orders
521
- polymarket clob.ordersScoring GET https://clob.polymarket.com/orders-scoring{query} https://docs.polymarket.com/api-reference/trade/get-order-scoring-status
522
- polymarket clob.ordersScoring POST https://clob.polymarket.com/orders-scoring https://docs.polymarket.com/api-reference/trade/get-order-scoring-status
523
- polymarket clob.price GET https://clob.polymarket.com/price{query} https://docs.polymarket.com/api-reference/clob/get-market-price
524
- polymarket clob.prices POST https://clob.polymarket.com/prices https://docs.polymarket.com/api-reference/clob/get-market-prices
525
- polymarket clob.pricesHistory GET https://clob.polymarket.com/prices-history{query} https://docs.polymarket.com/api-reference/clob/get-prices-history
526
- polymarket clob.samplingMarkets GET https://clob.polymarket.com/sampling-markets{query} https://docs.polymarket.com/api-reference/clob/get-sampling-markets
527
- polymarket clob.samplingSimplifiedMarkets GET https://clob.polymarket.com/sampling-simplified-markets{query} https://docs.polymarket.com/api-reference/clob/get-sampling-simplified-markets
528
- polymarket clob.simplifiedMarkets GET https://clob.polymarket.com/simplified-markets{query} https://docs.polymarket.com/api-reference/clob/get-simplified-markets
529
- polymarket clob.spread GET https://clob.polymarket.com/spread{query} https://docs.polymarket.com/api-reference/clob/get-spread
530
- polymarket clob.spreads POST https://clob.polymarket.com/spreads https://docs.polymarket.com/api-reference/clob/get-spreads
531
- polymarket clob.tickSize GET https://clob.polymarket.com/tick-size/{tokenId} https://docs.polymarket.com/api-reference/clob/get-tick-size
532
- polymarket clob.time GET https://clob.polymarket.com/time https://docs.polymarket.com/api-reference/clob/get-server-time
533
- polymarket clob.v1.heartbeats POST https://clob.polymarket.com/v1/heartbeats https://docs.polymarket.com/api-reference/trade/send-heartbeat
534
- polymarket data.activity GET https://data-api.polymarket.com/activity{query} https://docs.polymarket.com/api-reference/data/get-activity
535
- polymarket data.holders GET https://data-api.polymarket.com/holders{query} https://docs.polymarket.com/api-reference/data/get-holders
536
- polymarket data.liveVolume GET https://data-api.polymarket.com/live-volume{query} https://docs.polymarket.com/api-reference/data/get-live-volume
537
- polymarket data.oi GET https://data-api.polymarket.com/oi{query} https://docs.polymarket.com/api-reference/data/get-open-interest
538
- polymarket data.positions GET https://data-api.polymarket.com/positions{query} https://docs.polymarket.com/api-reference/data/get-positions
539
- polymarket data.trades GET https://data-api.polymarket.com/trades{query} https://docs.polymarket.com/api-reference/data/get-trades
540
- polymarket data.value GET https://data-api.polymarket.com/value{query} https://docs.polymarket.com/api-reference/data/get-positions-value
541
- polymarket gamma.comments GET https://gamma-api.polymarket.com/comments/{paramsOrIdOrSignal} https://docs.polymarket.com/api-reference/gamma/get-comments
542
- polymarket gamma.comments.byUser GET https://gamma-api.polymarket.com/comments/user_address/{address}{query} https://docs.polymarket.com/api-reference/gamma/get-comments-by-user
543
- polymarket gamma.events GET https://gamma-api.polymarket.com/events/{paramsOrIdOrSignal} https://docs.polymarket.com/api-reference/gamma/get-events
544
- polymarket gamma.events.keyset GET https://gamma-api.polymarket.com/events/keyset{query} https://docs.polymarket.com/api-reference/gamma/get-events-keyset
545
- polymarket gamma.events.slug GET https://gamma-api.polymarket.com/events/slug/{slug} https://docs.polymarket.com/api-reference/gamma/get-event-by-slug
546
- polymarket gamma.events.tags GET https://gamma-api.polymarket.com/events/{id}/tags https://docs.polymarket.com/api-reference/gamma/get-event-tags
547
- polymarket gamma.markets GET https://gamma-api.polymarket.com/markets/{paramsOrIdOrSignal} https://docs.polymarket.com/api-reference/gamma/get-markets
548
- polymarket gamma.markets.keyset GET https://gamma-api.polymarket.com/markets/keyset{query} https://docs.polymarket.com/api-reference/gamma/get-markets-keyset
549
- polymarket gamma.markets.slug GET https://gamma-api.polymarket.com/markets/slug/{slug} https://docs.polymarket.com/api-reference/gamma/get-market-by-slug
550
- polymarket gamma.markets.tags GET https://gamma-api.polymarket.com/markets/{id}/tags https://docs.polymarket.com/api-reference/gamma/get-market-tags
551
- polymarket gamma.search GET https://gamma-api.polymarket.com/public-search{query} https://docs.polymarket.com/api-reference/gamma/search
552
- polymarket gamma.series GET https://gamma-api.polymarket.com/series/{paramsOrIdOrSignal} https://docs.polymarket.com/api-reference/gamma/get-series
553
- polymarket gamma.sports GET https://gamma-api.polymarket.com/sports https://docs.polymarket.com/api-reference/gamma/get-sports
554
- polymarket gamma.sports.marketTypes GET https://gamma-api.polymarket.com/sports/market-types https://docs.polymarket.com/api-reference/gamma/get-sports-market-types
555
- polymarket gamma.tags GET https://gamma-api.polymarket.com/tags/{paramsOrIdOrSignal} https://docs.polymarket.com/api-reference/gamma/get-tags
556
- polymarket gamma.tags.relatedTags GET https://gamma-api.polymarket.com/tags/{id}/related-tags https://docs.polymarket.com/api-reference/gamma/get-related-tags-by-id
557
- polymarket gamma.tags.relatedTags.slug GET https://gamma-api.polymarket.com/tags/slug/{slug}/related-tags https://docs.polymarket.com/api-reference/gamma/get-related-tags-by-slug
558
- polymarket gamma.tags.slug GET https://gamma-api.polymarket.com/tags/slug/{slug} https://docs.polymarket.com/api-reference/gamma/get-tag-by-slug
564
+ polymarket clob.auth.apiKey DELETE https://clob.polymarket.com/auth/api-key https://docs.polymarket.com/api-reference/authentication.md
565
+ polymarket clob.auth.apiKey POST https://clob.polymarket.com/auth/api-key https://docs.polymarket.com/api-reference/authentication.md
566
+ polymarket clob.auth.apiKeys GET https://clob.polymarket.com/auth/api-keys https://docs.polymarket.com/api-reference/authentication.md
567
+ polymarket clob.auth.banStatus.closedOnly GET https://clob.polymarket.com/auth/ban-status/closed-only https://docs.polymarket.com/api-reference/authentication.md
568
+ polymarket clob.auth.builderApiKey DELETE https://clob.polymarket.com/auth/builder-api-key https://docs.polymarket.com/api-spec/clob-openapi.yaml
569
+ polymarket clob.auth.builderApiKey GET https://clob.polymarket.com/auth/builder-api-key https://docs.polymarket.com/api-spec/clob-openapi.yaml
570
+ polymarket clob.auth.builderApiKey POST https://clob.polymarket.com/auth/builder-api-key https://docs.polymarket.com/api-spec/clob-openapi.yaml
571
+ polymarket clob.auth.deriveApiKey GET https://clob.polymarket.com/auth/derive-api-key https://docs.polymarket.com/api-reference/authentication.md
572
+ polymarket clob.balanceAllowance GET https://clob.polymarket.com/balance-allowance{query} https://docs.polymarket.com/api-reference/authentication.md
573
+ polymarket clob.balanceAllowance PUT https://clob.polymarket.com/balance-allowance{query} https://docs.polymarket.com/api-reference/authentication.md
574
+ polymarket clob.balanceAllowance.update GET https://clob.polymarket.com/balance-allowance/update{query} https://docs.polymarket.com/api-reference/authentication.md
575
+ polymarket clob.batchPricesHistory POST https://clob.polymarket.com/batch-prices-history https://docs.polymarket.com/api-reference/markets/get-batch-prices-history.md
576
+ polymarket clob.book GET https://clob.polymarket.com/book{query} https://docs.polymarket.com/api-reference/market-data/get-order-book.md
577
+ polymarket clob.books GET https://clob.polymarket.com/books{query} https://docs.polymarket.com/api-spec/clob-openapi.yaml
578
+ polymarket clob.books POST https://clob.polymarket.com/books https://docs.polymarket.com/api-reference/market-data/get-order-books-request-body.md
579
+ polymarket clob.builderTrades GET https://clob.polymarket.com/builder/trades{query} https://docs.polymarket.com/api-reference/trade/get-builder-trades.md
580
+ polymarket clob.cancelAll DELETE https://clob.polymarket.com/cancel-all https://docs.polymarket.com/api-reference/trade/cancel-all-orders.md
581
+ polymarket clob.cancelMarketOrders DELETE https://clob.polymarket.com/cancel-market-orders https://docs.polymarket.com/api-reference/trade/cancel-orders-for-a-market.md
582
+ polymarket clob.clobMarkets GET https://clob.polymarket.com/clob-markets/{conditionId} https://docs.polymarket.com/api-reference/markets/get-clob-market-info.md
583
+ polymarket clob.data.order GET https://clob.polymarket.com/data/order/{orderID} https://docs.polymarket.com/api-reference/trade/get-single-order-by-id.md
584
+ polymarket clob.data.orders GET https://clob.polymarket.com/data/orders{query} https://docs.polymarket.com/api-reference/trade/get-user-orders.md
585
+ polymarket clob.data.trades GET https://clob.polymarket.com/data/trades{query} https://docs.polymarket.com/api-reference/trade/get-trades.md
586
+ polymarket clob.feeRate GET https://clob.polymarket.com/fee-rate/{tokenId} https://docs.polymarket.com/api-reference/market-data/get-fee-rate-by-path-parameter.md
587
+ polymarket clob.feeRateByQuery GET https://clob.polymarket.com/fee-rate{query} https://docs.polymarket.com/api-reference/market-data/get-fee-rate.md
588
+ polymarket clob.heartbeats POST https://clob.polymarket.com/heartbeats https://docs.polymarket.com/api-reference/trade/send-heartbeat.md
589
+ polymarket clob.lastTradePrice GET https://clob.polymarket.com/last-trade-price{query} https://docs.polymarket.com/api-reference/market-data/get-last-trade-price.md
590
+ polymarket clob.lastTradesPrices GET https://clob.polymarket.com/last-trades-prices{query} https://docs.polymarket.com/api-reference/market-data/get-last-trade-prices-query-parameters.md
591
+ polymarket clob.lastTradesPrices POST https://clob.polymarket.com/last-trades-prices https://docs.polymarket.com/api-reference/market-data/get-last-trade-prices-request-body.md
592
+ polymarket clob.marketLiveActivity GET https://clob.polymarket.com/markets/live-activity/{conditionId} https://docs.polymarket.com/api-spec/clob-openapi.yaml
593
+ polymarket clob.markets GET https://clob.polymarket.com/markets/{paramsOrConditionIdOrSignal} https://docs.polymarket.com/api-spec/clob-openapi.yaml
594
+ polymarket clob.marketsByToken GET https://clob.polymarket.com/markets-by-token/{tokenId} https://docs.polymarket.com/api-reference/markets/get-market-by-token.md
595
+ polymarket clob.marketsLiveActivity POST https://clob.polymarket.com/markets/live-activity https://docs.polymarket.com/api-spec/clob-openapi.yaml
596
+ polymarket clob.midpoint GET https://clob.polymarket.com/midpoint{query} https://docs.polymarket.com/api-reference/data/get-midpoint-price.md
597
+ polymarket clob.midpoints GET https://clob.polymarket.com/midpoints{query} https://docs.polymarket.com/api-reference/market-data/get-midpoint-prices-query-parameters.md
598
+ polymarket clob.midpoints POST https://clob.polymarket.com/midpoints https://docs.polymarket.com/api-reference/market-data/get-midpoint-prices-request-body.md
599
+ polymarket clob.negRisk GET https://clob.polymarket.com/neg-risk/{tokenId} https://docs.polymarket.com/api-spec/clob-openapi.yaml
600
+ polymarket clob.negRiskByQuery GET https://clob.polymarket.com/neg-risk{query} https://docs.polymarket.com/api-spec/clob-openapi.yaml
601
+ polymarket clob.notifications DELETE https://clob.polymarket.com/notifications{query} https://docs.polymarket.com/api-reference/authentication.md
602
+ polymarket clob.notifications GET https://clob.polymarket.com/notifications{query} https://docs.polymarket.com/api-reference/authentication.md
603
+ polymarket clob.order DELETE https://clob.polymarket.com/order https://docs.polymarket.com/api-reference/trade/cancel-single-order.md
604
+ polymarket clob.order POST https://clob.polymarket.com/order https://docs.polymarket.com/api-reference/trade/post-a-new-order.md
605
+ polymarket clob.orderScoring GET https://clob.polymarket.com/order-scoring{query} https://docs.polymarket.com/api-reference/trade/get-order-scoring-status.md
606
+ polymarket clob.orders DELETE https://clob.polymarket.com/orders https://docs.polymarket.com/api-reference/trade/cancel-multiple-orders.md
607
+ polymarket clob.orders POST https://clob.polymarket.com/orders https://docs.polymarket.com/api-reference/trade/post-multiple-orders.md
608
+ polymarket clob.ordersScoring GET https://clob.polymarket.com/orders-scoring{query} https://docs.polymarket.com/api-reference/trade/get-order-scoring-status.md
609
+ polymarket clob.ordersScoring POST https://clob.polymarket.com/orders-scoring https://docs.polymarket.com/api-reference/trade/get-order-scoring-status.md
610
+ polymarket clob.placeOrder POST https://clob.polymarket.com/order https://docs.polymarket.com/api-reference/trade/post-a-new-order.md
611
+ polymarket clob.price GET https://clob.polymarket.com/price{query} https://docs.polymarket.com/api-reference/market-data/get-market-price.md
612
+ polymarket clob.prices GET https://clob.polymarket.com/prices{query} https://docs.polymarket.com/api-reference/market-data/get-market-prices-query-parameters.md
613
+ polymarket clob.prices POST https://clob.polymarket.com/prices https://docs.polymarket.com/api-reference/market-data/get-market-prices-request-body.md
614
+ polymarket clob.pricesHistory GET https://clob.polymarket.com/prices-history{query} https://docs.polymarket.com/api-reference/markets/get-prices-history.md
615
+ polymarket clob.rebates.current GET https://clob.polymarket.com/rebates/current{query} https://docs.polymarket.com/api-reference/rebates/get-current-rebated-fees-for-a-maker.md
616
+ polymarket clob.rewards.markets.byCondition GET https://clob.polymarket.com/rewards/markets/{conditionId}{query} https://docs.polymarket.com/api-reference/rewards/get-raw-rewards-for-a-specific-market.md
617
+ polymarket clob.rewards.markets.current GET https://clob.polymarket.com/rewards/markets/current{query} https://docs.polymarket.com/api-reference/rewards/get-current-active-rewards-configurations.md
618
+ polymarket clob.rewards.markets.multi GET https://clob.polymarket.com/rewards/markets/multi{query} https://docs.polymarket.com/api-reference/rewards/get-multiple-markets-with-rewards.md
619
+ polymarket clob.rewards.user GET https://clob.polymarket.com/rewards/user{query} https://docs.polymarket.com/api-reference/rewards/get-earnings-for-user-by-date.md
620
+ polymarket clob.rewards.userMarkets GET https://clob.polymarket.com/rewards/user/markets{query} https://docs.polymarket.com/api-reference/rewards/get-user-earnings-and-markets-configuration.md
621
+ polymarket clob.rewards.userPercentages GET https://clob.polymarket.com/rewards/user/percentages{query} https://docs.polymarket.com/api-reference/rewards/get-reward-percentages-for-user.md
622
+ polymarket clob.rewards.userTotal GET https://clob.polymarket.com/rewards/user/total{query} https://docs.polymarket.com/api-reference/rewards/get-total-earnings-for-user-by-date.md
623
+ polymarket clob.samplingMarkets GET https://clob.polymarket.com/sampling-markets{query} https://docs.polymarket.com/api-reference/markets/get-sampling-markets.md
624
+ polymarket clob.samplingSimplifiedMarkets GET https://clob.polymarket.com/sampling-simplified-markets{query} https://docs.polymarket.com/api-reference/markets/get-sampling-simplified-markets.md
625
+ polymarket clob.simplifiedMarkets GET https://clob.polymarket.com/simplified-markets{query} https://docs.polymarket.com/api-reference/markets/get-simplified-markets.md
626
+ polymarket clob.spread GET https://clob.polymarket.com/spread{query} https://docs.polymarket.com/api-reference/market-data/get-spread.md
627
+ polymarket clob.spreads POST https://clob.polymarket.com/spreads https://docs.polymarket.com/api-reference/market-data/get-spreads.md
628
+ polymarket clob.tickSize GET https://clob.polymarket.com/tick-size/{tokenId} https://docs.polymarket.com/api-reference/market-data/get-tick-size-by-path-parameter.md
629
+ polymarket clob.tickSizeByQuery GET https://clob.polymarket.com/tick-size{query} https://docs.polymarket.com/api-reference/market-data/get-tick-size.md
630
+ polymarket clob.time GET https://clob.polymarket.com/time https://docs.polymarket.com/api-reference/data/get-server-time.md
631
+ polymarket clob.v1.heartbeats POST https://clob.polymarket.com/v1/heartbeats https://docs.polymarket.com/api-reference/trade/send-heartbeat.md
632
+ polymarket data.accounting.snapshot GET https://data-api.polymarket.com/v1/accounting/snapshot{query} https://docs.polymarket.com/api-reference/misc/download-an-accounting-snapshot-zip-of-csvs.md
633
+ polymarket data.activity GET https://data-api.polymarket.com/activity{query} https://docs.polymarket.com/api-reference/core/get-user-activity.md
634
+ polymarket data.activity.combos GET https://data-api.polymarket.com/v1/activity/combos{query} https://docs.polymarket.com/api-reference/core/get-user-combo-activity.md
635
+ polymarket data.builders.leaderboard GET https://data-api.polymarket.com/v1/builders/leaderboard{query} https://docs.polymarket.com/api-reference/builders/get-aggregated-builder-leaderboard.md
636
+ polymarket data.builders.volume GET https://data-api.polymarket.com/v1/builders/volume{query} https://docs.polymarket.com/api-reference/builders/get-daily-builder-volume-time-series.md
637
+ polymarket data.closedPositions GET https://data-api.polymarket.com/closed-positions{query} https://docs.polymarket.com/api-reference/core/get-closed-positions-for-a-user.md
638
+ polymarket data.health GET https://data-api.polymarket.com/ https://docs.polymarket.com/api-spec/data-openapi.yaml
639
+ polymarket data.holders GET https://data-api.polymarket.com/holders{query} https://docs.polymarket.com/api-reference/core/get-top-holders-for-markets.md
640
+ polymarket data.leaderboard GET https://data-api.polymarket.com/v1/leaderboard{query} https://docs.polymarket.com/api-reference/core/get-trader-leaderboard-rankings.md
641
+ polymarket data.liveVolume GET https://data-api.polymarket.com/live-volume{query} https://docs.polymarket.com/api-reference/misc/get-live-volume-for-an-event.md
642
+ polymarket data.marketPositions GET https://data-api.polymarket.com/v1/market-positions{query} https://docs.polymarket.com/api-reference/core/get-positions-for-a-market.md
643
+ polymarket data.oi GET https://data-api.polymarket.com/oi{query} https://docs.polymarket.com/api-reference/misc/get-open-interest.md
644
+ polymarket data.positions GET https://data-api.polymarket.com/positions{query} https://docs.polymarket.com/api-reference/core/get-current-positions-for-a-user.md
645
+ polymarket data.positions.combos GET https://data-api.polymarket.com/v1/positions/combos{query} https://docs.polymarket.com/api-reference/core/get-user-combo-positions.md
646
+ polymarket data.traded GET https://data-api.polymarket.com/traded{query} https://docs.polymarket.com/api-reference/misc/get-total-markets-a-user-has-traded.md
647
+ polymarket data.trades GET https://data-api.polymarket.com/trades{query} https://docs.polymarket.com/api-reference/core/get-trades-for-a-user-or-markets.md
648
+ polymarket data.value GET https://data-api.polymarket.com/value{query} https://docs.polymarket.com/api-reference/core/get-total-value-of-a-users-positions.md
649
+ polymarket gamma.comments GET https://gamma-api.polymarket.com/comments/{paramsOrIdOrSignal} https://docs.polymarket.com/api-reference/comments/list-comments.md
650
+ polymarket gamma.comments.byUser GET https://gamma-api.polymarket.com/comments/user_address/{address}{query} https://docs.polymarket.com/api-reference/comments/get-comments-by-user-address.md
651
+ polymarket gamma.events GET https://gamma-api.polymarket.com/events/{paramsOrIdOrSignal} https://docs.polymarket.com/api-reference/events/list-events.md
652
+ polymarket gamma.events.keyset GET https://gamma-api.polymarket.com/events/keyset{query} https://docs.polymarket.com/api-reference/events/list-events-keyset-pagination.md
653
+ polymarket gamma.events.slug GET https://gamma-api.polymarket.com/events/slug/{slug} https://docs.polymarket.com/api-reference/events/get-event-by-slug.md
654
+ polymarket gamma.events.tags GET https://gamma-api.polymarket.com/events/{id}/tags https://docs.polymarket.com/api-reference/events/get-event-tags.md
655
+ polymarket gamma.markets GET https://gamma-api.polymarket.com/markets/{paramsOrIdOrSignal} https://docs.polymarket.com/api-reference/markets/list-markets.md
656
+ polymarket gamma.markets.keyset GET https://gamma-api.polymarket.com/markets/keyset{query} https://docs.polymarket.com/api-reference/markets/list-markets-keyset-pagination.md
657
+ polymarket gamma.markets.slug GET https://gamma-api.polymarket.com/markets/slug/{slug} https://docs.polymarket.com/api-reference/markets/get-market-by-slug.md
658
+ polymarket gamma.markets.tags GET https://gamma-api.polymarket.com/markets/{id}/tags https://docs.polymarket.com/api-reference/markets/get-market-tags-by-id.md
659
+ polymarket gamma.publicProfile GET https://gamma-api.polymarket.com/public-profile{query} https://docs.polymarket.com/api-reference/profiles/get-public-profile-by-wallet-address.md
660
+ polymarket gamma.search GET https://gamma-api.polymarket.com/public-search{query} https://docs.polymarket.com/api-reference/search/search-markets-events-and-profiles.md
661
+ polymarket gamma.series GET https://gamma-api.polymarket.com/series/{paramsOrIdOrSignal} https://docs.polymarket.com/api-reference/series/list-series.md
662
+ polymarket gamma.sports GET https://gamma-api.polymarket.com/sports https://docs.polymarket.com/api-reference/sports/get-sports-metadata-information.md
663
+ polymarket gamma.sports.marketTypes GET https://gamma-api.polymarket.com/sports/market-types https://docs.polymarket.com/api-reference/sports/get-valid-sports-market-types.md
664
+ polymarket gamma.status GET https://gamma-api.polymarket.com/status https://docs.polymarket.com/api-spec/gamma-openapi.yaml
665
+ polymarket gamma.tags GET https://gamma-api.polymarket.com/tags/{paramsOrIdOrSignal} https://docs.polymarket.com/api-reference/tags/list-tags.md
666
+ polymarket gamma.tags.relatedTags GET https://gamma-api.polymarket.com/tags/{id}/related-tags{query} https://docs.polymarket.com/api-reference/tags/get-related-tags-relationships-by-tag-id.md
667
+ polymarket gamma.tags.relatedTags.slug GET https://gamma-api.polymarket.com/tags/slug/{slug}/related-tags{query} https://docs.polymarket.com/api-reference/tags/get-related-tags-relationships-by-tag-slug.md
668
+ polymarket gamma.tags.relatedTags.tags GET https://gamma-api.polymarket.com/tags/{id}/related-tags/tags{query} https://docs.polymarket.com/api-reference/tags/get-tags-related-to-a-tag-id.md
669
+ polymarket gamma.tags.relatedTags.tags.slug GET https://gamma-api.polymarket.com/tags/slug/{slug}/related-tags/tags{query} https://docs.polymarket.com/api-reference/tags/get-tags-related-to-a-tag-slug.md
670
+ polymarket gamma.tags.slug GET https://gamma-api.polymarket.com/tags/slug/{slug} https://docs.polymarket.com/api-reference/tags/get-tag-by-slug.md
671
+ polymarket gamma.teams GET https://gamma-api.polymarket.com/teams{query} https://docs.polymarket.com/api-reference/sports/list-teams.md
672
+ telegram addStickerToSet POST https://api.telegram.org/bot{token}/addStickerToSet https://core.telegram.org/bots/api#addstickertoset
673
+ telegram answerCallbackQuery POST https://api.telegram.org/bot{token}/answerCallbackQuery https://core.telegram.org/bots/api#answercallbackquery
674
+ telegram answerChatJoinRequestQuery POST https://api.telegram.org/bot{token}/answerChatJoinRequestQuery https://core.telegram.org/bots/api#answerchatjoinrequestquery
675
+ telegram answerGuestQuery POST https://api.telegram.org/bot{token}/answerGuestQuery https://core.telegram.org/bots/api#answerguestquery
676
+ telegram answerInlineQuery POST https://api.telegram.org/bot{token}/answerInlineQuery https://core.telegram.org/bots/api#answerinlinequery
677
+ telegram answerPreCheckoutQuery POST https://api.telegram.org/bot{token}/answerPreCheckoutQuery https://core.telegram.org/bots/api#answerprecheckoutquery
678
+ telegram answerShippingQuery POST https://api.telegram.org/bot{token}/answerShippingQuery https://core.telegram.org/bots/api#answershippingquery
679
+ telegram answerWebAppQuery POST https://api.telegram.org/bot{token}/answerWebAppQuery https://core.telegram.org/bots/api#answerwebappquery
680
+ telegram approveChatJoinRequest POST https://api.telegram.org/bot{token}/approveChatJoinRequest https://core.telegram.org/bots/api#approvechatjoinrequest
681
+ telegram approveSuggestedPost POST https://api.telegram.org/bot{token}/approveSuggestedPost https://core.telegram.org/bots/api#approvesuggestedpost
682
+ telegram banChatMember POST https://api.telegram.org/bot{token}/banChatMember https://core.telegram.org/bots/api#banchatmember
683
+ telegram banChatSenderChat POST https://api.telegram.org/bot{token}/banChatSenderChat https://core.telegram.org/bots/api#banchatsenderchat
684
+ telegram close POST https://api.telegram.org/bot{token}/close https://core.telegram.org/bots/api#close
685
+ telegram closeForumTopic POST https://api.telegram.org/bot{token}/closeForumTopic https://core.telegram.org/bots/api#closeforumtopic
686
+ telegram closeGeneralForumTopic POST https://api.telegram.org/bot{token}/closeGeneralForumTopic https://core.telegram.org/bots/api#closegeneralforumtopic
687
+ telegram convertGiftToStars POST https://api.telegram.org/bot{token}/convertGiftToStars https://core.telegram.org/bots/api#convertgifttostars
688
+ telegram copyMessage POST https://api.telegram.org/bot{token}/copyMessage https://core.telegram.org/bots/api#copymessage
689
+ telegram copyMessages POST https://api.telegram.org/bot{token}/copyMessages https://core.telegram.org/bots/api#copymessages
690
+ telegram createChatInviteLink POST https://api.telegram.org/bot{token}/createChatInviteLink https://core.telegram.org/bots/api#createchatinvitelink
691
+ telegram createChatSubscriptionInviteLink POST https://api.telegram.org/bot{token}/createChatSubscriptionInviteLink https://core.telegram.org/bots/api#createchatsubscriptioninvitelink
692
+ telegram createForumTopic POST https://api.telegram.org/bot{token}/createForumTopic https://core.telegram.org/bots/api#createforumtopic
693
+ telegram createInvoiceLink POST https://api.telegram.org/bot{token}/createInvoiceLink https://core.telegram.org/bots/api#createinvoicelink
694
+ telegram createNewStickerSet POST https://api.telegram.org/bot{token}/createNewStickerSet https://core.telegram.org/bots/api#createnewstickerset
695
+ telegram declineChatJoinRequest POST https://api.telegram.org/bot{token}/declineChatJoinRequest https://core.telegram.org/bots/api#declinechatjoinrequest
696
+ telegram declineSuggestedPost POST https://api.telegram.org/bot{token}/declineSuggestedPost https://core.telegram.org/bots/api#declinesuggestedpost
697
+ telegram deleteAllMessageReactions POST https://api.telegram.org/bot{token}/deleteAllMessageReactions https://core.telegram.org/bots/api#deleteallmessagereactions
698
+ telegram deleteBusinessMessages POST https://api.telegram.org/bot{token}/deleteBusinessMessages https://core.telegram.org/bots/api#deletebusinessmessages
699
+ telegram deleteChatPhoto POST https://api.telegram.org/bot{token}/deleteChatPhoto https://core.telegram.org/bots/api#deletechatphoto
700
+ telegram deleteChatStickerSet POST https://api.telegram.org/bot{token}/deleteChatStickerSet https://core.telegram.org/bots/api#deletechatstickerset
701
+ telegram deleteForumTopic POST https://api.telegram.org/bot{token}/deleteForumTopic https://core.telegram.org/bots/api#deleteforumtopic
702
+ telegram deleteMessage POST https://api.telegram.org/bot{token}/deleteMessage https://core.telegram.org/bots/api#deletemessage
703
+ telegram deleteMessageReaction POST https://api.telegram.org/bot{token}/deleteMessageReaction https://core.telegram.org/bots/api#deletemessagereaction
704
+ telegram deleteMessages POST https://api.telegram.org/bot{token}/deleteMessages https://core.telegram.org/bots/api#deletemessages
705
+ telegram deleteMyCommands POST https://api.telegram.org/bot{token}/deleteMyCommands https://core.telegram.org/bots/api#deletemycommands
706
+ telegram deleteStickerFromSet POST https://api.telegram.org/bot{token}/deleteStickerFromSet https://core.telegram.org/bots/api#deletestickerfromset
707
+ telegram deleteStickerSet POST https://api.telegram.org/bot{token}/deleteStickerSet https://core.telegram.org/bots/api#deletestickerset
708
+ telegram deleteStory POST https://api.telegram.org/bot{token}/deleteStory https://core.telegram.org/bots/api#deletestory
709
+ telegram deleteWebhook POST https://api.telegram.org/bot{token}/deleteWebhook https://core.telegram.org/bots/api#deletewebhook
710
+ telegram editChatInviteLink POST https://api.telegram.org/bot{token}/editChatInviteLink https://core.telegram.org/bots/api#editchatinvitelink
711
+ telegram editChatSubscriptionInviteLink POST https://api.telegram.org/bot{token}/editChatSubscriptionInviteLink https://core.telegram.org/bots/api#editchatsubscriptioninvitelink
712
+ telegram editForumTopic POST https://api.telegram.org/bot{token}/editForumTopic https://core.telegram.org/bots/api#editforumtopic
713
+ telegram editGeneralForumTopic POST https://api.telegram.org/bot{token}/editGeneralForumTopic https://core.telegram.org/bots/api#editgeneralforumtopic
714
+ telegram editMessageCaption POST https://api.telegram.org/bot{token}/editMessageCaption https://core.telegram.org/bots/api#editmessagecaption
715
+ telegram editMessageChecklist POST https://api.telegram.org/bot{token}/editMessageChecklist https://core.telegram.org/bots/api#editmessagechecklist
716
+ telegram editMessageLiveLocation POST https://api.telegram.org/bot{token}/editMessageLiveLocation https://core.telegram.org/bots/api#editmessagelivelocation
717
+ telegram editMessageMedia POST https://api.telegram.org/bot{token}/editMessageMedia https://core.telegram.org/bots/api#editmessagemedia
718
+ telegram editMessageReplyMarkup POST https://api.telegram.org/bot{token}/editMessageReplyMarkup https://core.telegram.org/bots/api#editmessagereplymarkup
719
+ telegram editMessageText POST https://api.telegram.org/bot{token}/editMessageText https://core.telegram.org/bots/api#editmessagetext
720
+ telegram editStory POST https://api.telegram.org/bot{token}/editStory https://core.telegram.org/bots/api#editstory
721
+ telegram editUserStarSubscription POST https://api.telegram.org/bot{token}/editUserStarSubscription https://core.telegram.org/bots/api#edituserstarsubscription
722
+ telegram exportChatInviteLink POST https://api.telegram.org/bot{token}/exportChatInviteLink https://core.telegram.org/bots/api#exportchatinvitelink
723
+ telegram forwardMessage POST https://api.telegram.org/bot{token}/forwardMessage https://core.telegram.org/bots/api#forwardmessage
724
+ telegram forwardMessages POST https://api.telegram.org/bot{token}/forwardMessages https://core.telegram.org/bots/api#forwardmessages
725
+ telegram getAvailableGifts POST https://api.telegram.org/bot{token}/getAvailableGifts https://core.telegram.org/bots/api#getavailablegifts
726
+ telegram getBusinessAccountGifts POST https://api.telegram.org/bot{token}/getBusinessAccountGifts https://core.telegram.org/bots/api#getbusinessaccountgifts
727
+ telegram getBusinessAccountStarBalance POST https://api.telegram.org/bot{token}/getBusinessAccountStarBalance https://core.telegram.org/bots/api#getbusinessaccountstarbalance
728
+ telegram getBusinessConnection POST https://api.telegram.org/bot{token}/getBusinessConnection https://core.telegram.org/bots/api#getbusinessconnection
729
+ telegram getChat POST https://api.telegram.org/bot{token}/getChat https://core.telegram.org/bots/api#getchat
730
+ telegram getChatAdministrators POST https://api.telegram.org/bot{token}/getChatAdministrators https://core.telegram.org/bots/api#getchatadministrators
731
+ telegram getChatGifts POST https://api.telegram.org/bot{token}/getChatGifts https://core.telegram.org/bots/api#getchatgifts
732
+ telegram getChatMember POST https://api.telegram.org/bot{token}/getChatMember https://core.telegram.org/bots/api#getchatmember
733
+ telegram getChatMemberCount POST https://api.telegram.org/bot{token}/getChatMemberCount https://core.telegram.org/bots/api#getchatmembercount
734
+ telegram getChatMenuButton POST https://api.telegram.org/bot{token}/getChatMenuButton https://core.telegram.org/bots/api#getchatmenubutton
735
+ telegram getCustomEmojiStickers POST https://api.telegram.org/bot{token}/getCustomEmojiStickers https://core.telegram.org/bots/api#getcustomemojistickers
736
+ telegram getFile POST https://api.telegram.org/bot{token}/getFile https://core.telegram.org/bots/api#getfile
737
+ telegram getForumTopicIconStickers POST https://api.telegram.org/bot{token}/getForumTopicIconStickers https://core.telegram.org/bots/api#getforumtopiciconstickers
738
+ telegram getGameHighScores POST https://api.telegram.org/bot{token}/getGameHighScores https://core.telegram.org/bots/api#getgamehighscores
739
+ telegram getManagedBotAccessSettings POST https://api.telegram.org/bot{token}/getManagedBotAccessSettings https://core.telegram.org/bots/api#getmanagedbotaccesssettings
740
+ telegram getManagedBotToken POST https://api.telegram.org/bot{token}/getManagedBotToken https://core.telegram.org/bots/api#getmanagedbottoken
741
+ telegram getMe POST https://api.telegram.org/bot{token}/getMe https://core.telegram.org/bots/api#getme
742
+ telegram getMyCommands POST https://api.telegram.org/bot{token}/getMyCommands https://core.telegram.org/bots/api#getmycommands
743
+ telegram getMyDefaultAdministratorRights POST https://api.telegram.org/bot{token}/getMyDefaultAdministratorRights https://core.telegram.org/bots/api#getmydefaultadministratorrights
744
+ telegram getMyDescription POST https://api.telegram.org/bot{token}/getMyDescription https://core.telegram.org/bots/api#getmydescription
745
+ telegram getMyName POST https://api.telegram.org/bot{token}/getMyName https://core.telegram.org/bots/api#getmyname
746
+ telegram getMyShortDescription POST https://api.telegram.org/bot{token}/getMyShortDescription https://core.telegram.org/bots/api#getmyshortdescription
747
+ telegram getMyStarBalance POST https://api.telegram.org/bot{token}/getMyStarBalance https://core.telegram.org/bots/api#getmystarbalance
748
+ telegram getStarTransactions POST https://api.telegram.org/bot{token}/getStarTransactions https://core.telegram.org/bots/api#getstartransactions
749
+ telegram getStickerSet POST https://api.telegram.org/bot{token}/getStickerSet https://core.telegram.org/bots/api#getstickerset
750
+ telegram getUpdates POST https://api.telegram.org/bot{token}/getUpdates https://core.telegram.org/bots/api#getupdates
751
+ telegram getUserChatBoosts POST https://api.telegram.org/bot{token}/getUserChatBoosts https://core.telegram.org/bots/api#getuserchatboosts
752
+ telegram getUserGifts POST https://api.telegram.org/bot{token}/getUserGifts https://core.telegram.org/bots/api#getusergifts
753
+ telegram getUserPersonalChatMessages POST https://api.telegram.org/bot{token}/getUserPersonalChatMessages https://core.telegram.org/bots/api#getuserpersonalchatmessages
754
+ telegram getUserProfileAudios POST https://api.telegram.org/bot{token}/getUserProfileAudios https://core.telegram.org/bots/api#getuserprofileaudios
755
+ telegram getUserProfilePhotos POST https://api.telegram.org/bot{token}/getUserProfilePhotos https://core.telegram.org/bots/api#getuserprofilephotos
756
+ telegram getWebhookInfo POST https://api.telegram.org/bot{token}/getWebhookInfo https://core.telegram.org/bots/api#getwebhookinfo
757
+ telegram giftPremiumSubscription POST https://api.telegram.org/bot{token}/giftPremiumSubscription https://core.telegram.org/bots/api#giftpremiumsubscription
758
+ telegram hideGeneralForumTopic POST https://api.telegram.org/bot{token}/hideGeneralForumTopic https://core.telegram.org/bots/api#hidegeneralforumtopic
759
+ telegram leaveChat POST https://api.telegram.org/bot{token}/leaveChat https://core.telegram.org/bots/api#leavechat
760
+ telegram logOut POST https://api.telegram.org/bot{token}/logOut https://core.telegram.org/bots/api#logout
761
+ telegram pinChatMessage POST https://api.telegram.org/bot{token}/pinChatMessage https://core.telegram.org/bots/api#pinchatmessage
762
+ telegram postStory POST https://api.telegram.org/bot{token}/postStory https://core.telegram.org/bots/api#poststory
763
+ telegram promoteChatMember POST https://api.telegram.org/bot{token}/promoteChatMember https://core.telegram.org/bots/api#promotechatmember
764
+ telegram readBusinessMessage POST https://api.telegram.org/bot{token}/readBusinessMessage https://core.telegram.org/bots/api#readbusinessmessage
765
+ telegram refundStarPayment POST https://api.telegram.org/bot{token}/refundStarPayment https://core.telegram.org/bots/api#refundstarpayment
766
+ telegram removeBusinessAccountProfilePhoto POST https://api.telegram.org/bot{token}/removeBusinessAccountProfilePhoto https://core.telegram.org/bots/api#removebusinessaccountprofilephoto
767
+ telegram removeChatVerification POST https://api.telegram.org/bot{token}/removeChatVerification https://core.telegram.org/bots/api#removechatverification
768
+ telegram removeMyProfilePhoto POST https://api.telegram.org/bot{token}/removeMyProfilePhoto https://core.telegram.org/bots/api#removemyprofilephoto
769
+ telegram removeUserVerification POST https://api.telegram.org/bot{token}/removeUserVerification https://core.telegram.org/bots/api#removeuserverification
770
+ telegram reopenForumTopic POST https://api.telegram.org/bot{token}/reopenForumTopic https://core.telegram.org/bots/api#reopenforumtopic
771
+ telegram reopenGeneralForumTopic POST https://api.telegram.org/bot{token}/reopenGeneralForumTopic https://core.telegram.org/bots/api#reopengeneralforumtopic
772
+ telegram replaceManagedBotToken POST https://api.telegram.org/bot{token}/replaceManagedBotToken https://core.telegram.org/bots/api#replacemanagedbottoken
773
+ telegram replaceStickerInSet POST https://api.telegram.org/bot{token}/replaceStickerInSet https://core.telegram.org/bots/api#replacestickerinset
774
+ telegram repostStory POST https://api.telegram.org/bot{token}/repostStory https://core.telegram.org/bots/api#repoststory
775
+ telegram restrictChatMember POST https://api.telegram.org/bot{token}/restrictChatMember https://core.telegram.org/bots/api#restrictchatmember
776
+ telegram revokeChatInviteLink POST https://api.telegram.org/bot{token}/revokeChatInviteLink https://core.telegram.org/bots/api#revokechatinvitelink
777
+ telegram savePreparedInlineMessage POST https://api.telegram.org/bot{token}/savePreparedInlineMessage https://core.telegram.org/bots/api#savepreparedinlinemessage
778
+ telegram savePreparedKeyboardButton POST https://api.telegram.org/bot{token}/savePreparedKeyboardButton https://core.telegram.org/bots/api#savepreparedkeyboardbutton
779
+ telegram sendAnimation POST https://api.telegram.org/bot{token}/sendAnimation https://core.telegram.org/bots/api#sendanimation
559
780
  telegram sendAudio POST https://api.telegram.org/bot{token}/sendAudio https://core.telegram.org/bots/api#sendaudio
781
+ telegram sendChatAction POST https://api.telegram.org/bot{token}/sendChatAction https://core.telegram.org/bots/api#sendchataction
782
+ telegram sendChatJoinRequestWebApp POST https://api.telegram.org/bot{token}/sendChatJoinRequestWebApp https://core.telegram.org/bots/api#sendchatjoinrequestwebapp
783
+ telegram sendChecklist POST https://api.telegram.org/bot{token}/sendChecklist https://core.telegram.org/bots/api#sendchecklist
784
+ telegram sendContact POST https://api.telegram.org/bot{token}/sendContact https://core.telegram.org/bots/api#sendcontact
785
+ telegram sendDice POST https://api.telegram.org/bot{token}/sendDice https://core.telegram.org/bots/api#senddice
786
+ telegram sendDocument POST https://api.telegram.org/bot{token}/sendDocument https://core.telegram.org/bots/api#senddocument
787
+ telegram sendGame POST https://api.telegram.org/bot{token}/sendGame https://core.telegram.org/bots/api#sendgame
788
+ telegram sendGift POST https://api.telegram.org/bot{token}/sendGift https://core.telegram.org/bots/api#sendgift
789
+ telegram sendInvoice POST https://api.telegram.org/bot{token}/sendInvoice https://core.telegram.org/bots/api#sendinvoice
790
+ telegram sendLivePhoto POST https://api.telegram.org/bot{token}/sendLivePhoto https://core.telegram.org/bots/api#sendlivephoto
791
+ telegram sendLocation POST https://api.telegram.org/bot{token}/sendLocation https://core.telegram.org/bots/api#sendlocation
792
+ telegram sendMediaGroup POST https://api.telegram.org/bot{token}/sendMediaGroup https://core.telegram.org/bots/api#sendmediagroup
560
793
  telegram sendMessage POST https://api.telegram.org/bot{token}/sendMessage https://core.telegram.org/bots/api#sendmessage
794
+ telegram sendMessageDraft POST https://api.telegram.org/bot{token}/sendMessageDraft https://core.telegram.org/bots/api#sendmessagedraft
795
+ telegram sendPaidMedia POST https://api.telegram.org/bot{token}/sendPaidMedia https://core.telegram.org/bots/api#sendpaidmedia
561
796
  telegram sendPhoto POST https://api.telegram.org/bot{token}/sendPhoto https://core.telegram.org/bots/api#sendphoto
797
+ telegram sendPoll POST https://api.telegram.org/bot{token}/sendPoll https://core.telegram.org/bots/api#sendpoll
798
+ telegram sendRichMessage POST https://api.telegram.org/bot{token}/sendRichMessage https://core.telegram.org/bots/api#sendrichmessage
799
+ telegram sendRichMessageDraft POST https://api.telegram.org/bot{token}/sendRichMessageDraft https://core.telegram.org/bots/api#sendrichmessagedraft
800
+ telegram sendSticker POST https://api.telegram.org/bot{token}/sendSticker https://core.telegram.org/bots/api#sendsticker
801
+ telegram sendVenue POST https://api.telegram.org/bot{token}/sendVenue https://core.telegram.org/bots/api#sendvenue
562
802
  telegram sendVideo POST https://api.telegram.org/bot{token}/sendVideo https://core.telegram.org/bots/api#sendvideo
803
+ telegram sendVideoNote POST https://api.telegram.org/bot{token}/sendVideoNote https://core.telegram.org/bots/api#sendvideonote
804
+ telegram sendVoice POST https://api.telegram.org/bot{token}/sendVoice https://core.telegram.org/bots/api#sendvoice
805
+ telegram setBusinessAccountBio POST https://api.telegram.org/bot{token}/setBusinessAccountBio https://core.telegram.org/bots/api#setbusinessaccountbio
806
+ telegram setBusinessAccountGiftSettings POST https://api.telegram.org/bot{token}/setBusinessAccountGiftSettings https://core.telegram.org/bots/api#setbusinessaccountgiftsettings
807
+ telegram setBusinessAccountName POST https://api.telegram.org/bot{token}/setBusinessAccountName https://core.telegram.org/bots/api#setbusinessaccountname
808
+ telegram setBusinessAccountProfilePhoto POST https://api.telegram.org/bot{token}/setBusinessAccountProfilePhoto https://core.telegram.org/bots/api#setbusinessaccountprofilephoto
809
+ telegram setBusinessAccountUsername POST https://api.telegram.org/bot{token}/setBusinessAccountUsername https://core.telegram.org/bots/api#setbusinessaccountusername
810
+ telegram setChatAdministratorCustomTitle POST https://api.telegram.org/bot{token}/setChatAdministratorCustomTitle https://core.telegram.org/bots/api#setchatadministratorcustomtitle
811
+ telegram setChatDescription POST https://api.telegram.org/bot{token}/setChatDescription https://core.telegram.org/bots/api#setchatdescription
812
+ telegram setChatMemberTag POST https://api.telegram.org/bot{token}/setChatMemberTag https://core.telegram.org/bots/api#setchatmembertag
813
+ telegram setChatMenuButton POST https://api.telegram.org/bot{token}/setChatMenuButton https://core.telegram.org/bots/api#setchatmenubutton
814
+ telegram setChatPermissions POST https://api.telegram.org/bot{token}/setChatPermissions https://core.telegram.org/bots/api#setchatpermissions
815
+ telegram setChatPhoto POST https://api.telegram.org/bot{token}/setChatPhoto https://core.telegram.org/bots/api#setchatphoto
816
+ telegram setChatStickerSet POST https://api.telegram.org/bot{token}/setChatStickerSet https://core.telegram.org/bots/api#setchatstickerset
817
+ telegram setChatTitle POST https://api.telegram.org/bot{token}/setChatTitle https://core.telegram.org/bots/api#setchattitle
818
+ telegram setCustomEmojiStickerSetThumbnail POST https://api.telegram.org/bot{token}/setCustomEmojiStickerSetThumbnail https://core.telegram.org/bots/api#setcustomemojistickersetthumbnail
819
+ telegram setGameScore POST https://api.telegram.org/bot{token}/setGameScore https://core.telegram.org/bots/api#setgamescore
820
+ telegram setManagedBotAccessSettings POST https://api.telegram.org/bot{token}/setManagedBotAccessSettings https://core.telegram.org/bots/api#setmanagedbotaccesssettings
821
+ telegram setMessageReaction POST https://api.telegram.org/bot{token}/setMessageReaction https://core.telegram.org/bots/api#setmessagereaction
822
+ telegram setMyCommands POST https://api.telegram.org/bot{token}/setMyCommands https://core.telegram.org/bots/api#setmycommands
823
+ telegram setMyDefaultAdministratorRights POST https://api.telegram.org/bot{token}/setMyDefaultAdministratorRights https://core.telegram.org/bots/api#setmydefaultadministratorrights
824
+ telegram setMyDescription POST https://api.telegram.org/bot{token}/setMyDescription https://core.telegram.org/bots/api#setmydescription
825
+ telegram setMyName POST https://api.telegram.org/bot{token}/setMyName https://core.telegram.org/bots/api#setmyname
826
+ telegram setMyProfilePhoto POST https://api.telegram.org/bot{token}/setMyProfilePhoto https://core.telegram.org/bots/api#setmyprofilephoto
827
+ telegram setMyShortDescription POST https://api.telegram.org/bot{token}/setMyShortDescription https://core.telegram.org/bots/api#setmyshortdescription
828
+ telegram setPassportDataErrors POST https://api.telegram.org/bot{token}/setPassportDataErrors https://core.telegram.org/bots/api#setpassportdataerrors
829
+ telegram setStickerEmojiList POST https://api.telegram.org/bot{token}/setStickerEmojiList https://core.telegram.org/bots/api#setstickeremojilist
830
+ telegram setStickerKeywords POST https://api.telegram.org/bot{token}/setStickerKeywords https://core.telegram.org/bots/api#setstickerkeywords
831
+ telegram setStickerMaskPosition POST https://api.telegram.org/bot{token}/setStickerMaskPosition https://core.telegram.org/bots/api#setstickermaskposition
832
+ telegram setStickerPositionInSet POST https://api.telegram.org/bot{token}/setStickerPositionInSet https://core.telegram.org/bots/api#setstickerpositioninset
833
+ telegram setStickerSetThumbnail POST https://api.telegram.org/bot{token}/setStickerSetThumbnail https://core.telegram.org/bots/api#setstickersetthumbnail
834
+ telegram setStickerSetTitle POST https://api.telegram.org/bot{token}/setStickerSetTitle https://core.telegram.org/bots/api#setstickersettitle
835
+ telegram setUserEmojiStatus POST https://api.telegram.org/bot{token}/setUserEmojiStatus https://core.telegram.org/bots/api#setuseremojistatus
836
+ telegram setWebhook POST https://api.telegram.org/bot{token}/setWebhook https://core.telegram.org/bots/api#setwebhook
837
+ telegram stopMessageLiveLocation POST https://api.telegram.org/bot{token}/stopMessageLiveLocation https://core.telegram.org/bots/api#stopmessagelivelocation
838
+ telegram stopPoll POST https://api.telegram.org/bot{token}/stopPoll https://core.telegram.org/bots/api#stoppoll
839
+ telegram transferBusinessAccountStars POST https://api.telegram.org/bot{token}/transferBusinessAccountStars https://core.telegram.org/bots/api#transferbusinessaccountstars
840
+ telegram transferGift POST https://api.telegram.org/bot{token}/transferGift https://core.telegram.org/bots/api#transfergift
841
+ telegram unbanChatMember POST https://api.telegram.org/bot{token}/unbanChatMember https://core.telegram.org/bots/api#unbanchatmember
842
+ telegram unbanChatSenderChat POST https://api.telegram.org/bot{token}/unbanChatSenderChat https://core.telegram.org/bots/api#unbanchatsenderchat
843
+ telegram unhideGeneralForumTopic POST https://api.telegram.org/bot{token}/unhideGeneralForumTopic https://core.telegram.org/bots/api#unhidegeneralforumtopic
844
+ telegram unpinAllChatMessages POST https://api.telegram.org/bot{token}/unpinAllChatMessages https://core.telegram.org/bots/api#unpinallchatmessages
845
+ telegram unpinAllForumTopicMessages POST https://api.telegram.org/bot{token}/unpinAllForumTopicMessages https://core.telegram.org/bots/api#unpinallforumtopicmessages
846
+ telegram unpinAllGeneralForumTopicMessages POST https://api.telegram.org/bot{token}/unpinAllGeneralForumTopicMessages https://core.telegram.org/bots/api#unpinallgeneralforumtopicmessages
847
+ telegram unpinChatMessage POST https://api.telegram.org/bot{token}/unpinChatMessage https://core.telegram.org/bots/api#unpinchatmessage
848
+ telegram upgradeGift POST https://api.telegram.org/bot{token}/upgradeGift https://core.telegram.org/bots/api#upgradegift
849
+ telegram uploadStickerFile POST https://api.telegram.org/bot{token}/uploadStickerFile https://core.telegram.org/bots/api#uploadstickerfile
850
+ telegram verifyChat POST https://api.telegram.org/bot{token}/verifyChat https://core.telegram.org/bots/api#verifychat
851
+ telegram verifyUser POST https://api.telegram.org/bot{token}/verifyUser https://core.telegram.org/bots/api#verifyuser
563
852
  x v2.media.upload GET https://api.x.com/2/media/upload{query} https://docs.x.com/x-api/media/get-media-upload-status
564
853
  x v2.media.upload.append POST https://api.x.com/2/media/upload/{id}/append https://docs.x.com/x-api/media/append-media-upload
565
854
  x v2.media.upload.finalize POST https://api.x.com/2/media/upload/{id}/finalize https://docs.x.com/x-api/media/finalize-media-upload
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apicity/mcp-server",
3
- "version": "0.4.3",
3
+ "version": "0.5.1",
4
4
  "description": "Optional MCP (Model Context Protocol) server that exposes every @apicity provider endpoint as a tool.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -47,27 +47,27 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@modelcontextprotocol/sdk": "^1.29.0",
50
- "@apicity/alibaba": "0.4.3",
51
- "@apicity/anthropic": "0.4.3",
52
- "@apicity/b2": "0.4.3",
53
- "@apicity/binance": "0.4.3",
54
- "@apicity/cost": "0.4.3",
55
- "@apicity/dolthub": "0.4.3",
56
- "@apicity/elevenlabs": "0.4.3",
57
- "@apicity/fal": "0.4.3",
58
- "@apicity/fireworks": "0.4.3",
59
- "@apicity/free-media-upload": "0.4.3",
60
- "@apicity/google": "0.4.3",
61
- "@apicity/kie": "0.4.3",
62
- "@apicity/kimicoding": "0.4.3",
63
- "@apicity/meta": "0.4.3",
64
- "@apicity/openai": "0.4.3",
65
- "@apicity/polymarket": "0.4.3",
66
- "@apicity/s3": "0.4.3",
67
- "@apicity/telegram": "0.4.3",
68
- "@apicity/x": "0.4.3",
69
- "@apicity/xai": "0.4.3",
70
- "@apicity/youtube": "0.4.3"
50
+ "@apicity/alibaba": "0.5.1",
51
+ "@apicity/anthropic": "0.5.1",
52
+ "@apicity/b2": "0.5.1",
53
+ "@apicity/binance": "0.5.1",
54
+ "@apicity/cost": "0.5.1",
55
+ "@apicity/dolthub": "0.5.1",
56
+ "@apicity/elevenlabs": "0.5.1",
57
+ "@apicity/fal": "0.5.1",
58
+ "@apicity/fireworks": "0.5.1",
59
+ "@apicity/free-media-upload": "0.5.1",
60
+ "@apicity/google": "0.5.1",
61
+ "@apicity/meta": "0.5.1",
62
+ "@apicity/kie": "0.5.1",
63
+ "@apicity/kimicoding": "0.5.1",
64
+ "@apicity/openai": "0.5.1",
65
+ "@apicity/polymarket": "0.5.1",
66
+ "@apicity/s3": "0.5.1",
67
+ "@apicity/telegram": "0.5.1",
68
+ "@apicity/x": "0.5.1",
69
+ "@apicity/xai": "0.5.1",
70
+ "@apicity/youtube": "0.5.1"
71
71
  },
72
72
  "homepage": "https://github.com/justintanner/apicity#readme",
73
73
  "bugs": {