CCXT
kucoinfutures

kucoinfutures

kucoinfutures cryptocurrency exchange — CCXT unified API: methods, parameters and endpoints.

kucoinfutures

Kind: global class
Extends: kucoin

fetchBidsAsks

fetches the bid and ask price and volume for multiple markets

Kind: instance method of kucoinfutures
Returns: object - a dictionary of ticker structures

ParamTypeRequiredDescription
symbolsArray<string>Nounified symbols of the markets to fetch the bids and asks for, all markets are returned if not assigned
paramsobjectNoextra parameters specific to the exchange API endpoint
kucoinfutures.fetchBidsAsks (symbols?, params?)

transfer

transfer currency internally between wallets on the same account

Kind: instance method of kucoinfutures
Returns: object - a transfer structure

ParamTypeRequiredDescription
codestringYesunified currency code
amountfloatYesamount to transfer
fromAccountstringYesaccount to transfer from
toAccountstringYesaccount to transfer to
paramsobjectNoextra parameters specific to the exchange API endpoint
kucoinfutures.transfer (code, amount, fromAccount, toAccount, params?)

On this page