API Integration
Polymarket Gamma API (Markets)
GET https://gamma-api.polymarket.com/markets?limit=100&closed=false&active=true{
"data": [
{
"id": "...",
"question": "Will Trump win 2024?",
"description": "...",
"outcomes": ["Yes", "No"],
"volume": 1234567.89,
"liquidity": 98765.43,
"end_date": "2024-11-05T00:00:00Z",
"slug": "trump-wins-2024",
...
}
]
}Polymarket Data API (Trades)
Helius RPC (Solana)
CORS & Proxying
Rate Limiting
Error Handling
Last updated