Polymarket / agents

Trade autonomously on Polymarket using AI Agents
MIT License
52 stars 5 forks source link

add: orderbook data #7

Closed alexnicita closed 2 months ago

alexnicita commented 2 months ago
            OrderBookSummary(
                market='0x26ee82bee2493a302d21283cb578f7e2fff2dd15743854f53034d12420863b55', 
                asset_id='11015470973684177829729219287262166995141465048508201953575582100565462316088', 
                bids=[OrderSummary(price='0.01', size='600005'), OrderSummary(price='0.02', size='200000'), ...
                asks=[OrderSummary(price='0.99', size='100000'), OrderSummary(price='0.98', size='200000'), ...
            )