Hey guys,
I am trying to place an order via the API but receive a message that some of the required parameters is missing.
Here is what I send:
And here is the response:
As far the docs about placeOrder tell, I filled out the required fields.
What do I miss?
Thanks alot in advance!
I am trying to place an order via the API but receive a message that some of the required parameters is missing.
Here is what I send:
{'params': {'instructions': [{'orderType': 'LIMIT', 'selectionId': 4030151.0, 'side': 'BACK', 'limitOrder': {'persistenceType': 'LAPSE', 'price': 100.5, 'size': 3.0}}], 'marketId': 1.120831103}, 'jsonrpc': '2.0', 'method': 'SportsAPING/v1.0/placeOrders', 'id': 1}
{u'jsonrpc': u'2.0', u'id': 1, u'error': {u'message': u'DSC-0018', u'code': -32602}}
What do I miss?
Thanks alot in advance!



Comment