diff --git a/Readme.adoc b/Readme.adoc index d68920f..2c04ed1 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -47,7 +47,7 @@ Access Polymarket endpoints via the `polymarket` namespace. ==== Markets -[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-markets) +https://docs.domeapi.io/api-reference/endpoint/get-markets[API Reference] List markets with optional filtering: @@ -69,7 +69,7 @@ price = client.polymarket.markets.price(token_id: 'token_id') ==== Candlesticks -[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-candlesticks) +https://docs.domeapi.io/api-reference/endpoint/get-candlesticks[API Reference] Get candlesticks: @@ -85,7 +85,7 @@ candlesticks = client.polymarket.candlesticks.list( ==== Trade History -[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-trade-history) +https://docs.domeapi.io/api-reference/endpoint/get-trade-history[API Reference] Get trade history: @@ -99,7 +99,7 @@ trades = client.polymarket.trade_history.list( ==== Orderbook -[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-orderbook-history) +https://docs.domeapi.io/api-reference/endpoint/get-orderbook-history[API Reference] Get orderbook history: @@ -114,7 +114,7 @@ snapshots = client.polymarket.orderbook.list( ==== Activity -[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-activity) +https://docs.domeapi.io/api-reference/endpoint/get-activity[API Reference] Get activity: @@ -128,7 +128,7 @@ activity = client.polymarket.activity.list( ==== Market Price -[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-market-price) +https://docs.domeapi.io/api-reference/endpoint/get-market-price[API Reference] Get market price history: @@ -142,7 +142,7 @@ prices = client.polymarket.market_price.list( ==== Wallet -[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-wallet) +https://docs.domeapi.io/api-reference/endpoint/get-wallet[API Reference] Get wallet information: @@ -155,7 +155,7 @@ wallet = client.polymarket.wallet.list( ==== Wallet Profit and Loss -[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-wallet-pnl) +https://docs.domeapi.io/api-reference/endpoint/get-wallet-pnl[API Reference] Get wallet profit and loss: @@ -173,7 +173,7 @@ Access Matching Markets endpoints via the `matching_markets` namespace. ==== Sports -[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-matching-markets-sports) +https://docs.domeapi.io/api-reference/endpoint/get-matching-markets-sports[API Reference] List matching markets for a specific sport and date: @@ -189,7 +189,7 @@ markets = client.matching_markets.sports_by_date(sport: 'nfl', date: Date.today) ==== Markets -[API Reference](https://docs.domeapi.io/api-reference/endpoint/get-matching-markets) +https://docs.domeapi.io/api-reference/endpoint/get-matching-markets[API Reference] List matching markets by slug or ticker: