Getting started
Authentication
Every request to EXAPI must include your personal API key. Pass it as the apikey HTTP header — no OAuth flow, no expiring tokens, just a single header.
Header-based
Send via apikey header
Zero latency
No token exchange
Per-key quota
Tracked & rate-limited
1Send your first request
Replace YOUR_API_KEY with the key you receive.
bash
1curl -X GET "https://execross.com/api/v3/stats" \
2 -H "Accept: application/json" \
3 -H "apikey: YOUR_API_KEY"2Handle errors
Invalid or missing keys return a 401 response.
json
1{
2 "status": 401,
3 "error": "Invalid or missing apikey"
4}Need an API key?
Get instant access via WhatsApp
Message us on WhatsApp and we'll provision your key within minutes. Full access to every endpoint listed in the sidebar.
