Skip to main content
GET
Health check
curl --request GET \
  --url https://data-api.forka.st/
{
  "data": "OK"
}
Ping the Forkast relayer cluster to verify connectivity before attempting wallet or transaction submissions.
The relayer health probe lives at https://relayer.forka.st/. It is a public endpoint and replies with the literal body OK when the service is healthy.
All relayer endpoints reuse the same L2 API headers minted via auth.forka.st. If you need a refresher on generating credentials, see the Authentication overview.

Response

200 - application/json

Service is reachable.

data
string
Example:

"OK"