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
}Fetch details for multiple prediction markets in a single request (up to 50 markets).
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
}