Hi, I have a similar problem as my colleague above. My JSON query is very simple:
String query= "{\"query\": \"mutation{primediceRoll(amount: 0.00000001, target: 66.99, condition: above, currency: ltc){payout}}\"}";
However, it has stopped working. Can anyone tell what changes have been made to the API and how to correctly compose the query?
Thanks