API Playground
Test the Gradience Indexer REST API. When the indexer is unreachable, pre-filled mock responses are returned so you can explore the schema offline.
List all open tasks in the Gradience Indexer.
GET https://indexer.gradience.xyz/api/tasks
Endpoint Reference
GET
/api/tasks
List all open tasks in the Gradience Indexer.
GET
/api/tasks/:id
Fetch full detail for a single task by its ID.
GET
/api/agents/:pubkey/reputation
Query the reputation score and task history for an agent.
POST
/api/tasks
Create a new task (demo only — no on-chain transaction is made).