Skip to main content
POST
/
2
/
pm
/
markets
/
batch
Get multiple prediction markets at once
curl --request POST \
  --url https://demo-api.mobula.io/api/2/pm/markets/batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "items": [
    {
      "platform": "<string>",
      "marketId": "<string>"
    }
  ]
}
'
{
  "payload": [
    {}
  ],
  "hostname": "<string>",
  "took": 123
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Body

application/json
items
object[]
required
Required array length: 1 - 50 elements

Response

200 - application/json

Batch market details

payload
object[]
hostname
string
took
number