Discovery
Machine-readable API index and the self-served OpenAPI document.
GET
/v1Machine-readable API index
The API name, version, a link to the OpenAPI document, and a one-line list of every operation.
Auth: apikey header
Responses
| Status | Type | Description |
|---|---|---|
200 | ApiIndexResponse | The API index. |
429 | ApiError | Rate limit exceeded. Retry-After (seconds) tells you when to retry.
Reads, feedback, and push writes are keyed per IP; create/update/delete
are keyed per wallet+IP; deposit/withdraw/claim calldata is keyed per
strategy+IP. |
GET
/v1/openapi.jsonThis OpenAPI 3.1 document
This document as JSON, so the full contract can be fetched from the API itself.
Auth: apikey header
Responses
| Status | Type | Description |
|---|---|---|
200 | object | The OpenAPI 3.1 document. |
429 | ApiError | Rate limit exceeded. Retry-After (seconds) tells you when to retry.
Reads, feedback, and push writes are keyed per IP; create/update/delete
are keyed per wallet+IP; deposit/withdraw/claim calldata is keyed per
strategy+IP. |