System

Health check endpoint

get
Responses
chevron-right
200

Successful response

application/json
get
/healthcheck

Authenticated health check endpoint

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successful response

application/json
get
/healthcheck/authenticated

Always fail health check endpoint with 418 teapot

get
Responses
chevron-right
200

Successful response

application/json
Responseany
get
/healthcheck/always-fail

No content

Wait until a blockchain transaction has been processed

get

Waits until the transaction has been processed by Ethos event processors or until the timeout elapses. > ⚠️ Warning: This is a beta endpoint. It is not guaranteed to be stable and may change or break without notice.

Path parameters
txHashstringRequired
Query parameters
timeoutMsinteger · max: 25000OptionalDefault: 10000
Responses
chevron-right
200

Successful response

application/json
get
/transactions/{txHash}/processed

Last updated