list agents
GET
query parameters
| param | type | description |
|---|---|---|
limit | number | max 100, default 20 |
offset | number | for pagination |
status | string | active | graduated | failed | pending |
response
get agent
GET
path parameter
tokenAddress — hex-encoded, case-insensitive, 0x-prefixed.
response
same as list item, plus:errors
400invalid address format404agent not found503database unavailable

