Skip to main content
POST
/
2
/
pm
/
markets
/
batch
Get Prediction Markets Batch
curl --request POST \
  --url https://pm-api-prod-eu.mobula.io/api/2/pm/markets/batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "items": [
    {
      "platform": "polymarket",
      "marketId": "0xd86a816093fcd0a0e1ca440bc5ce199bd3c5a8d6139e044b076958164f8c5423"
    },
    {
      "platform": "polymarket",
      "marketId": "0x366f89649caea042c96ee741b185461ec7faa408a2664ec44469a0061924b537"
    }
  ]
}
'
{
  "payload": [
    {}
  ]
}
Alpha — This endpoint is part of the Prediction Markets API, currently in early access. May change without notice.

Body

application/json
items
object[]
required

1-50 (platform, marketId) pairs to fetch in one round-trip.

Required array length: 1 - 50 elements

Response

200 - application/json

Batch market details (note response key is payload, not data).

payload
object[]