Polymarket prediction market data endpoints, plus API documentation and monitoring.
    Read-only preview
    You're browsing the public OpenAPI spec. Sign in to send live requests with your team's API key.

    Quickstart

    Preview Polymarket activity with recent trade events for a market token. Swap in any token, condition, or event type from the endpoint catalog below.

    No API key on this team yet — sample shows <YOUR_JWT> placeholder.
    1curl 'https://api.pinax.network/v1/polymarket/markets/activity?token_id=53342136288932702007624506186417846874594504126387502748453102780630218207922&event_type=trade&limit=10&page=1' \
    2 -H 'Authorization: Bearer <YOUR_JWT>' \
    3 -H 'Accept: application/json'
    Documentation

    x402 Discovery

    FREE
    Returns the x402 discovery document. Payment enforcement, verification, settlement, and metering are handled by the proxy layer.
    GET
    https://api.pinax.network/.well-known/x402

    Response

    200 OK
    {
      "x402Version": 2,
      "name": "Pinax API",
      "resourceServer": "https://api.pinax.network",
      "payment": {
        "enforcement": "proxy"
      },
      "discovery": {
        "openapi": "https://api.pinax.network/openapi",
        "llms": "https://api.pinax.network/llms.txt",
        "skill": "https://api.pinax.network/SKILL.md"
      },
      "datasets": []
    }