EndpointsGet Bets
Endpoints

GET /bets

Retrieve a list of user bets and their outcomes

curl -X GET "https://api.predictorbets.com/v1/bets?status=example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/bets
GET
query
statusstring

Filter bets by status (pending, won, lost)

Request Preview
Response

Response will appear here after sending the request

Query Parameters

statusstring

Filter bets by status (pending, won, lost)

Responses

A paginated list of user bets with prediction references and results

Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago