ZEME Intelligence API
Drop PSX smart-money intelligence straight into your broker terminal — operator phases, load zones, entry/stop/target, ranked signals, and an honest track record. REST + JSON. Integrate in an afternoon.
Overview
Base URL: https://zeme.app/api/v1. All endpoints return application/json. Data reflects ZEME's live daily engine — you get the outputs, computed by our proprietary model (the model itself never leaves our servers).
Authentication
Send your key as a header (recommended) or a query param:
curl -H "X-API-Key: YOUR_KEY" "https://zeme.app/api/v1/intelligence.php?sym=BOK" # or curl "https://zeme.app/api/v1/intelligence.php?sym=BOK&key=YOUR_KEY"
Rate limits & metering
Each key has a daily call limit. Every response includes X-RateLimit-Limit and X-RateLimit-Remaining. Usage is metered per key per endpoint (for billing). Exceeding the limit returns 429.
Intelligence
Full smart-money read for one PSX symbol.
| Param | Req | Description |
|---|---|---|
sym | yes | PSX ticker, e.g. BOK |
Response appears here…
Signals
Today's ranked buy signals (by entry score).
| Param | Req | Description |
|---|---|---|
min_confidence | no | 0–100, default 0 |
limit | no | max results, default 100 |
Response appears here…
Screen
Filter the market by smart-money phase, confidence, and Shariah compliance.
| Param | Req | Description |
|---|---|---|
phase | no | e.g. FULLY LOADED, LOADING, EARLY LOAD |
min_confidence | no | 0–100 |
shariah | no | 1 = Halal only |
Response appears here…
Track record
ZEME's honest, no-lookahead accuracy — expectancy, hit-rate, by setup. Show it to your clients as proof.
Response appears here…
Errors
| Code | Meaning |
|---|---|
401 | No API key supplied |
403 | Invalid or inactive key |
404 | Symbol not in current signal universe |
429 | Daily rate limit reached |
All errors return {"ok":false,"error":"..."}.
Get production access
Give your clients an edge nobody else on PSX has. Per-seat pricing, dedicated key, higher limits, SLA.
Request an API key →