Back to Ccxt

Kucoinfutures

wiki/exchanges/kucoinfutures.md

4.5.601.7 KB
Original Source

<a name="kucoinfutures" id="kucoinfutures"></a>

kucoinfutures{docsify-ignore}

Kind: global class
Extends: <code>kucoin</code>

<a name="fetchBidsAsks" id="fetchbidsasks"></a>

fetchBidsAsks{docsify-ignore}

fetches the bid and ask price and volume for multiple markets

Kind: instance method of <code>kucoinfutures</code>
Returns: <code>object</code> - a dictionary of ticker structures

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

<a name="transfer" id="transfer"></a>

transfer{docsify-ignore}

transfer currency internally between wallets on the same account

Kind: instance method of <code>kucoinfutures</code>
Returns: <code>object</code> - a transfer structure

ParamTypeRequiredDescription
code<code>string</code>Yesunified currency code
amount<code>float</code>Yesamount to transfer
fromAccount<code>string</code>Yesaccount to transfer from
toAccount<code>string</code>Yesaccount to transfer to
params<code>object</code>Noextra parameters specific to the exchange API endpoint
javascript
kucoinfutures.transfer (code, amount, fromAccount, toAccount, params?)