Packages

An Elixir client for the Polymarket API.

Current section

Files

Jump to
ex_polymarket lib polymarket.ex
Raw

lib/polymarket.ex

defmodule Polymarket do
@moduledoc """
Elixir client for the Polymarket APIs.
See `Polymarket.Gamma` (Gamma REST), `Polymarket.Clob` (CLOB REST),
`Polymarket.Geoblock`, and `Polymarket.WebSocket` (the CLOB market feed).
"""
end