# WEEX API Documentation > Documentation files for Large Language Models ## Spot - [Get Account Information (USER_DATA)](/api-doc/spot/AccountAPI/GetAccountBalance.md): GET /api/v3/account endpoint. - [Get Spot Account Bills (USER_DATA)](/api-doc/spot/AccountAPI/GetBillRecords.md): POST /api/v3/account/bills endpoint. - [Get Funding Account Bills (USER_DATA)](/api-doc/spot/AccountAPI/GetFundBillRecords.md): POST /api/v3/account/fundingBills endpoint. - [Account](/api-doc/spot/AccountAPI.md): Account documentation for the WEEX Spot API. - [Get Transfer Records (USER_DATA)](/api-doc/spot/AccountAPI/TransferRecords.md): GET /api/v3/account/transferRecords endpoint. - [llms.txt](/api-doc/spot/AIResources/llms-txt.md): llms.txt documentation for the WEEX Spot API. - [FAQs](/api-doc/spot/apifaq.md): This guide is designed to assist developers in quickly integrating the WEEX Spot API, addressing common technical issues regarding permission configurations, rate limits, and trading processes. - [Update log](/api-doc/spot/changelog.md): Update log documentation for the WEEX Spot API. - [Error Codes](/api-doc/spot/CommonErrorCodes.md): Here is the error JSON payload: - [Get Coin Information](/api-doc/spot/ConfigAPI/CurrencyInfo.md): GET /api/v3/coins endpoint. - [Get Spot API Trading Symbols](/api-doc/spot/ConfigAPI/GetAllProductInfo.md): GET /api/v3/apiTradingSymbols endpoint. - [Exchange information](/api-doc/spot/ConfigAPI/GetProductInfo.md): GET /api/v3/exchangeInfo endpoint. - [Get Server Time](/api-doc/spot/ConfigAPI/GetServerTime.md): GET /api/v3/time endpoint. - [Configuration Settings](/api-doc/spot/ConfigAPI.md): Configuration Settings documentation for the WEEX Spot API. - [Test Connectivity](/api-doc/spot/ConfigAPI/Ping.md): GET /api/v3/ping endpoint. - [Contact Us](/api-doc/spot/ContactUs.md): For technical issues or any feedback, feel free to reach out to us via the following methods: - [API Introduction](/api-doc/spot/introduction/APIBriefIntroduction.md): This is the official WEEX API guide. Features are updated regularly. - [Market Making/Quantitative Trading](/api-doc/spot/introduction/MarketNegotiation.md): We welcome institutional partners with proven market-making strategies and substantial trading volumes to join our Market Maker Program.To apply, please provide the following information in an email to us: - [API Update Notifications](/api-doc/spot/introduction/UpdateFollow.md): WEEX will announce API additions, updates, deprecations, and other critical changes through official notices in advance. It is recommended to follow and subscribe to API change notifications to stay updated. - [Get 24h Ticker Statistics](/api-doc/spot/MarketDataAPI/GetAllTickerInfo.md): GET /api/v3/market/ticker/24hr endpoint. - [Get Best Bid/Ask](/api-doc/spot/MarketDataAPI/GetBookTicker.md): GET /api/v3/market/ticker/bookTicker endpoint. - [Get Order Book Depth](/api-doc/spot/MarketDataAPI/GetDepthData.md): GET /api/v3/market/depth endpoint. - [Get Kline Data](/api-doc/spot/MarketDataAPI/GetKLineData.md): GET /api/v3/market/klines endpoint. - [Get Latest Price](/api-doc/spot/MarketDataAPI/GetTickerInfo.md): GET /api/v3/market/ticker/price endpoint. - [Get Recent Trades](/api-doc/spot/MarketDataAPI/GetTradeData.md): GET /api/v3/market/trades endpoint. - [Market](/api-doc/spot/MarketDataAPI.md): Market documentation for the WEEX Spot API. - [Batch Cancel Orders (TRADE)](/api-doc/spot/orderApi/BulkCancel.md): DELETE /api/v3/order/batch endpoint. - [Batch Place Orders (TRADE)](/api-doc/spot/orderApi/BulkOrder.md): POST /api/v3/order/batch endpoint. - [Cancel All Orders by Symbol (TRADE)](/api-doc/spot/orderApi/Cancel-Symbol-Orders.md): DELETE /api/v3/openOrders endpoint. - [Cancel Order (TRADE)](/api-doc/spot/orderApi/CancelOrder.md): DELETE /api/v3/order endpoint. - [Get All Orders (USER_DATA)](/api-doc/spot/orderApi/HistoryOrders.md): GET /api/v3/allOrders endpoint. - [Trade](/api-doc/spot/orderApi.md): Trade documentation for the WEEX Spot API. - [Get Order Details (USER_DATA)](/api-doc/spot/orderApi/OrderDetails.md): GET /api/v3/order endpoint. - [Place Order (TRADE)](/api-doc/spot/orderApi/PlaceOrder.md): POST /api/v3/order endpoint. - [Get Trade History (USER_DATA)](/api-doc/spot/orderApi/TransactionDetails.md): GET /api/v3/myTrades endpoint. - [Get Current Open Orders (USER_DATA)](/api-doc/spot/orderApi/UnfinishedOrders.md): GET /api/v3/openOrders endpoint. - [Access Restrictions](/api-doc/spot/QuickStart/AccessRestrictions.md): REST API access is rate limited. Except for order placement endpoints, all endpoints are rate limited by IP. Order placement endpoints are rate limited by the ORDERS type. Order placement endpoints refer to single order placement and bat... - [API Domain](/api-doc/spot/QuickStart/APIDomain.md): You can use different domain as below Rest API. - [Preparation](/api-doc/spot/QuickStart/IntegrationPreparation.md): To use the API, please log in to the web platform, create and configure API keys with proper permissions, then proceed with development and trading as detailed in this documentation. - [API Types](/api-doc/spot/QuickStart/InterfaceType.md): This section categorizes APIs into two types: - [API Public Parameters](/api-doc/spot/QuickStart/PublicAPIParameters.md): side(order direction) - [Request Processing](/api-doc/spot/QuickStart/RequestInteraction.md): All requests are based on the HTTPS protocol. The Content-Type in the request headers must be set to 'application/json'. - [Signature](/api-doc/spot/QuickStart/Signature.md): The ACCESS-SIGN request header is generated by using the HMAC SHA256 method encryption on the timestamp + method.toUpperCase() + requestPath + "?" + queryString + body string (+ denotes string concatenation), and putting the result throu... - [Spot Transaction Records (USER_DATA)](/api-doc/spot/tax/GetSpotAccountRecord.md): POST /api/v3/tax/income endpoint. - [Tax](/api-doc/spot/tax.md): Tax documentation for the WEEX Spot API. - [Account Channel](/api-doc/spot/Websocket/private/Account-Channel.md): Description Streams balance and asset updates (account) for the authenticated spot account. Events are pushed when deposits, withdrawals, transfers, or order operations change available balances. - [Fill Channel](/api-doc/spot/Websocket/private/Fill-Channel.md): Description Streams execution details (fill) for orders belonging to the authenticated account. - [Order Channel](/api-doc/spot/Websocket/private/Order-Channel.md): Description Streams real-time order lifecycle updates for the authenticated spot account. - [Book Ticker Channel](/api-doc/spot/Websocket/public/BookTicker-Channel.md): Description Streams best bid/ask quotes for a symbol. Messages are pushed whenever the top of book changes. - [Candlestick Channel](/api-doc/spot/Websocket/public/Candlesticks-Channel.md): Description Streams candlestick (K-line) data for the requested symbol. Each update contains the latest bar for the specified interval and price type. - [Depth Channel](/api-doc/spot/Websocket/public/Depth-Channel.md): Description Streams order book depth changes (depth) for the requested trading pair and aggregation level. A snapshot is delivered automatically after subscribing, followed by incremental updates. - [Market Channel](/api-doc/spot/Websocket/public/Tickers-Channel.md): Description Streams 24‑hour ticker statistics for a symbol, including last price, price change, weighted averages, and top-of-book quotes. Updates are pushed whenever upstream metrics change (typically within 100‑300 ms). - [Public Trade Channel](/api-doc/spot/Websocket/public/Trades-Channel.md): Description Streams taker trades for the subscribed symbol. Each trade update represents one or more recent executions. - [Overview](/api-doc/spot/Websocket/websocket-intro.md): WebSocket is a new protocol in HTML5 that enables full-duplex communication between clients and servers, allowing rapid bidirectional data transmission. Through a simple handshake, a connection can be established between client and serve... ## Futures - [Adjust Isolated Margin (TRADE)](/api-doc/contract/Account_API/AdjustPositionMarginTRADE.md): POST /capi/v3/account/positionMargin endpoint. - [Change Margin Mode (TRADE)](/api-doc/contract/Account_API/ChangeMarginModeTRADE.md): POST /capi/v3/account/marginType endpoint. - [Get Account Balance (USER_DATA)](/api-doc/contract/Account_API/GetAccountBalance.md): GET /capi/v3/account/balance endpoint. - [Get Account Configuration (USER_DATA)](/api-doc/contract/Account_API/GetAccountConfig.md): GET /capi/v3/account/accountConfig endpoint. - [Get All Positions (USER_DATA)](/api-doc/contract/Account_API/GetAllPositions.md): GET /capi/v3/account/position/allPosition endpoint. - [Get Commission Rate (USER_DATA)](/api-doc/contract/Account_API/GetCommissionRate.md): GET /capi/v3/account/commissionRate endpoint. - [Get Account Income (USER_DATA)](/api-doc/contract/Account_API/GetContractBills.md): POST /capi/v3/account/income endpoint. - [Get Single Position (USER_DATA)](/api-doc/contract/Account_API/GetSinglePosition.md): GET /capi/v3/account/position/singlePosition endpoint. - [Get Symbol Configuration (USER_DATA)](/api-doc/contract/Account_API/GetSymbolConfig.md): GET /capi/v3/account/symbolConfig endpoint. - [Account](/api-doc/contract/Account_API.md): Account documentation for the WEEX Futures API. - [Modify Auto-Append Margin (TRADE)](/api-doc/contract/Account_API/ModifyAutoAppendMarginTRADE.md): POST /capi/v3/account/modifyAutoAppendMargin endpoint. - [Update Leverage Settings (TRADE)](/api-doc/contract/Account_API/UpdateLeverageTRADE.md): POST /capi/v3/account/leverage endpoint. - [llms.txt](/api-doc/contract/AIResources/llms-txt.md): llms.txt documentation for the WEEX Futures API. - [FAQs](/api-doc/contract/apifaq.md): This guide is designed to assist developers in quickly integrating the WEEX Futures API, addressing common technical issues regarding permission configurations, rate limits, and trading processes. - [Common Definition](/api-doc/contract/APIPublicParameters.md): Margin Mode (marginType): - [Change Log](/api-doc/contract/changelog.md): Change Log documentation for the WEEX Futures API. - [Contact Us](/api-doc/contract/ContactUs.md): For technical issues or any feedback, feel free to reach out to us via the following methods: - [Get Account Balance Demo (USER_DATA)](/api-doc/contract/demo/GetAccountBalance.md): GET /capi/v3/sim/balance endpoint. - [Get All Positions Demo (USER_DATA)](/api-doc/contract/demo/GetAllPositions.md): GET /capi/v3/sim/position/allPosition endpoint. - [Get Order History Demo (USER_DATA)](/api-doc/contract/demo/GetOrderHistory.md): GET /capi/v3/sim/order/history endpoint. - [Demo Mode](/api-doc/contract/demo.md): Demo Mode documentation for the WEEX Futures API. - [Place Order Demo (TRADE)](/api-doc/contract/demo/PlaceOrder.md): POST /capi/v3/sim/order endpoint. - [Error Codes](/api-doc/contract/ExampleOfErrorCode.md): Here is the error JSON payload: - [Introduction](/api-doc/contract/intro.md): The WEEX contract trading API provides developers with a complete set of programmatic trading interfaces, covering core functions such as market data retrieval, account management, and order operations. - [Get API Trading Symbols](/api-doc/contract/Market_API/GetApiTradingSymbols.md): GET /capi/v3/market/apiTradingSymbols endpoint. - [Get Best Bid/Ask](/api-doc/contract/Market_API/GetBookTicker.md): GET /capi/v3/market/ticker/bookTicker endpoint. - [Get Exchange Information](/api-doc/contract/Market_API/GetContractInfo.md): GET /capi/v3/market/exchangeInfo endpoint. - [Get Current Funding Rate](/api-doc/contract/Market_API/GetCurrentFundingRate.md): GET /capi/v3/market/premiumIndex endpoint. - [Get Order Book Depth](/api-doc/contract/Market_API/GetDepthData.md): GET /capi/v3/market/depth endpoint. - [Get Funding Rate History](/api-doc/contract/Market_API/GetFundingRateHistory.md): GET /capi/v3/market/fundingRate endpoint. - [Get Historical Klines](/api-doc/contract/Market_API/GetHistoryKlines.md): GET /capi/v3/market/historyKlines endpoint. - [Get Index Price Klines](/api-doc/contract/Market_API/GetIndexPriceKlines.md): GET /capi/v3/market/indexPriceKlines endpoint. - [Get Kline Data](/api-doc/contract/Market_API/GetKlines.md): GET /capi/v3/market/klines endpoint. - [Get Mark Price Klines](/api-doc/contract/Market_API/GetMarkPriceKlines.md): GET /capi/v3/market/markPriceKlines endpoint. - [Get Open Interest](/api-doc/contract/Market_API/GetOpenInterest.md): GET /capi/v3/market/openInterest endpoint. - [Get Recent Trades](/api-doc/contract/Market_API/GetRecentTrades.md): GET /capi/v3/market/trades endpoint. - [Get Server Time](/api-doc/contract/Market_API/GetServerTime.md): GET /capi/v3/market/time endpoint. - [Get Symbol Price](/api-doc/contract/Market_API/GetSymbolPrice.md): GET /capi/v3/market/symbolPrice endpoint. - [Get 24hr Ticker Statistics](/api-doc/contract/Market_API/GetTicker24h.md): GET /capi/v3/market/ticker/24hr endpoint. - [Market](/api-doc/contract/Market_API.md): Market documentation for the WEEX Futures API. - [Access Restrictions](/api-doc/contract/QuickStart/AccessRestrictions.md): REST API access is rate limited. Except for order placement endpoints, all endpoints are rate limited by IP. Order placement endpoints are rate limited by the ORDERS type. - [API Domain](/api-doc/contract/QuickStart/APIDomain.md): You can use different domain as below Rest API. - [Preparation](/api-doc/contract/QuickStart/IntegrationPreparation.md): To use the API, please log in to the web platform, create and configure API keys with proper permissions, then proceed with development and trading as detailed in this documentation. - [API Types](/api-doc/contract/QuickStart/InterfaceType.md): This section categorizes APIs into two types: - [Request Processing](/api-doc/contract/QuickStart/RequestInteraction.md): All requests are based on the HTTPS protocol. The Content-Type in the request headers must be set to 'application/json'. - [Signature](/api-doc/contract/QuickStart/Signature.md): The ACCESS-SIGN request header is generated by using the HMAC SHA256 method encryption on the timestamp + method.toUpperCase() + requestPath + "?" + queryString + body string (+ denotes string concatenation), and putting the result throu... - [Cancel All Open Orders (TRADE)](/api-doc/contract/Transaction_API/CancelAllOrders.md): DELETE /capi/v3/allOpenOrders endpoint. - [Cancel All Conditional Orders (TRADE)](/api-doc/contract/Transaction_API/CancelAllPendingOrders.md): DELETE /capi/v3/algoOpenOrders endpoint. - [Cancel Order (TRADE)](/api-doc/contract/Transaction_API/CancelOrder.md): DELETE /capi/v3/order endpoint. - [Cancel Orders Batch (TRADE)](/api-doc/contract/Transaction_API/CancelOrdersBatch.md): DELETE /capi/v3/batchOrders endpoint. - [Cancel Conditional Order (TRADE)](/api-doc/contract/Transaction_API/CancelPendingOrder.md): DELETE /capi/v3/algoOrder endpoint. - [Close Positions (TRADE)](/api-doc/contract/Transaction_API/ClosePositions.md): POST /capi/v3/closePositions endpoint. - [Get Current Orders (USER_DATA)](/api-doc/contract/Transaction_API/GetCurrentOrderStatus.md): GET /capi/v3/openOrders endpoint. - [Get Current Conditional Orders (USER_DATA)](/api-doc/contract/Transaction_API/GetCurrentPendingOrders.md): GET /capi/v3/openAlgoOrders endpoint. - [Get Current Trailing Orders (USER_DATA)](/api-doc/contract/Transaction_API/GetCurrentTrailingOrders.md): GET /capi/v3/trailing/openOrders endpoint. - [Get Conditional Order History (USER_DATA)](/api-doc/contract/Transaction_API/GetHistoricalPendingOrders.md): GET /capi/v3/allAlgoOrders endpoint. - [Get Order History (USER_DATA)](/api-doc/contract/Transaction_API/GetOrderHistory.md): GET /capi/v3/order/history endpoint. - [Get Order Info (USER_DATA)](/api-doc/contract/Transaction_API/GetSingleOrderInfo.md): GET /capi/v3/order endpoint. - [Get Trade Details (USER_DATA)](/api-doc/contract/Transaction_API/GetTradeDetails.md): GET /capi/v3/userTrades endpoint. - [Get Trailing Order History (USER_DATA)](/api-doc/contract/Transaction_API/GetTrailingOrderHistory.md): GET /capi/v3/trailing/historyOrders endpoint. - [Trade](/api-doc/contract/Transaction_API.md): Trade documentation for the WEEX Futures API. - [Modify TP/SL Conditional Order (TRADE)](/api-doc/contract/Transaction_API/ModifyTpSlOrder.md): POST /capi/v3/modifyTpSlOrder endpoint. - [Place Order (TRADE)](/api-doc/contract/Transaction_API/PlaceOrder.md): POST /capi/v3/order endpoint. - [Place Orders Batch (TRADE)](/api-doc/contract/Transaction_API/PlaceOrdersBatch.md): POST /capi/v3/batchOrders endpoint. - [Place Conditional Order (TRADE)](/api-doc/contract/Transaction_API/PlacePendingOrder.md): POST /capi/v3/algoOrder endpoint. - [Place TP/SL Conditional Orders (TRADE)](/api-doc/contract/Transaction_API/PlaceTpSlOrder.md): POST /capi/v3/placeTpSlOrder endpoint. - [Account Channel](/api-doc/contract/Websocket/private/Account-Channel.md): Description - [Fill Channel](/api-doc/contract/Websocket/private/Fill-Channel.md): Description - [Order Channel](/api-doc/contract/Websocket/private/Order-Channel.md): Description - [Position Channel](/api-doc/contract/Websocket/private/Positions-Channel.md): Description - [Candlestick Channel](/api-doc/contract/Websocket/public/Candlesticks-Channel.md): Description Streams candlestick (K-line) data for a contract. After a successful subscription the server pushes kline updates whenever the requested bar is created or refreshed. - [Depth Channel](/api-doc/contract/Websocket/public/Depth-Channel.md): Description Streams merged order book depth change events (depth) for the subscribed trading pair and level. - [Market Channel](/api-doc/contract/Websocket/public/Tickers-Channel.md): Description Streams 24h ticker statistics for a contract, including price change, weighted average price, and the latest trade. Ticker data is pushed whenever upstream metrics change (typically within 100-300 ms). - [Public Trade Channel](/api-doc/contract/Websocket/public/Trades-Channel.md): Description - [Overview](/api-doc/contract/Websocket/websocket-intro.md): WebSocket is a new protocol in HTML5 that enables full-duplex communication between clients and servers, allowing rapid bidirectional data transmission. Through a simple handshake, a connection can be established between client and serve... ## Partner - [llms.txt](/api-doc/partner/AIResources/llms-txt.md): llms.txt documentation for the WEEX Partner API. - [Update log](/api-doc/partner/changelog.md): Update log documentation for the WEEX Partner API. - [Error Codes](/api-doc/partner/CommonErrorCodes.md): Here is the error JSON payload: - [Contact Us](/api-doc/partner/ContactUs.md): For technical issues or any feedback, feel free to reach out to us via the following methods: - [Get Article Detail](/api-doc/partner/content-endpoints/GetArticleDetail.md): GET /api/v3/content/articles/detail endpoint. - [Get Article List](/api-doc/partner/content-endpoints/GetArticleList.md): GET /api/v3/content/articles/list endpoint. - [Get Article List by Coin](/api-doc/partner/content-endpoints/GetArticleListByCoin.md): GET /api/v3/content/articles/listByCoin endpoint. - [Get Latest Banner](/api-doc/partner/content-endpoints/GetLatestBanner.md): GET /api/v3/content/banners/latest endpoint. - [Content Endpoints](/api-doc/partner/content-endpoints.md): Content Endpoints documentation for the WEEX Partner API. - [FAQs](/api-doc/partner/FAQ.md): Yes. WEEX provides the Partner API, which can be used to query partner-related data such as invited users, trading volume, rebates, and assets. - [Introduction](/api-doc/partner/intro.md): The Partner API provides WEEX partners with a comprehensive set of programmatic management interfaces for querying commission data, managing invited users, monitoring sub-partner performance, and more. - [Access Restrictions](/api-doc/partner/QuickStart/AccessRestrictions.md): REST API access is rate limited. Except for order placement endpoints, all endpoints are rate limited by IP. Order placement endpoints are rate limited by the ORDERS type. - [API Domain](/api-doc/partner/QuickStart/APIDomain.md): You can use different domain as below Rest API. - [Preparation](/api-doc/partner/QuickStart/IntegrationPreparation.md): To use the API, please log in to the web platform, create and configure API keys with proper permissions, then proceed with development and trading as detailed in this documentation. - [Request Processing](/api-doc/partner/QuickStart/RequestInteraction.md): All requests are based on the HTTPS protocol. The Content-Type in the request headers must be set to 'application/json'. - [Signature](/api-doc/partner/QuickStart/Signature.md): The ACCESS-SIGN request header is generated by using the HMAC SHA256 method encryption on the timestamp + method.toUpperCase() + requestPath + "?" + queryString + body string (+ denotes string concatenation), and putting the result throu... - [Get Affiliate Member Assets](/api-doc/partner/rebate-endpoints/GetAffiliateAssets.md): GET /api/v3/agency/getAssert endpoint. - [Get Affiliate Commission](/api-doc/partner/rebate-endpoints/GetAffiliateCommission.md): GET /api/v3/rebate/affiliate/getAffiliateCommission endpoint. - [Get Affiliate Deal Data](/api-doc/partner/rebate-endpoints/GetAffiliateDealData.md): GET /api/v3/agency/getDealData endpoint. - [Get Affiliate UIDs](/api-doc/partner/rebate-endpoints/GetAffiliateUIDs.md): GET /api/v3/rebate/affiliate/getAffiliateUIDs endpoint. - [Get Affiliate Referral Data](/api-doc/partner/rebate-endpoints/GetChannelUserTradeAndAsset.md): GET /api/v3/rebate/affiliate/getChannelUserTradeAndAsset endpoint. - [Get Internal Withdrawal Status](/api-doc/partner/rebate-endpoints/GetInternalWithdrawalStatus.md): GET /api/v3/rebate/affiliate/getInternalWithdrawalStatus endpoint. - [Partner Endpoints](/api-doc/partner/rebate-endpoints.md): Partner Endpoints documentation for the WEEX Partner API. - [Internal Withdrawal](/api-doc/partner/rebate-endpoints/InternalWithdrawal.md): POST /api/v3/rebate/affiliate/internalWithdrawal endpoint. - [Get Subaffiliates Data (affiliate only)](/api-doc/partner/rebate-endpoints/QuerySubChannelTransactions.md): POST /api/v3/rebate/affiliate/querySubChannelTransactions endpoint. - [Verify Referrals](/api-doc/partner/rebate-endpoints/VerifyReferrals.md): GET /api/v3/agency/verifyReferrals endpoint. ## Broker - [llms.txt](/api-doc/broker/AIResources/llms-txt.md): llms.txt documentation for the WEEX Broker API. - [Error codes](/api-doc/broker/api/BrokerErrorCodes.md): JSON payload error: - [Get user commission eligibility (broker access only)](/api-doc/broker/api/CheckUserEligibility.md): GET /api/v3/apiReferral/checkUserEligibility endpoint. - [Retrieve broker commission data (broker access only)](/api-doc/broker/api/GetBrokerCommissionRecords.md): GET /api/v3/apiReferral/rebate/recentRecord endpoint. - [Get broker commission rate (broker access only)](/api-doc/broker/api/GetBrokerRebateRatio.md): GET /api/v3/apiReferral/rebateRatio endpoint. - [Broker Rebate API](/api-doc/broker/api.md): Broker Rebate API documentation for the WEEX Broker API. - [FAQs](/api-doc/broker/brokerFaq.md): We recommend a "frontend-initiated, backend-driven" approach. The full flow is as follows: - [Update log](/api-doc/broker/changelog.md): Update log documentation for the WEEX Broker API. - [Contact Us](/api-doc/broker/ContactUs.md): For technical issues or any feedback, feel free to reach out to us via the following methods: - [API introduction](/api-doc/broker/intro.md): Welcome to the WEEX broker API. This documentation is tailored for brokers, helping you quickly integrate with the WEEX trading platform to enable automated trading, user management, and commission settlement. New features and updates wi... - [OAuth integration guide](/api-doc/broker/oAuth.md): Welcome to the WEEX OAuth service. This guide is designed to help third-party platforms ("Platform") securely and efficiently integrate with the WEEX user authorization system. With user authorization, your platform can obtain user-speci... - [Request signing](/api-doc/broker/sign.md): Field description ## Copy Trading - [llms.txt](/api-doc/copy/AIResources/llms-txt.md): llms.txt documentation for the WEEX Copy Trading API. - [FAQs](/api-doc/copy/apifaq.md): Only users with trader status can create a Copy Trading API. - [Update log](/api-doc/copy/changelog.md): Update log documentation for the WEEX Copy Trading API. - [Contact Us](/api-doc/copy/ContactUs.md): For technical issues or any feedback, feel free to reach out to us via the following methods: - [Error Codes](/api-doc/copy/ExampleOfErrorCode.md): Here is the error JSON payload: - [Close Copy Follower Position (TRADE)](/api-doc/copy/future-copytrade/follower/CloseCopyFollowerPosition.md): POST /capi/v3/copy/follower/closePos endpoint. - [Get Copy Follower History Orders (USER_DATA)](/api-doc/copy/future-copytrade/follower/GetCopyFollowerHistoryOrders.md): GET /capi/v3/copy/follower/historyOrders endpoint. - [Get My Copy Traders (USER_DATA)](/api-doc/copy/future-copytrade/follower/GetCopyFollowerMyTraders.md): GET /capi/v3/copy/follower/myTraders endpoint. - [Get Copy Follower Open Orders (USER_DATA)](/api-doc/copy/future-copytrade/follower/GetCopyFollowerOpenOrders.md): GET /capi/v3/copy/follower/openOrders endpoint. - [Get Copy Follower Settings (USER_DATA)](/api-doc/copy/future-copytrade/follower/GetCopyFollowerSettings.md): GET /capi/v3/copy/follower/settings endpoint. - [Follower API](/api-doc/copy/future-copytrade/follower.md): Follower API documentation for the WEEX Copy Trading API. - [Stop Copying Trader (TRADE)](/api-doc/copy/future-copytrade/follower/StopCopyFollower.md): POST /capi/v3/copy/follower/stopCopy endpoint. - [Update Copy Follower Settings (TRADE)](/api-doc/copy/future-copytrade/follower/UpdateCopyFollowerSettings.md): POST /capi/v3/copy/follower/settings endpoint. - [Get Copy Trader History Orders (USER_DATA)](/api-doc/copy/future-copytrade/Trader/GetCopyTraderHistoryOrders.md): GET /capi/v3/copy/trader/historyOrders endpoint. - [Get Copy Trader Open Orders (USER_DATA)](/api-doc/copy/future-copytrade/Trader/GetCopyTraderOpenOrders.md): GET /capi/v3/copy/trader/openOrders endpoint. - [Get Copy Trader Pairs](/api-doc/copy/future-copytrade/Trader/GetCopyTraderPairs.md): GET /capi/v3/copy/trader/pairs endpoint. - [Trader API](/api-doc/copy/future-copytrade/Trader.md): Trader API documentation for the WEEX Copy Trading API. - [API introduction](/api-doc/copy/intro.md): The WEEX Copy Trading API provides a complete set of programmatic trading and management tools for lead traders and followers. With this API, you can: