-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
weex
Every endpoint in weex's api definition is exposed as an implicit method — a thin, generated wrapper around the raw exchange endpoint. Use these for exchange-specific functionality the CCXT API does not cover.
These methods are available in every CCXT language — TypeScript, JavaScript, Python, PHP, C#, Go and Java. Call them by the camelCase name shown in the tables below (e.g. publicGetApiV3Time); the snake_case alias (public_get_api_v3_time) also works in JavaScript, Python and PHP, and Go uses the PascalCase form (PublicGetApiV3Time). Switch tabs for the call in each language:
const weex = new ccxt.weex ();
const response = await weex.publicGetApiV3Time (params);import ccxt from 'ccxt';
const weex = new ccxt.weex ();
const response = await weex.publicGetApiV3Time (params);import ccxt
weex = ccxt.weex()
response = weex.public_get_api_v3_time(params)$weex = new \ccxt\weex();
$response = $weex->public_get_api_v3_time($params);using ccxt;
var weex = new Weex();
var response = await weex.publicGetApiV3Time(parameters);weex := ccxt.NewWeex(nil)
response := <-weex.PublicGetApiV3Time(params)Path parameters wrapped in {} (e.g. {pair}) are substituted from params; everything else in params is sent as the query string or request body. Cost is the rate-limiter weight of each call.
📚 Official weex API documentation: weex.com
100 implicit endpoints across 4 access groups.
Base URL: https://api-spot.weex.com
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
publicGetApiV3Time |
GET | api/v3/time |
5 |
publicGetApiV3Coins |
GET | api/v3/coins |
25 |
publicGetApiV3ExchangeInfo |
GET | api/v3/exchangeInfo |
100 |
publicGetApiV3Ping |
GET | api/v3/ping |
5 |
publicGetApiV3ApiTradingSymbols |
GET | api/v3/apiTradingSymbols |
25 |
publicGetApiV3MarketTickerPrice |
GET | api/v3/market/ticker/price |
20 |
publicGetApiV3MarketTicker24hr |
GET | api/v3/market/ticker/24hr |
10 |
publicGetApiV3MarketTrades |
GET | api/v3/market/trades |
125 |
publicGetApiV3MarketKlines |
GET | api/v3/market/klines |
10 |
publicGetApiV3MarketDepth |
GET | api/v3/market/depth |
25 |
publicGetApiV3MarketTickerBookTicker |
GET | api/v3/market/ticker/bookTicker |
20 |
Base URL: https://api-spot.weex.com
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
privateGetApiV3Account |
GET | api/v3/account/ |
5 |
privateGetApiV3AccountTransferRecords |
GET | api/v3/account/transferRecords |
3 |
privateGetApiV3Order |
GET | api/v3/order |
2 |
privateGetApiV3OpenOrders |
GET | api/v3/openOrders |
3 |
privateGetApiV3AllOrders |
GET | api/v3/allOrders |
10 |
privateGetApiV3MyTrades |
GET | api/v3/myTrades |
5 |
privateGetApiV3RebateAffiliateGetAffiliateUIDs |
GET | api/v3/rebate/affiliate/getAffiliateUIDs |
20 |
privateGetApiV3RebateAffiliateGetChannelUserTradeAndAsset |
GET | api/v3/rebate/affiliate/getChannelUserTradeAndAsset |
20 |
privateGetApiV3RebateAffiliateGetAffiliateCommission |
GET | api/v3/rebate/affiliate/getAffiliateCommission |
20 |
privateGetApiV3RebateAffiliateGetInternalWithdrawalStatus |
GET | api/v3/rebate/affiliate/getInternalWithdrawalStatus |
100 |
privateGetApiV3RebateAffiliateQuerySubChannelTransactions |
GET | api/v3/rebate/affiliate/querySubChannelTransactions |
10 |
privateGetApiV3AgencyVerifyReferrals |
GET | api/v3/agency/verifyReferrals |
20 |
privateGetApiV3AgencyGetAssert |
GET | api/v3/agency/getAssert |
20 |
privateGetApiV3AgencyGetDealData |
GET | api/v3/agency/getDealData |
20 |
privateGetApiV3ApiReferralCheckUserEligibility |
GET | api/v3/apiReferral/checkUserEligibility |
5 |
privateGetApiV3ApiReferralRebateRecentRecord |
GET | api/v3/apiReferral/rebate/recentRecord |
5 |
privateGetApiV3ApiReferralRebateRatio |
GET | api/v3/apiReferral/rebateRatio |
5 |
privateGetApiV3ContentArticlesDetail |
GET | api/v3/content/articles/detail |
1 |
privateGetApiV3ContentArticlesList |
GET | api/v3/content/articles/list |
1 |
privateGetApiV3ContentArticlesListByCoin |
GET | api/v3/content/articles/listByCoin |
1 |
privateGetApiV3ContentBannersLatest |
GET | api/v3/content/banners/latest |
1 |
privatePostApiV3AccountBills |
POST | api/v3/account/bills |
5 |
privatePostApiV3AccountFundingBills |
POST | api/v3/account/fundingBills |
5 |
privatePostApiV3Order |
POST | api/v3/order |
5 |
privatePostApiV3OrderBatch |
POST | api/v3/order/batch |
50 |
privatePostApiV3RebateAffiliateInternalWithdrawal |
POST | api/v3/rebate/affiliate/internalWithdrawal |
100 |
privatePostApiV3TaxIncome |
POST | api/v3/tax/income |
5 |
privateDeleteApiV3Order |
DELETE | api/v3/order |
1 |
privateDeleteApiV3OpenOrders |
DELETE | api/v3/openOrders |
1 |
privateDeleteApiV3OrderBatch |
DELETE | api/v3/order/batch |
10 |
Base URL: https://api-contract.weex.com
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
contractGetCapiV3MarketTime |
GET | capi/v3/market/time |
5 |
contractGetCapiV3MarketExchangeInfo |
GET | capi/v3/market/exchangeInfo |
5 |
contractGetCapiV3MarketDepth |
GET | capi/v3/market/depth |
5 |
contractGetCapiV3MarketTicker24hr |
GET | capi/v3/market/ticker/24hr |
200 |
contractGetCapiV3MarketTickerBookTicker |
GET | capi/v3/market/ticker/bookTicker |
5 |
contractGetCapiV3MarketTrades |
GET | capi/v3/market/trades |
25 |
contractGetCapiV3MarketKlines |
GET | capi/v3/market/klines |
5 |
contractGetCapiV3MarketIndexPriceKlines |
GET | capi/v3/market/indexPriceKlines |
5 |
contractGetCapiV3MarketMarkPriceKlines |
GET | capi/v3/market/markPriceKlines |
5 |
contractGetCapiV3MarketHistoryKlines |
GET | capi/v3/market/historyKlines |
25 |
contractGetCapiV3MarketSymbolPrice |
GET | capi/v3/market/symbolPrice |
5 |
contractGetCapiV3MarketOpenInterest |
GET | capi/v3/market/openInterest |
10 |
contractGetCapiV3MarketPremiumIndex |
GET | capi/v3/market/premiumIndex |
5 |
contractGetCapiV3MarketFundingRate |
GET | capi/v3/market/fundingRate |
25 |
contractGetCapiV3MarketApiTradingSymbols |
GET | capi/v3/market/apiTradingSymbols |
25 |
Base URL: https://api-contract.weex.com
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
contractPrivateGetCapiV3AccountBalance |
GET | capi/v3/account/balance |
10 |
contractPrivateGetCapiV3AccountCommissionRate |
GET | capi/v3/account/commissionRate |
10 |
contractPrivateGetCapiV3AccountAccountConfig |
GET | capi/v3/account/accountConfig |
10 |
contractPrivateGetCapiV3AccountSymbolConfig |
GET | capi/v3/account/symbolConfig |
10 |
contractPrivateGetCapiV3AccountPositionAllPosition |
GET | capi/v3/account/position/allPosition |
15 |
contractPrivateGetCapiV3AccountPositionSinglePosition |
GET | capi/v3/account/position/singlePosition |
3 |
contractPrivateGetCapiV3Order |
GET | capi/v3/order |
3 |
contractPrivateGetCapiV3OpenOrders |
GET | capi/v3/openOrders |
5 |
contractPrivateGetCapiV3OrderHistory |
GET | capi/v3/order/history |
10 |
contractPrivateGetCapiV3UserTrades |
GET | capi/v3/userTrades |
5 |
contractPrivateGetCapiV3OpenAlgoOrders |
GET | capi/v3/openAlgoOrders |
3 |
contractPrivateGetCapiV3AllAlgoOrders |
GET | capi/v3/allAlgoOrders |
10 |
contractPrivateGetCapiV3SimBalance |
GET | capi/v3/sim/balance |
10 |
contractPrivateGetCapiV3SimPositionAllPosition |
GET | capi/v3/sim/position/allPosition |
15 |
contractPrivateGetCapiV3SimOrderHistory |
GET | capi/v3/sim/order/history |
10 |
contractPrivateGetCapiV3CopyFollowerHistoryOrders |
GET | capi/v3/copy/follower/historyOrders |
10 |
contractPrivateGetCapiV3CopyFollowerMyTraders |
GET | capi/v3/copy/follower/myTraders |
10 |
contractPrivateGetCapiV3CopyFollowerOpenOrders |
GET | capi/v3/copy/follower/openOrders |
10 |
contractPrivateGetCapiV3CopyFollowerSettings |
GET | capi/v3/copy/follower/settings |
10 |
contractPrivateGetCapiV3CopyTraderHistoryOrders |
GET | capi/v3/copy/trader/historyOrders |
10 |
contractPrivateGetCapiV3CopyTraderOpenOrders |
GET | capi/v3/copy/trader/openOrders |
10 |
contractPrivateGetCapiV3CopyTraderPairs |
GET | capi/v3/copy/trader/pairs |
1 |
contractPrivateGetCapiV3TrailingOpenOrders |
GET | capi/v3/trailing/openOrders |
2 |
contractPrivateGetCapiV3TrailingHistoryOrders |
GET | capi/v3/trailing/historyOrders |
10 |
contractPrivatePostCapiV3AccountIncome |
POST | capi/v3/account/income |
5 |
contractPrivatePostCapiV3AccountMarginType |
POST | capi/v3/account/marginType |
50 |
contractPrivatePostCapiV3AccountLeverage |
POST | capi/v3/account/leverage |
20 |
contractPrivatePostCapiV3AccountPositionMargin |
POST | capi/v3/account/positionMargin |
30 |
contractPrivatePostCapiV3AccountModifyAutoAppendMargin |
POST | capi/v3/account/modifyAutoAppendMargin |
30 |
contractPrivatePostCapiV3Order |
POST | capi/v3/order |
5 |
contractPrivatePostCapiV3BatchOrders |
POST | capi/v3/batchOrders |
10 |
contractPrivatePostCapiV3ClosePositions |
POST | capi/v3/closePositions |
50 |
contractPrivatePostCapiV3AlgoOrder |
POST | capi/v3/algoOrder |
5 |
contractPrivatePostCapiV3PlaceTpSlOrder |
POST | capi/v3/placeTpSlOrder |
5 |
contractPrivatePostCapiV3ModifyTpSlOrder |
POST | capi/v3/modifyTpSlOrder |
5 |
contractPrivatePostCapiV3SimOrder |
POST | capi/v3/sim/order |
5 |
contractPrivatePostCapiV3CopyFollowerClosePos |
POST | capi/v3/copy/follower/closePos |
50 |
contractPrivatePostCapiV3CopyFollowerSettings |
POST | capi/v3/copy/follower/settings |
10 |
contractPrivatePostCapiV3CopyFollowerStopCopy |
POST | capi/v3/copy/follower/stopCopy |
10 |
contractPrivateDeleteCapiV3Order |
DELETE | capi/v3/order |
3 |
contractPrivateDeleteCapiV3BatchOrders |
DELETE | capi/v3/batchOrders |
10 |
contractPrivateDeleteCapiV3AllOpenOrders |
DELETE | capi/v3/allOpenOrders |
10 |
contractPrivateDeleteCapiV3AlgoOrder |
DELETE | capi/v3/algoOrder |
3 |
contractPrivateDeleteCapiV3AlgoOpenOrders |
DELETE | capi/v3/algoOpenOrders |
10 |
(If the page is not being rendered for you, you can refer to the mirror at https://docs.ccxt.com/)
- Install
- Examples
- Manual
- CCXT Pro
- Contributing
- Supported Exchanges
- Exchanges By Country
- API Spec By Method
- FAQ
- Changelog
- Awesome
- API Spec by Exchange
- alpaca
- apex
- aster
- backpack
- bigone
- binance
- bingx
- bit2c
- bitbank
- bitbns
- bitfinex
- bitflyer
- bitget
- bithumb
- bitmex
- bitopro
- bitrue
- bitso
- bitstamp
- bitteam
- bittrade
- bitvavo
- blockchaincom
- blofin
- btcbox
- btcmarkets
- btcturk
- btse
- bullish
- bybit
- bydfi
- cex
- coinbase
- coinbaseexchange
- coinbaseinternational
- coincheck
- coinex
- coinmate
- coinone
- coinsph
- coinspot
- cryptocom
- cryptomus
- deepcoin
- delta
- deribit
- derive
- digifinex
- dydx
- extended
- foxbit
- gate
- gemini
- grvt
- hashkey
- hibachi
- hitbtc
- hollaex
- htx
- hyperliquid
- independentreserve
- indodax
- kraken
- krakenfutures
- kucoin
- kucoinfutures
- latoken
- lbank
- lighter
- luno
- mercado
- mexc
- modetrade
- mudrex
- nado
- ndax
- okx
- onetrading
- p2b
- pacifica
- paradex
- paymium
- phemex
- poloniex
- revolutx
- tokocrypto
- toobit
- upbit
- weex
- whitebit
- woo
- woofipro
- xt
- zaif
- zebpay
- API Spec by Prediction Exchange