Hello -
I have a bot that has been running for a few months. Since yesterday, I started getting the below error from calls to listMarketBook. The error message means that a mandatory field is missing. But, as per the docs, the only mandatory field is marketIds. What do I need to change in my call please?
SportsAPING/v1.0/listMarketBook
Params: {'marketIds': [['1.177032265', '1.177031997', '1.177032399', '1.177362453', '1.177242591']], 'priceProjection': {'priceData': ['EX_BEST_OFFERS'], 'exBestOffersOverrides': {}, 'virtualise': True, 'rolloverStakes': False}}
Exception: None
Error: {'code': -32602, 'message': 'DSC-0018'}
Full Response: {'jsonrpc': '2.0', 'error': {'code': -32602, 'message': 'DSC-0018'}, 'id': 1}
I have a bot that has been running for a few months. Since yesterday, I started getting the below error from calls to listMarketBook. The error message means that a mandatory field is missing. But, as per the docs, the only mandatory field is marketIds. What do I need to change in my call please?
SportsAPING/v1.0/listMarketBook
Params: {'marketIds': [['1.177032265', '1.177031997', '1.177032399', '1.177362453', '1.177242591']], 'priceProjection': {'priceData': ['EX_BEST_OFFERS'], 'exBestOffersOverrides': {}, 'virtualise': True, 'rolloverStakes': False}}
Exception: None
Error: {'code': -32602, 'message': 'DSC-0018'}
Full Response: {'jsonrpc': '2.0', 'error': {'code': -32602, 'message': 'DSC-0018'}, 'id': 1}


Comment