cURL
curl --request GET \ --url https://api.arbiterapi.com/health \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "version": "<string>", "database": true, "redis": true, "exchanges": { "polymarket": true, "kalshi": true } }
Check API status and exchange connectivity. No authentication required.
Successful Response
Show child attributes