Quick example
Endpoints
All requests require:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Rewards REST API — base URL: https://api.rewards.so
curl https://api.rewards.so/trigger \
-X POST \
-H "Authorization: Bearer rw_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"triggerKey": "craft_artifact",
"walletAddress": "0xabc123...",
"pointSystemId": "your-point-system-uuid"
}'
{
"success": true,
"pointsAdded": 10,
"triggerKey": "craft_artifact",
"walletAddress": "0xabc123..."
}
| Method | Path | Description |
|---|---|---|
POST | /trigger | Credit points via a named trigger |
GET | /leaderboard | Ranked wallet list with points |
GET | /wallet | Stats and rank for a single wallet |
GET | /rewards | Available and claimed rewards |
GET | /activity | Point event history |
Authorization: Bearer rw_your_api_key