-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
bigone
Every endpoint in bigone'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. publicGetPing); the snake_case alias (public_get_ping) also works in JavaScript, Python and PHP, and Go uses the PascalCase form (PublicGetPing). Switch tabs for the call in each language:
const bigone = new ccxt.bigone ();
const response = await bigone.publicGetPing (params);import ccxt from 'ccxt';
const bigone = new ccxt.bigone ();
const response = await bigone.publicGetPing (params);import ccxt
bigone = ccxt.bigone()
response = bigone.public_get_ping(params)$bigone = new \ccxt\bigone();
$response = $bigone->public_get_ping($params);using ccxt;
var bigone = new Bigone();
var response = await bigone.publicGetPing(parameters);bigone := ccxt.NewBigone(nil)
response := <-bigone.PublicGetPing(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 bigone API documentation: open.big.one
41 implicit endpoints across 5 access groups.
Base URL: https://{hostname}/api/v3
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
publicGetPing |
GET | ping |
1 |
publicGetAssetPairs |
GET | asset_pairs |
1 |
publicGetAssetPairsAssetPairNameDepth |
GET | asset_pairs/{asset_pair_name}/depth |
1 |
publicGetAssetPairsAssetPairNameTrades |
GET | asset_pairs/{asset_pair_name}/trades |
1 |
publicGetAssetPairsAssetPairNameTicker |
GET | asset_pairs/{asset_pair_name}/ticker |
1 |
publicGetAssetPairsAssetPairNameCandles |
GET | asset_pairs/{asset_pair_name}/candles |
1 |
publicGetAssetPairsTickers |
GET | asset_pairs/tickers |
1 |
Base URL: https://{hostname}/api/v3/viewer
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
privateGetAccounts |
GET | accounts |
1 |
privateGetFundAccounts |
GET | fund/accounts |
1 |
privateGetAssetsAssetSymbolAddress |
GET | assets/{asset_symbol}/address |
1 |
privateGetOrders |
GET | orders |
1 |
privateGetOrdersId |
GET | orders/{id} |
1 |
privateGetOrdersMulti |
GET | orders/multi |
1 |
privateGetTrades |
GET | trades |
1 |
privateGetWithdrawals |
GET | withdrawals |
1 |
privateGetDeposits |
GET | deposits |
1 |
privatePostOrders |
POST | orders |
1 |
privatePostOrdersIdCancel |
POST | orders/{id}/cancel |
1 |
privatePostOrdersCancel |
POST | orders/cancel |
1 |
privatePostWithdrawals |
POST | withdrawals |
1 |
privatePostTransfer |
POST | transfer |
1 |
Base URL: https://{hostname}/api/contract/v2
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
contractPublicGetSymbols |
GET | symbols |
1 |
contractPublicGetInstruments |
GET | instruments |
1 |
contractPublicGetDepthSymbolSnapshot |
GET | depth@{symbol}/snapshot |
1 |
contractPublicGetInstrumentsDifference |
GET | instruments/difference |
1 |
contractPublicGetInstrumentsPrices |
GET | instruments/prices |
1 |
Base URL: https://{hostname}/api/contract/v2
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
contractPrivateGetAccounts |
GET | accounts |
1 |
contractPrivateGetOrdersId |
GET | orders/{id} |
1 |
contractPrivateGetOrders |
GET | orders |
1 |
contractPrivateGetOrdersOpening |
GET | orders/opening |
1 |
contractPrivateGetOrdersCount |
GET | orders/count |
1 |
contractPrivateGetOrdersOpeningCount |
GET | orders/opening/count |
1 |
contractPrivateGetTrades |
GET | trades |
1 |
contractPrivateGetTradesCount |
GET | trades/count |
1 |
contractPrivatePostOrders |
POST | orders |
1 |
contractPrivatePostOrdersBatch |
POST | orders/batch |
1 |
contractPrivatePutPositionsSymbolMargin |
PUT | positions/{symbol}/margin |
1 |
contractPrivatePutPositionsSymbolRiskLimit |
PUT | positions/{symbol}/risk-limit |
1 |
contractPrivateDeleteOrdersId |
DELETE | orders/{id} |
1 |
contractPrivateDeleteOrdersBatch |
DELETE | orders/batch |
1 |
Base URL: https://{hostname}/api/
| Method | HTTP | Endpoint | Cost |
|---|---|---|---|
webExchangeGetV3Assets |
GET | v3/assets |
1 |
(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