Skip to main content
POST
Index markets (mutating)

Body

application/json
conditionIds
string[]
required

Unique conditionIds to index (normalized to lowercase).

Required array length: 1 - 25 elements

32-byte Polymarket condition id, hex.

Pattern: ^0x[a-fA-F0-9]{64}$

Response

Indexed markets + the notFound list (same shape as GET /markets).

markets
object[]
required
notFound
string[]
required

Requested conditionIds not indexed on Robin — POST /markets to index them first.

32-byte Polymarket condition id, hex.

Pattern: ^0x[a-fA-F0-9]{64}$