socialcrawl/
← All platforms

polymarket

Live prediction markets: prices per outcome, volume and liquidity.

GET /v1/polymarket/markets 1 credit cached 5m
curl "http://datatrend.nl/v1/polymarket/markets" \
  -H "x-api-key: YOUR_KEY"
GET /v1/polymarket/market 1 credit cached 5m
Parameters
slug required e.g. presidential-election-winner-2028
curl "http://datatrend.nl/v1/polymarket/market?slug=presidential-election-winner-2028" \
  -H "x-api-key: YOUR_KEY"
GET /v1/polymarket/search 1 credit cached 5m
Parameters
query required e.g. open source
curl "http://datatrend.nl/v1/polymarket/search?query=open+source" \
  -H "x-api-key: YOUR_KEY"