Create an API for KUCOIN FUTURES for Market Order

Job ID: 34319985

Budget: $12 – $30 SGD

Create an API to fetch order value of the Coin to place order on Kucoin FUTURES for MARKET ORDER.
Current kucoin futures Api for market order doesn't have the parameter of order value of the coin.

Below is the current API

def create_market_order(self, symbol, side, lever, clientOid='', **kwargs):
"""
Place Market Order Functions

https://docs.kumex.com/#place-an-order

:param symbol: interest symbol (Mandatory)
:type: str
:param side: place direction buy or sell (Mandatory)
:type: str
:param lever: Leverage of the order (Mandatory)
:type: str
:param clientOid: Unique order id created by users to identify their orders, e.g. UUID, Only allows numbers,
characters, underline(_), and separator(-) (Mandatory)
:type: str
:param kwargs: Fill in parameters with reference documents
:return: {'orderId': '5d9ee461f24b80689797fd04'}
Related categories: Python Blockchain Ethereum Smart Contracts