listCurrentOrders

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OzPunter
    Junior Member
    • Apr 2009
    • 161

    #1

    listCurrentOrders

    Once again I’ve struck a brick was with JSON.

    I’m trying to get a list of all my current bets.

    I’m calling listCurrentOrders and every attempt I make results in “Bad Request”

    I've tried numerous request strings and all I get is HTTP/1.1 400 Bad Request. So frustrating.

    Can anyone show me a JSON string that will retrieve all current orders, perhaps for a specific market?
  • betdynamics
    Junior Member
    • Sep 2010
    • 534

    #2
    JSON request for listCurrentOrders:

    Code:
    {"jsonrpc":"2.0","method":"SportsAPING/v1.0/listCurrentOrders","params":{"marketIds":["1.116451712"],"fromRecord":0,"recordCount":0},"id":1}

    Comment

    • OzPunter
      Junior Member
      • Apr 2009
      • 161

      #3
      Originally posted by betdynamics View Post
      JSON request for listCurrentOrders:

      Code:
      {"jsonrpc":"2.0","method":"SportsAPING/v1.0/listCurrentOrders","params":{"marketIds":["1.116451712"],"fromRecord":0,"recordCount":0},"id":1}
      Thanks betDynamics

      I wasn't using the From and count values it seems.

      Kind Regards
      OzPunter

      Comment

      • LesterBlair
        Junior Member
        • Jul 2022
        • 3

        #4
        I'm having a hard time at this part, just like you. spin the wheel

        Comment

        Working...
        X