Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Practical request patterns for Polymarket endpoints
export API_KEY="your_api_key_here"
curl -s -H "X-API-Key: $API_KEY" \ "https://api.delphiterminal.co/api/v1/poly/0xb09a659b55f0eab385d75ef14d180e9a6b2f02290a427504e38bf803e35d25d6/market" \ | jq
curl -s -H "X-API-Key: $API_KEY" \ "https://api.delphiterminal.co/api/v1/poly/0xb09a659b55f0eab385d75ef14d180e9a6b2f02290a427504e38bf803e35d25d6/orderbook?limit=50" \ | jq
curl -s -H "X-API-Key: $API_KEY" \ "https://api.delphiterminal.co/api/v1/poly/0xb09a659b55f0eab385d75ef14d180e9a6b2f02290a427504e38bf803e35d25d6/tradehistory?limit=50" \ | jq
curl -s -H "X-API-Key: $API_KEY" \ "https://api.delphiterminal.co/api/v1/poly/0xb09a659b55f0eab385d75ef14d180e9a6b2f02290a427504e38bf803e35d25d6/raw_deltas?limit=10" \ | jq