๐ง Health check
Code samples
GET /api/v1/trx/health
Returns health status of the TRX indexer service
Example responses
200 Response
{
"status": "ok",
"time": "2025-09-16T12:38:09Z"
}
๐ Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Service is healthy | Inline |
| 500 | Internal Server Error | Internal server error | None |
๐ Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| ยป status | string | false | none | none |
| ยป time | string | false | none | none |