GET //polymarket/{account}/orderBook HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
Ok
{ "success": true, "message": "text", "data": { "market": "text", "asset_id": "text", "timestamp": "text", "bids": [ { "price": "text", "size": "text" } ], "asks": [ { "price": "text", "size": "text" } ], "hash": "text" } }