Skip to main content

Spot Guides

Description

Spot trading refers to the act of buying or selling crypto assets (such as BTC or ETH) at the current market price for immediate settlement on the exchange. Once a trade is executed, the assets are instantly delivered to the buyer’s account. As the most fundamental form of digital asset trading, the spot market supports various trading pairs and allows users to freely match orders based on real-time market conditions. It is suitable for daily trading, investment, and asset management purposes.

Base Endpoint

API: https://big.one/api/v3/

WS: wss://big.one/ws/v2

Http Interface

Interface NameURImethod
AssetPairs/asset_pairsGET
AssetPairCandles/asset_pairs/{asset_pair_name}/candlesGET
AssetPairTrades/asset_pairs/{asset_pair_name}/tradesGET
AssetPairOrderBook/asset_pairs/{asset_pair_name}/depthGET
Ping/pingGET
AssetPairTicker/asset_pairs/{asset_pair_name}/tickerGET
AssetPairsTickers/asset_pairs/tickersGET
SpotAccountAssetsBalances/viewer/accountsGET
SpotAccountAssetBalance/viewer/accounts/{asset_symbol}GET
GetDeposit/viewer/depositsGET
GetDepositAddress/viewer/assets/:asset_symbol/addressGET
FundAccountAssetsBalances/viewer/fund/accountsGET
FundAccountAssetBalance/viewer/fund/accounts/{asset_symbol}GET
AssetPairOrders/viewer/ordersGET
GetOneOrder/viewer/orders/{id}GET
CreateOrder/viewer/ordersPOST
CreateOrders/viewer/orders/multiPOST
CancelOrder/viewer/orders/{id}/cancelPOST
CancelOrders/viewer/orders/cancelPOST
GetTrades/viewer/tradesGET
GetTradingFees/viewer/trading_feesGET
Transfer/viewer/transferPOST
GetTransfer/viewer/transferGET
GetWithdrawals/viewer/withdrawalsGET
GetOneWithdrawal/viewer/withdrawals/{guid}GET
CreateWithdrawal/viewer/withdrawalsPOST
CancelWithdrawal/viewer/withdrawals/{guid}/cancelPOST

Websocket Interface

Interface NameDescription
MarketDepthGet market depth
MarketCandleGet market candle
MarketTickerGet market ticker
MarketTradeGet market trade
UserAccountGet user account
UserOrderSubscribe one market's orders