prediction-market
Accesses prediction market data for analysis and trading insights, leveraging AIsa's API for Polymarket and Kalshi markets.
Install this skill
Security score
The prediction-market skill was audited on May 17, 2026 and we found 32 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 145 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/markets?search=election&status=open" \ |
Curl to non-GitHub URL
| 154 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/market-price/{token_id}" \ |
Curl to non-GitHub URL
| 162 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/activity?user={wallet_address}" \ |
Curl to non-GitHub URL
| 170 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/orders?market_slug={market_slug}" \ |
Curl to non-GitHub URL
| 179 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/orderbooks?token_id={token_id}" \ |
Curl to non-GitHub URL
| 188 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/candlesticks/{condition_id}?interval=60" \ |
Curl to non-GitHub URL
| 196 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/positions/wallet/{wallet_address}" \ |
Curl to non-GitHub URL
| 204 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/wallet?eoa={wallet_address}" \ |
Curl to non-GitHub URL
| 212 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/wallet/pnl/{wallet_address}?granularity=day" \ |
Curl to non-GitHub URL
| 222 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/markets?search=fed%20rate" \ |
Curl to non-GitHub URL
| 231 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/market-price/{market_ticker}" \ |
Curl to non-GitHub URL
| 240 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/trades?ticker={ticker}" \ |
Curl to non-GitHub URL
| 249 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/orderbooks?ticker={ticker}" \ |
Curl to non-GitHub URL
| 259 | curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports" \ |
Curl to non-GitHub URL
| 269 | curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports/nba?date=2025-08-16" \ |
External URL reference
| 8 | homepage: https://aisa.one |
External URL reference
| 145 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/markets?search=election&status=open" \ |
External URL reference
| 154 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/market-price/{token_id}" \ |
External URL reference
| 162 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/activity?user={wallet_address}" \ |
External URL reference
| 170 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/orders?market_slug={market_slug}" \ |
External URL reference
| 179 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/orderbooks?token_id={token_id}" \ |
External URL reference
| 188 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/candlesticks/{condition_id}?interval=60" \ |
External URL reference
| 196 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/positions/wallet/{wallet_address}" \ |
External URL reference
| 204 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/wallet?eoa={wallet_address}" \ |
External URL reference
| 212 | curl -X GET "https://api.aisa.one/apis/v1/polymarket/wallet/pnl/{wallet_address}?granularity=day" \ |
External URL reference
| 222 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/markets?search=fed%20rate" \ |
External URL reference
| 231 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/market-price/{market_ticker}" \ |
External URL reference
| 240 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/trades?ticker={ticker}" \ |
External URL reference
| 249 | curl -X GET "https://api.aisa.one/apis/v1/kalshi/orderbooks?ticker={ticker}" \ |
External URL reference
| 259 | curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports" \ |
External URL reference
| 269 | curl -X GET "https://api.aisa.one/apis/v1/matching-markets/sports/nba?date=2025-08-16" \ |
External URL reference
| 361 | 1. Sign up at [aisa.one](https://aisa.one) |