AUTOMATION · NO-CODE

Meridian Edge + Make.com

Use Make.com's HTTP module to query Meridian Edge consensus and route alerts to Slack, Airtable, Notion, or any connected app.

Connect Make.com to Meridian Edge to access real-time prediction market consensus from 25+ regulated sources. Build visual automation workflows without writing code.

Requirements

InstallMake.com account (starter tier available) — no install needed

Integration Code

Make.com HTTP Module Config
Module: HTTP → Make a Request
Method: GET
URL: https://meridianedge.io/api/v1/consensus
Headers:
  Name: X-API-Key
  Value: me_live_YOUR_KEY
Query String:
  sport: NBA
  limit: 10

Parse response: YES
Response type: JSON
Make.com Filter — Divergence Checkjavascript
// In a Router or Filter module:
// Condition: divergence_pct > 0.04
// Route high-divergence events to Slack
// Route all events to Google Sheets

Try it — API key in 10 seconds

Configure the Make.com HTTP module with your API key and automate prediction market research across your favorite apps.

View Plans → API Reference

Frequently Asked Questions

How do I connect Make.com to prediction market data?
Use the HTTP module with a GET request to the Meridian Edge consensus endpoint. Set the X-API-Key header with your key. Use a Router to filter high-divergence events and route to different modules.
What does Make.com + Meridian Edge cost?
Yes. The Meridian Edge starter tier gives you 100 calls/day. Make.com has a starter plan. Instant activation. Get a key at meridianedge.io/#pricing.