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
| Param | Type | Required | Description |
|---|---|---|---|
| symbols | Array<string> | No | unified symbols of the markets to fetch the bids and asks for, all markets are returned if not assigned |
| params | object | No | extra 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
| Param | Type | Required | Description |
|---|---|---|---|
| code | string | Yes | unified currency code |
| amount | float | Yes | amount to transfer |
| fromAccount | string | Yes | account to transfer from |
| toAccount | string | Yes | account to transfer to |
| params | object | No | extra parameters specific to the exchange API endpoint |
kucoinfutures.transfer (code, amount, fromAccount, toAccount, params?)