Skip to main content
GET
/
api
/
markets
List markets
curl --request GET \
  --url https://core-api.adipredictstreet.com/api/markets
{
  "markets": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.adipredictstreet.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

limit
integer
Required range: 1 <= x <= 500
sort
enum<string>

kickoff (default) — earliest first. activity — most-traded first. shares — biggest turnover first.

Available options:
kickoff,
activity,
shares

Response

200 - application/json

OK

markets
any[]
required