Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace spot

Index

Enumerations listenOrders

Interfaces Other

Interfaces batchOps

Interfaces cancelOrder

Interfaces cancelOrders

Interfaces deposit

Interfaces depositNear

Interfaces depositStorage

Interfaces getBalance

Interfaces getBalanceFt

Interfaces getBalanceStorage

Interfaces getBalanceStorageBounds

Interfaces getCurrencies

Interfaces getDeposits

Interfaces getDryRunSwap

Interfaces getMarket

Interfaces getOrder

Interfaces getOrderbook

Interfaces getOrders

Interfaces getOrdersHistory

Interfaces getTrades

Interfaces getTransactionStatus

Interfaces getUserTrades

Interfaces listenAccountBalances

Interfaces listenAccountOrders

Interfaces listenAccountTrades

Interfaces listenBookL1

Interfaces listenBookL2

Interfaces listenBookL3

Interfaces listenOrders

Interfaces listenTrades

Interfaces placeBid

Interfaces spin

Interfaces swap

Interfaces swapFt

Interfaces swapNear

Interfaces transferFt

Interfaces withdraw

Type Aliases Other

Type Aliases batchOps

Type Aliases cancelOrder

Type Aliases cancelOrders

Type Aliases deposit

Type Aliases depositNear

Type Aliases depositStorage

Type Aliases getBalance

Type Aliases getBalanceFt

Type Aliases getBalanceStorage

Type Aliases getBalanceStorageBounds

Type Aliases getCurrencies

Type Aliases getDeposits

Type Aliases getMarket

Type Aliases getMarkets

Type Aliases getOrder

Type Aliases getOrders

Type Aliases getOrdersHistory

Type Aliases getTrades

Type Aliases getTransactionStatus

Type Aliases getUserTrades

Type Aliases listenAccountBalances

Type Aliases listenAccountOrders

Type Aliases listenAccountTrades

Type Aliases listenBookL1

Type Aliases listenBookL2

Type Aliases listenBookL3

Type Aliases listenOrders

Type Aliases listenTrades

Type Aliases ping

Type Aliases placeBid

Type Aliases swap

Type Aliases swapFt

Type Aliases swapNear

Type Aliases transferFt

Type Aliases withdraw

Functions

Other Type Aliases

GetBalanceNearResponse: string

Native

GetCandlesResponse: Candle[]

Websocket

PlaceAskResponse: FinalExecutionOutcome | void

Contract

SpotBundlerUnit: (() => Promise<CoreParams | undefined>)

Type declaration

batchOps Type Aliases

BatchOpsResponse: FinalExecutionOutcome | void

cancelOrder Type Aliases

CancelOrderResponse: FinalExecutionOutcome | void

cancelOrders Type Aliases

CancelOrdersResponse: FinalExecutionOutcome | void

deposit Type Aliases

DepositResponse: FinalExecutionOutcome | void

depositNear Type Aliases

DepositNearResponse: FinalExecutionOutcome | void

depositStorage Type Aliases

DepositStorageResponse: FinalExecutionOutcome | void

getBalance Type Aliases

GetBalanceResponse: string

getBalanceFt Type Aliases

GetBalanceFtResponse: string

getBalanceStorage Type Aliases

GetBalanceStorageResponse: BalanceStorage | null

getBalanceStorageBounds Type Aliases

GetBalanceStorageBoundsResponse: { max: string; min: string } | null

getCurrencies Type Aliases

GetCurrenciesResponse: Currency[]

getDeposits Type Aliases

GetDepositsResponse: Record<string, string>

getMarket Type Aliases

GetMarketResponse: spot.Market

getMarkets Type Aliases

GetMarketsResponse: spot.Market[]

getOrder Type Aliases

GetOrderResponse: spot.Order

getOrders Type Aliases

GetOrdersResponse: spot.Order[]

getOrdersHistory Type Aliases

GetOrdersHistoryResponse: spot.OrderInfo[]

getTrades Type Aliases

GetTradesResponse: spot.TradeWithId[]

getTransactionStatus Type Aliases

GetTransactionStatusResponse: FinalExecutionOutcome

getUserTrades Type Aliases

GetUserTradesResponse: spot.TradeWithId[]

listenAccountBalances Type Aliases

AccountBalancesState: spot.AccountBalance[]

listenAccountOrders Type Aliases

AccountOrdersNotify: spot.OrderInfo
AccountOrdersState: spot.OrderInfo[]

listenAccountTrades Type Aliases

AccountTradesNotify: spot.Trade

listenBookL1 Type Aliases

BookL1Notify: Book
BookNode: [string, string]

listenBookL2 Type Aliases

BookL2Notify: Book

listenBookL3 Type Aliases

BookL3State: Book

listenOrders Type Aliases

OrdersNotify: spot.OrderInfo

listenTrades Type Aliases

TradesNotify: spot.Trade

ping Type Aliases

PingResponse: "pong"

placeBid Type Aliases

PlaceBidRequest: spot.PlaceAskRequest
PlaceBidResponse: FinalExecutionOutcome | void

swap Type Aliases

SwapResponse: FinalExecutionOutcome | void

swapFt Type Aliases

SwapFtResponse: FinalExecutionOutcome | void

swapNear Type Aliases

SwapNearResponse: FinalExecutionOutcome | void

transferFt Type Aliases

TransferFtResponse: FinalExecutionOutcome | void

withdraw Type Aliases

WithdrawResponse: FinalExecutionOutcome | void

Functions

Generated using TypeDoc