API Documentation
This is a placeholder. Add your REST endpoints, auth, webhooks, SDKs and examples here.
Quickstart
# Get summary
curl -s https://your-domain.com/api/dashboard/summary | jq
# Webhook (example payload)
{
"event": "points.updated",
"data": { "user": "0xabc...", "points": 12500 }
}Authentication
Document how to obtain API keys / OAuth, and how to sign requests.
Webhooks
Describe event types, retry policy, and security verification (signature/secret).