β±οΈGet pending orders
Returns the pending orders of a given bettor's address
Last updated
Returns the pending orders of a given bettor's address
Last updated
{
"status": 200,
"body": [
{
"acc": "123utJ84x1ACJzV7RR8kKNYPg3djfq6HW2SBt8dsNsAn",
"placedAt": 1680636461,
"potentialReturn": 9,
"team": "Sam Hughes",
"stake": 3,
"matched": true,
"odds": 3,
"isLay": false,
"event": "Sam Hughes vs. Jaqueline Amorim"
}
]
}