I'm calling the listMarketBook method.
My first request,
returns
That's all gravy.
My second request,
returns,
I believe I'm missing something that's going to make me look very stupid...
My first request,
Code:
"jsonrpc":"2.0","id":1,"method":"SportsAPING/v1.0/listMarketBook","params":{"marketIds":["1.109309710"]}}
Code:
{"jsonrpc":"2.0","result":[{"marketId":"1.109309710", ... ]}],"id":1}
My second request,
Code:
{"jsonrpc":"2.0","id":2,"method":"SportsAPING/v1.0/listMarketBook","params":{"marketIds":["1.109309710"],"priceProjection":["EX_BEST_OFFERS"]}}
Code:
{"jsonrpc":"2.0","error":{"code":-32602,"message":"DSC-0018"},"id":2}


Comment