v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-215245616.9 KB

Is Session Active

Check if a session is active for the given wallet address.

post/api/{exchange}/isSessionActive

Path parameters

exchange'polymarket' | 'kalshi' | 'kalshi-demo' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | 'metaculus' | 'smarkets' | 'polymarket_us' | 'gemini-titan' | 'hyperliquid' | 'suibets' | 'rain' | 'hunch' | 'router' required

The prediction market exchange to target.

Request body

argsstring[] required

Response

Is Session Active response

successboolean
databoolean

Example response

{
  "success": true
}