Skip to main content
Get Venue Statistics
curl --request GET \
  --url https://synthesis.trade/api/v1/markets/statistics
{
  "success": true,
  "response": {
    "polymarket": {
      "total_markets": 1500,
      "active_markets": 800,
      "total_volume": 500000000
    },
    "kalshi": {
      "total_markets": 2000,
      "active_markets": 1200,
      "total_volume": 300000000
    },
    "interval": "24h"
  }
}

Query Parameters

venue
string

Restrict to polymarket or kalshi.

interval
string
default:24h

Time window. Supported values: 24h, 1w, 1m, 6m, 1y.

Example:

"1w"

Response

200 - application/json

Venue statistics