Docs
Search⌘ K
  • Home
  • About The Graph
  • Supported Networks
  • Protocol Contracts
  • Subgraphs
    • Substreams
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Graph Horizon
                • Resources
                  Token API > Polymarket Platform Endpoints

                  Platform Aggregates

                  GET/v1/polymarket/platform

                  Returns platform-wide time-series combining trading volume, open interest, and fee aggregates across all Polymarket markets.

                  Query Parameters

                  ParameterDescriptionValue
                  interval
                  string

                  The interval* for which to aggregate price data (1-minute, 5-minutes, 10-minutes, 30-minutes, hourly, 4-hours, daily or weekly).
                  *Plan restricted.

                  • Default value: 1d
                  • Accepted values: 1m, 5m, 10m, 30m, 1h, 4h, 1d, 1w
                  1d
                  start_time
                  string

                  UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).

                    end_time
                    string

                    UNIX timestamp in seconds or date string (e.g. "2025-01-01T00:00:00Z", "2025-01-01", ...).

                      limit
                      integer

                      Number of items* returned in a single request.
                      *Plan restricted.

                      • Default value: 10
                      • Minimum value: 1
                      • Maximum value: 1000
                      page
                      integer

                      Page number to fetch.
                      Empty data array signifies end of results.

                      • Default value: 1
                      • Minimum value: 1
                      • Maximum value: 767465558638

                      Potential Responses

                      StatusDescription
                      200

                      Successful Response

                      400

                      Client side error

                      401

                      Authentication failed

                      403

                      Forbidden

                      404

                      Not found

                      500

                      Server side error

                      ⁠Edit on GitHub⁠

                      Market PositionsUser Lookup
                      Test this endpoint

                      1curl --request GET \2  --url 'https://token-api.thegraph.com/v1/polymarket/platform?interval=1d&limit=10&page=1' \3  --header 'Authorization: Bearer {token}'

                      1{2  "data": [3    {4      "timestamp": "2026-03-31 00:00:00",5      "volume": 147283399.07,6      "buy_volume": 34189099.46,7      "sell_volume": 113094299.61,8      "trades": 3605384,9      "buys": 710957,10      "sells": 2894427,11      "net_open_interest": 161877323.01,12      "split_amount": 216206160.44,13      "merge_amount": 54328837.42,14      "split_count": 4901011,15      "merge_count": 280342,16      "oi_transactions": 5181353,17      "total_fees": 18905201.68,18      "fee_count": 8604367,19      "effective_fee_rate": 0.06920    }21  ]22}
                      The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service